Jump to content

bunch of errors in php.ini


Recommended Posts

hello

 

i'm hoping you can help me.. so thank you all in advance.

 

my phpinfo is this www.sportstrick.com/out.php

 

when i run the php i get this

 

Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so:  /usr/local/ioncube/ioncube_loader_lin_5.1.so: undefined symbol: zend_unmangle_property_name_ex

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/ffmpeg.so' - /usr/lib/php5/20060613+lfs/ffmpeg.so: wrong ELF class: ELFCLASS64 in Unknown on line 0

PHP Warning:  PHP Startup: UåWVSìèèúÿÿÃÄÿ: Unable to initialize module

Module compiled with module API=20020429, debug=0, thread-safety=0

PHP    compiled with module API=20060613, debug=0, thread-safety=0

These options need to match

in Unknown on line 0

PHP Warning:  Module 'imap' already loaded in Unknown on line 0

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/ffmpeg.so' - /usr/lib/php5/20060613+lfs/ffmpeg.so: wrong ELF class: ELFCLASS64 in Unknown on line 0

PHP Warning:  Module 'mcrypt' already loaded in Unknown on line 0

 

and my /etc/php5/cgi/conf.d/php.ini is

 

www.sportstrick.com/php.ini

 

 

i don't know whats wrond.. modules loaded in line 0 ? already loaded ???

 

thank you all again in advance

 

Link to comment
https://forums.phpfreaks.com/topic/132695-bunch-of-errors-in-phpini/
Share on other sites

Well...it's failing to load a few extensions...do you need ffmpeg and ioncube or can they be commented out?

 

I don't see how ioncube is throwing an error, cus the line is commented out in your php.ini:

;zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.1.so

 

to get rid of the ffmpeg error, try commenting out the extension line so it looks like:

;extension=ffmpeg.so

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.