brrc Posted November 14, 2008 Share Posted November 14, 2008 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 More sharing options...
rhodesa Posted November 14, 2008 Share Posted November 14, 2008 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 Link to comment https://forums.phpfreaks.com/topic/132695-bunch-of-errors-in-phpini/#findComment-690134 Share on other sites More sharing options...
brrc Posted November 14, 2008 Author Share Posted November 14, 2008 because the ion cube is loaded a little bit up in the file but i wanna keep the ffmpeg... :\ Link to comment https://forums.phpfreaks.com/topic/132695-bunch-of-errors-in-phpini/#findComment-690214 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.