|
- Readme First! - Read and follow the rules, otherwise your posts will be closed |
|
|
|
|
|
There are currently, 169 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here |
|
|
|
|
|
Bug Fix for modules not working in admin section |
|
crusader writes "Hello Nukers
From Israel !, Today in Israel's
Community website one of our staff found a fix for the modules no showing
bug in admin section.
if you want to get the fix choose "read more.."
Well here is the fix:
To fix the problem in admin/modules go to admin/modules/modules.php
Find:
sql_query("insert into ".$prefix."_modules values (NULL, '$modlist[$i]', '$modlist[$i]',
'0', '0', '1')", $dbi);
And Change To:
sql_query("insert into ".$prefix."_modules values (NULL, '$modlist[$i]', '$modlist[$i]',
'0', '0', '1', '0')", $dbi);
(You Can See The Insert in not perfect)
now..To fix the problem in the block-Modules.php
Find:
$db->sql_query("INSERT INTO ".$prefix."_modules VALUES (NULL, '$modlist[$i]', '$modlist[$i]',
'0', '0', '1')");
And Change To:
$db->sql_query("INSERT INTO ".$prefix."_modules VALUES (NULL, '$modlist[$i]', '$modlist[$i]',
'0', '0', '1', '1')");
Well thats all falks, have a nice day and visit at us if you want:
www.phpnuke-israel.org
Best Regards,
Roy Shiker - Admin "
|
|
Posted on Sunday, January 18 @ 17:58:24 CET by Zhen-Xjell |
|
|
|
|
| |
|
Average Score: 5 Votes: 1

|
|
|
|
|
|
| The comments are owned by the poster. We aren't responsible for their content. |
| | | | |
No Comments Allowed for Anonymous, please register | | | | |
Re: Bug Fix for modules not working in admin section (Score: 1) by Willy_Wonka on Sunday, January 18 @ 22:43:21 CET (User Info | Send a Message) | Yes, a bit late isn't it?
Was already reported way back in September 2003
see:
http://www.nukecops.com/postx3848-0-15.html |
| | | | |
Re: Bug Fix for modules not working in admin section (Score: 1) by mikeshields on Tuesday, November 09 @ 20:10:57 CET (User Info | Send a Message) http://www.shepro.org | this bug is still about - using 7.5 and some recent mods I uploaded aint showing :-( |
| | | | | |