Page 1 of 1

Error

Posted: Tue Aug 31, 2010 6:07 am
by cnevikas
Hi Friends,

Few week back i have upgraded the version of PHP from 5.1.6 to 5.2.6 on my Linux box. Since than we are getting this errors:


Failed loading /usr/lib64/php/modules//php_ioncube_loader_lin_5.1_x86_64.so:
/usr/lib64/php/modules//php_ioncube_loader_lin_5.1_x86_64.so: undefined
symbol: zend_unmangle_property_name_ex
PHP Notice: Undefined index: HTTP_HOST in /var/www/vhosts/****.org.uk/httpdocs/libraries/joomla/environment/uri.php on line 164
Cronjob v2.0 Starting job at: 08/31/2010 10:10:01<br/> Ended job at: 08/31/2010 10:10:01<br/>


Can some on please assist me on this.

Regards,

Vicky

Re: Error

Posted: Tue Aug 31, 2010 9:12 am
by Highland
Looks like a few problems

First, you need to upgrade or remove ioncube. php_ioncube_loader_lin_5.1_x86_64.so indicates you're still using a version for PHP 5.1

Second, what repo are you using to get 5.2.6? The latest in atomic is 5.2.14-1.

Third, do you need to update your php.ini file?

Re: Error

Posted: Wed Sep 01, 2010 1:14 am
by cnevikas
Thanks Highland,

I have followed the instruction and it did resolve the most of the things.. however the only error remains is:

HP Notice: Undefined index: HTTP_HOST in /var/www/vhosts/****.org.uk/httpdocs/libraries/joomla/environment/uri.php on line 164

Can you please assist me with it,

Regards,

Re: Error

Posted: Wed Sep 01, 2010 9:12 am
by Highland
Looks like a Joomla problem. You might want to ask in their forums. Normally that error only happens when you run PHP from the command line.