It has been like this for about about a month now..... it happens only when I make a change to the pages blocks and click SAVE (ie main page) then it shows at the very top of the admin panel (the name of the page and block I create or changed, followed by the error message. I can make new HTML blocks, modify existing ones etc. I just get that darned message after I do it......more annoying than anything else (LOL) but may be the cause that some of the MODS like yours does not save DB info etc or work correctly I dunno I am an amateur at this but I am learning.....
Thank you
Jeff |
There more than likely some whitespace after the close PHP statement on either the BxDolPageViewAdmin.php file or the design.inc.php file.
Open each of these file with an editor (such as Notepad++) and see if there are extra lines after the closing PHP statement located at the bottom of the file. If there is, it would look something like this (this is just an example):
Line 454: //some code here Line 455: } Line 456: ?> Line 457: Line 458:
In this example, line 457 and 458 need to be removed. Reupload the files and try again. Nothing to see here |
Hi Zarcon, I have checked both files and I dont see any text after the closing PHP code. Anything else I could look at?
Thank you,
Jeff
|
you shouldnt be looking for text after the closing php tag, you are looking for 'whitespace' meaning there are extra lines after the ?>
also, if you are getting this after you edit a page block, it would behoove you to clear the cache and cache_public directories and see if that cleans it up. i also see that the fourth block down on the right column is unnamed, and this could be causing you some issues as well.
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |