2
The only debug output of the above you need to worry about is the Warning messages...
Quote:
Warning [Xoops]: Smarty error: unable to read resource: "db:system_block_dummy.html" in file class/smarty/Smarty.class.php line 1084
Warning [Xoops]: Smarty error: unable to read resource: "db:system_block_dummy.html" in file class/smarty/Smarty.class.php line 1084
If you look at this carefully, you'll see a problem... Smarty.class.php. That "S" should be an "s". Your FTP program is changing the cAsE of the file names on upload.
Check the settings of your FTP program and make sure that the option to preserve character cases is selected and that you are transferring the files in the correct mode. For PHP files, ASCII should work. On most FTP programs, the "Auto" setting takes care of this for you.
HTH.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.