2012-04-24 22:24
Does anybody know if QC4.0 works with PHP 5.3?I can't make adjustments on my site in the Admin environment. After pressing the save button, the admin page is refreshing without changes on the page. This problem seems to be present after my hosting provider did an upgrade to PHP 5.3.Hope that someone can help.
2012-04-25 07:08
edit actions_admin/p.php and change:$iPage = $oPage->savePage( $_POST );to$iPage = $oPage->savePage( $_POST );exit;Now try to save page. Did you see any errors?
2012-04-26 06:55
I made the change in the code without any effect. The saved page in the admin environment refreshes without the changes that have been made.
2012-04-30 20:54
The problem is solved!I changed the option "display files form server in form" on "NO" in the admin environment (options/advanced).