2Live Content fix for freegaming and funvideos modules
Date: Tuesday, March 22 @ 08:04:42 CET
Topic: Bug Fixes


I noticed that these modules stopped working on my Yahoo Hosted site with an http 500, "Internal Server Error". After installing Red Hat Version 9.0, Apache, MySql, and PHP on a spare pentium II computer with 128 MB of Ram I discovered the true issue. Please comment out this line in each index.php so it looks like the after example.

before
get_lang($module_name);

after
// get_lang($module_name);

This cleared up the issue on my test box http://12.222.17.19 and I then migrated the changes to my production website http://php.springmill.biz

If this helps you out stop by the site for a visit.

On a unrelated note the Pentium II computer I installed with Linux which is running off of my cable modem beats Yahoo's page loads times by 4 or 5 times the speed.







This article comes from NukeCops
http://www.nukecops.com

The URL for this story is:
http://www.nukecops.com/modules.php?name=News&file=article&sid=3804