PDA

View Full Version : help with OSTube scrip


KinetiX
10-31-2007, 03:23 PM
i am getting this error:

Warning: dl() [function.dl]: U‰åVSè: 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 /home/myfiscom/public_html/include/config.php on line 6

and this too:

Warning: Cannot modify header information - headers already sent by (output started at /home/myfiscom/public_html/include/config.php:6) in /home/myfiscom/public_html/upload_finished.php on line 134
something about tmp path for web server or somethig..i see this even when i try to login

Josh
11-01-2007, 08:07 AM
Warning: dl() [function.dl]: U‰åVSè: 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 /home/myfiscom/public_html/include/config.php on line 6

Not familiar with the software, but have you got a snippet of the config file that holds any relevant values:
These options need to match in /home/myfiscom/public_html/include/config.php

( don't post any user names/passwords ;) )

KinetiX
11-01-2007, 07:02 PM
this is the function that contains the line 6:

if (!extension_loaded('ffmpeg')) {
$prefix = (PHP_SHLIB_SUFFIX === 'dll') ? 'php_' : '';
dl($prefix . 'ffmpeg.' . PHP_SHLIB_SUFFIX);
}