Ravens PHP Scripts: Bugs - Fixed



Search on This Topic:   
[ Go to Home | Select a New Topic ]
 

 

Sec-Fix Patch 7.0 More about Read More...

Posted on Saturday, December 13, 2003 @ 14:03:29 CST in Bugs - Fixed
by Raven

chatserv writes:  
After quite some time since the last sec-fix patch release here is the newest one, it was made with PHP-Nuke 7.0 Final as its base although some of the items covered might apply to older versions. As usual this sec-fix patch comes with detailed instructions on how to apply the changes manually for those with modified core files, users of PHP-Nuke 7.0 without heavy modifications can simply upload the included files, else, and if using older versions of PHP-Nuke, you can follow the instructions in fixchanges.txt to patch your site and/or check if the fixes apply to your current version.

Download here, click on the "read more" link to view the list of fixes.

Note: The included files are core 7.0 final files with the fixes applied and as such differ from those offered in PHP-Nuke Patched in that the abstraction layer is the same one used on the core files by default. Read More...
 

 

Important fix for PHP-Nuke 7.0 More about Read More...

Posted on Saturday, December 13, 2003 @ 08:56:06 CST in Bugs - Fixed
by Raven

There is some debate over who found this first, so out of respect for all concerned I am not attributing this to anyone. What is important is the fix.

There is a bug present in the is_group() function on the mainfile.php distributed with PHP-Nuke 7.0. Read on for the fix. Read More...
 

 

Warning: get_lang ... failed to open stream: Error More about

Posted on Wednesday, October 01, 2003 @ 17:06:14 CDT in Bugs - Fixed
by Raven

I think I may have fixed this long lasting, irritating bug!

Warning: get_lang(modules/MODULE_NAME/language/lang-english.php): failed to open stream: No such file or directory in /home/SOMEDIR/public_html/mainfile.php on line xxx

If I am correct, there has been some buggy code since at least v6.5. See this post for my proposed solution.
 

 

Event Calendar 2.12 Fix For AM/PM Calculation More about

Posted on Monday, September 29, 2003 @ 20:07:49 CDT in Bugs - Fixed
by Raven

For those of you who use Event Calendar 2.12 (and possibly prior versions), Any time the hours before 10:00 AM are printed/displayed, they are missing the AM notation. Well, here is the fix!

Locate the getTime() function in functions.php. Then find this code:

if ($time_Array[0] < 10) {
$hour = substr($time_Array[0],1,1);
} else {


and modify it to read


if ($time_Array[0] < 10) {
$hour = substr($time_Array[0],1,1);
$ampm = "AM";
} else {
 

 

Avatar Path Fix! More about

Posted on Thursday, September 18, 2003 @ 23:30:37 CDT in Bugs - Fixed
by Raven

I believe that I have fixed the broken avatar issues that nuke has had forever (at least as long as I can remember)! See this post for the details and the fix, at least as far as I can tell!
 

 

Are you missing the post time on your windows server? More about

Posted on Sunday, September 14, 2003 @ 23:53:02 CDT in Bugs - Fixed
by Raven

Have you noticed that your posting times do not appear in the News posts if you are hosted on a Windows server? See this post for the fix.
 



Page 4 of 5 (25 total stories) [ << | < | 1 | 2 | 3 | 4 | 5 | > | >> ]  

News ©

Site Info

Last SeenLast Seen
  • moekin
  • kguske
Server TrafficServer Traffic
  • Total: 507,657,717
  • Today: 37,044
Server InfoServer Info
  • Mar 28, 2025
  • 06:05 am CDT