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
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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.