Topic: error_log

in my control panel forum for punbb 142,
i always automatic create file error_log the content is..

[14-Jun-2012 17:42:20] PHP Warning:  PHP Startup: ffmpeg: Unable to initialize module
Module compiled with module API=20090626, 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
[14-Jun-2012 17:42:32] PHP Warning:  PHP Startup: ffmpeg: Unable to initialize module
Module compiled with module API=20090626, 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
[14-Jun-2012 17:42:35] PHP Warning:  PHP Startup: ffmpeg: Unable to initialize module
Module compiled with module API=20090626, 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
[14-Jun-2012 17:42:43] PHP Warning:  PHP Startup: ffmpeg: Unable to initialize module
Module compiled with module API=20090626, 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
[14-Jun-2012 17:42:43] PHP Warning:  PHP Startup: ffmpeg: Unable to initialize module
Module compiled with module API=20090626, 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
[14-Jun-2012 17:42:50] PHP Warning:  PHP Startup: ffmpeg: Unable to initialize module
Module compiled with module API=20090626, 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

N every i delete, this is create again tommorrow..
hy PUNBB master, how to delete permanent this file?
PLease ur help :-D

sorry my BAD english T___T
Have a nice day >.<
(^____^)v

2

Re: error_log

The problem comes from your PHP version, not from PunBB. It's trying to load an inexistant module (ffmpeg)

Do you have PHP 5.x or 4.x ?
Are you using the fancy_video extension?

3 (edited by kudataz 2012-06-14 20:31)

Re: error_log

toni0 wrote:

The problem comes from your PHP version, not from PunBB. It's trying to load an inexistant module (ffmpeg)

Do you have PHP 5.x or 4.x ?
Are you using the fancy_video extension?


Uhmm i dont know where im use php 5.x or 4.x ..?
but i check in setup punbb is:

Environment
Operating system: Linux
PHP: 5.2.17 - Show info
Accelerator: eAccelerator

im use:

Fancy Video Tag • Version 0.4.9 • Created by dimka.linux@gmail.com
New BBcode tag ([video]) to display embedded videos.

sorry my BAD english T___T
Have a nice day >.<
(^____^)v

4 (edited by toni0 2012-06-14 20:45)

Re: error_log

Look in "Administration" for PHP version

Example

Environment
Operating system: Linux
PHP: 5.2.17 - Show info
Accelerator: N/A

You have a conflict between ffmpeg module version and ffmpeg PHP built-in version. But it's only a Warning, not and Error! It means your forum will work perfectly despite this little message.

If you have access to your server shell you can try to fix it like explained here.

If not, don't worry man, it's not a big deal as long as everything works well for you, you can ignore the log... smile

Re: error_log

yes i see..
http://i.imm.io/sKmz.png

hmm,, the error log always create a big space arround 50-100 mb.
this is eat my space on cpanel & i must delete manually every day, how to delete error_log permanent..?
any trick?

Thxx you before toni0 n punbb for ur sharing knowledge.. ^_^

sorry my BAD english T___T
Have a nice day >.<
(^____^)v

6 (edited by toni0 2012-06-15 06:56)

Re: error_log

3 solutions:

  • Notify the error to your host

  • Find a way to program the removal of your file

  • Disable all error logs

Btw did you try to disable fancy video tag? I'm not sure that's the source of the issue but at least you can try.


To disable repeated errors, you can edit the .htaccess.dist file in your PunBB folder, and add these lines at the very top

# disable repeated error logging
php_flag ignore_repeated_errors on
php_flag ignore_repeated_source on

To disable logs completely, add these lines instead

# enable PHP error logging
php_flag  log_errors off
php_value error_log  /dev/null

7 (edited by kudataz 2012-06-15 15:27)

Re: error_log

toni0 wrote:

3 solutions:

  • Notify the error to your host

  • Find a way to program the removal of your file

  • Disable all error logs

Btw did you try to disable fancy video tag? I'm not sure that's the source of the issue but at least you can try.


To disable repeated errors, you can edit the .htaccess.dist file in your PunBB folder, and add these lines at the very top

# disable repeated error logging
php_flag ignore_repeated_errors on
php_flag ignore_repeated_source on

To disable logs completely, add these lines instead

# enable PHP error logging
php_flag  log_errors off
php_value error_log  /dev/null


Im already try it, but... T___T i dont want to uninstall fancy video ^^

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@name.jareta.name and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Huwa.... T_____T maybe i must delete manually yoo hhii.. ^__^

Oia Mr.toni0, can u help me too about this script i ask? >>> http://punbb.informer.com/forums/post/144163/#p144163
The soutbox default show in bottom, can u know where the tips script i must change to top ???
I cant find, cause i already try to modified the manifest hhuu.. ^^ Please ur help ya toni0 or PM me.


Thxx before for ur help to solve this post about error_log toni0^^
if you wish, please join my forum too ya hhoo..

sorry my BAD english T___T
Have a nice day >.<
(^____^)v

8 (edited by toni0 2012-06-15 18:37)

Re: error_log

oh, I know why this error is popping yikes

Sorry, actually I made a mistake, you should try to create a NEW file called .htaccess in your forum folder. Copy what I wrote before and paste it in your file. This will work fine, no need to delete by hand now smile

If not, PM me a way to access your file manager (temporary account maybe?) and I'll fix it.



About the shoutbox, you should ask in the extension topic because I don't know about extension developpement.

Re: error_log

ok cek PM broo :-P

sorry my BAD english T___T
Have a nice day >.<
(^____^)v