 |
|
 |
|
- Readme First! - Read and follow the rules, otherwise your posts will be closed |
|
|
|
|
|
There are currently, 161 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here |
|
|
|
|
|
|
crusader writes "Hello Nukers, thanks to the awareness of my users in my
community website they have
discovered a typos in admin/modouls/users.php and the bug is:
on line 17 for Example is written:
$result = $db->$db->sql_query
this is a typos mistake it should of been:
$result = $db->sql_query
just search the fille users.php for $result = $db->$db->sql_query and
replace it with $result = $db->sql_query
or you can Download it from
here.
Thanks to my community users another problem solved.
Best Regurds, Roy Shiker.
www.PHPNuke-Israel.org"
|
|
Posted on Friday, October 17 @ 12:21:46 CEST by Zhen-Xjell |
|
|
|
|
| |
|
| The comments are owned by the poster. We aren't responsible for their content. |
| | | | |
No Comments Allowed for Anonymous, please register | | | | |
Re: Bug Fix on users.php (Score: 1) by ladysilver on Friday, October 17 @ 12:42:52 CEST (User Info | Send a Message) http://www.nukediva.us | Does this effect a specific version? I looked at this file in version 6.9 and did not see an error like this. |
| | | | |
Re: Bug Fix on users.php (Score: 1) by Johan1982 on Friday, October 17 @ 14:41:50 CEST (User Info | Send a Message) | Which versions of the Nuke have that bug? in which we must make that change? because I use the 6.0 and that function in line 17 is watched different, users.php of Nuke 6.0 is different from that uses in the Fix. |
| | | | |
Re: Bug Fix on users.php (Score: 1) by scottr on Friday, October 17 @ 17:03:09 CEST (User Info | Send a Message) http://www.ierealtor.com | I have most every version on my home linux box and i grepped
every .php file in every version and that problem does not exist.
|
| | | | |
Re: Bug Fix on users.php (Score: 1) by chris-au on Saturday, October 18 @ 02:37:59 CEST (User Info | Send a Message) http://sengers-au.com | How do users find out about a bug in admin/modules/users.php???
They do NOT have access to those files.
And that socalled bug is NOT in admin/modules/users.php of version 6.9 I think.
Never seen it. |
| | | | | |
|