Re: [Done v1.3.8] Catchable fatal error on html_output.php line 333
i met the same problem when entering new language in template selection page.
after i use the html_output you provide to cover the old one (from 20090619 security patch) in the admin,
the fatal error has been removed, but the problem is it can't save for changes in some parts. i want to insert new language in template selection, but nothing has been changed after submit. also some other function can't be changed or saved, such like store credit addons, maybe some other parts, i have not try all of them.
so now i have to use back to the html_output.php in 20090619 security patch. everything else run okay, just the new language option still occur the fatal error in line 343.
please help.
Re: [Done v1.3.8] Catchable fatal error on html_output.php line 333
Quote:
Originally Posted by
mcroni
i met the same problem when entering new language in template selection page.
after i use the html_output you provide to cover the old one (from 20090619 security patch) in the admin,
the fatal error has been removed, but the problem is it can't save for changes in some parts. i want to insert new language in template selection, but nothing has been changed after submit. also some other function can't be changed or saved, such like store credit addons, maybe some other parts, i have not try all of them.
so now i have to use back to the html_output.php in 20090619 security patch. everything else run okay, just the new language option still occur the fatal error in line 343.
please help.
You'll have to merge the 2 versions of /admin/includes/functions/html_output.php together.
WinMerge can help you.
Re: [Done v1.3.8] Catchable fatal error on html_output.php line 333
NOTE: The versions of html_output.php in the PHP 5.3 patch are NEWER than the files posted earlier in this thread, and ALREADY include the fixes in those files.
So, if you're using the PHP 5.3 patch, you don't need the above files.