Problems after php upgrade

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
ganesha
Posts: 29
Joined: Mon 13. Dec 2004, 18:45
Location: Italy
Contact:

Problems after php upgrade

Post 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?
sabum
Posts: 30
Joined: Tue 22. Feb 2005, 23:06

Post 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
ganesha
Posts: 29
Joined: Mon 13. Dec 2004, 18:45
Location: Italy
Contact:

Post 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'
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
ganesha
Posts: 29
Joined: Mon 13. Dec 2004, 18:45
Location: Italy
Contact:

Post 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
Peekay
Posts: 286
Joined: Sun 25. Jul 2004, 23:24
Location: UK

Post by Peekay »

I believe there can be problems if the host upgrades PHP but fails to upgrade the Zend optimiser at the same time.
Post Reply