Head's up for those using phpNuke with PHP v4.3.0

Posted on Friday, December 27, 2002 @ 18:20:51 UTC in Bugs
by gcf

I have found a few modifications that need to be made to keep from filling your server logs up, when running phpNuke with PHP v4.3.0.mainfile.php line 565, blocks/block-Old_Articles.php line 58, and several other modules use the following code: setlocale ("LC_TIME", "$locale"); You need to remove the quote marks to still a deprecated error from filling up the logs. setlocale (LC_TIME, $locale); You could probably use @setlocale (LC_TIME, $locale); also, but I didn't try that.
 
 
click Related        click Share
 
News ©

Site Info

Last SeenLast Seen
  • vashd1
  • rovshan
Server TrafficServer Traffic
  • Total: 483,435,220
  • Today: 42,368
Server InfoServer Info
  • May 12, 2024
  • 11:06 pm UTC