Page 1 of 1

Problems after php upgrade

Posted: Wed 9. Mar 2005, 11:35
by ganesha
Hello,

my web space has been upgraded from php-4.3.8 to php-4.3.10
now there are serious problems

when I load then pages in my browser I recieve a lot of warnings, z.b:

Code: Select all

Warning: main(/home/httpd/vhosts/mysite.it/httpdocs/phpwcms_template/inc_script/frontend_init/Array): failed to open stream: No such file or directory in /home/httpd/vhosts/mysite.it/httpdocs/include/inc_front/content.func.inc.php on line 89

Warning: main(): Failed opening '/home/httpd/vhosts/mysite.it/httpdocs/phpwcms_template/inc_script/frontend_init/Array' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/mysite.it/httpdocs/include/inc_front/content.func.inc.php on line 89

Warning: main(/home/httpd/vhosts/mysite.it/httpdocs/phpwcms_template/inc_script/frontend_render/Array): failed to open stream: No such file or directory in /home/httpd/vhosts/mysite.it/httpdocs/include/inc_front/content.func.inc.php on line 480

Warning: main(): Failed opening '/home/httpd/vhosts/mysite.it/httpdocs/phpwcms_template/inc_script/frontend_render/Array' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/mysite.it/httpdocs/include/inc_front/content.func.inc.php on line 480

Warning: main(/home/httpd/vhosts/mysite.it/httpdocs/phpwcms_template/inc_script/frontend_render/Array): failed to open stream: No such file or directory in /home/httpd/vhosts/mysite.it/httpdocs/include/inc_front/content.func.inc.php on line 480

Warning: main(): Failed opening '/home/httpd/vhosts/mysite.it/httpdocs/phpwcms_template/inc_script/frontend_render/Array' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/mysite.it/httpdocs/include/inc_front/content.func.inc.php on line 480
then when I go to the administration page all the top menu voices are are substituted by the word Array...

could somebody help me?

Posted: Wed 9. Mar 2005, 12:30
by sabum
I'm not an expert but think you should check your mysql data base. Seems like it's moved, renamed or deleted...

I might be wrong...

Good luck,

Jack

Posted: Wed 9. Mar 2005, 12:42
by ganesha
thanks sabum, but I don't think the problem is the db
in fact below those warnings the page is shown correctly

I don't know, I think the problem is with arrays...

It is as if all the values of an array were... 'Array'

Posted: Wed 9. Mar 2005, 14:06
by pico
Hi

think that your Admin also has changed the configuration of PHP
inclusion (include_path='.:/usr/share/pear')
seems thet the php-Include path is not valid or the Permissions of that are not set correct also the tmp-Directory - something like that :?

contact your Provider for further details

Posted: Wed 9. Mar 2005, 15:53
by ganesha
I've posted the problem to the support.
No answer, but after few minutes my site has started to work fine again.

The only change I've found in phpinfo() is that the Zend Optimizer now has been taken out.

thanks
:D

Posted: Wed 9. Mar 2005, 17:03
by Peekay
I believe there can be problems if the host upgrades PHP but fails to upgrade the Zend optimiser at the same time.