ConfigServer Security in WHM shows blank page.

September 25, 2008 on 4:38 pm | In Cpanel | No Comments

The link “ConfigServer Security &firewall” in WHM shows blank page.

To fix this issue. Do the following.

In WHM, right-clicked the link for “Configserver Security&Firewall” and open it in a new window.

On the new window where only the “Configserver Security&Firewall” is open.

Add at the end without quotes

‘?action=upgrade’ to that url and click “Go” button of the browser. This will fix the issue.

lock in Administrator panel. Joomla or Mambo

September 10, 2008 on 10:01 pm | In Joomla | No Comments

When you move out of a page or menu item you edit. If you use the back button a lock symbol is shown.To remove the lock simply edit the menu and click close or save button. This will remove the lock.

If are stuck and you are unable to edit the menu which is locked. Go to

Administration > System > Global Checking

This will fix the issue.

ffmpeg.so: undefined symbol: av_free_static

September 1, 2008 on 1:25 am | In FFMPEG | No Comments

When we issue a “php -v” over command line or when we browse a phpinfo.php on a site this error occours.

Go to the source directory ffmpeg-phpXX.XX

#vi ffmpeg-php.c

comment the line

av_free_static()

rebuild ffmpeg-php and place the new ffmpeg.so on your extension directory.

phpize

./configure

make

make install