Author |
Message |
dark-dude
Worker


Joined: Jun 29, 2003
Posts: 146
Location: Oklahoma
|
Posted:
Sat Jan 27, 2007 8:04 pm |
|
I installed your GB on nuke 7.9 and i put it in the modules directory....and i added the admin hack...and when i click on it in modules i get a white page....and if i click on the icon in admin section...it says module doesn't exist. Any ideas? |
_________________ DaRk-DuDe |
|
 |
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Sat Jan 27, 2007 11:07 pm |
|
Sounds like a wrong edit - review the code changes you made. |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Mon Jan 29, 2007 10:22 am |
|
It has not been tested on 7.9 to the best of my knowledge. But, I would agree with G. It's probably and editing issue. |
|
|
|
 |
beerface
New Member


Joined: Mar 19, 2009
Posts: 5
|
Posted:
Sun Mar 22, 2009 10:52 am |
|
I have the same problem. I have been looking over all settings and tried different, but just cant et it to work.
Any more specific idea what setting might cause this? |
|
|
|
 |
Raven

|
Posted:
Sun Mar 22, 2009 1:14 pm |
|
The thread you are replying to is over 2 year's old but since we stopped really supporting phpnuke after v7.6 I have no idea what it could be w/o setting up a 7.9 test site and trying it myself. Check your web server error log to see if there's any error message being printed out. |
|
|
|
 |
beerface

|
Posted:
Sun Mar 22, 2009 4:03 pm |
|
Sorry, I should had said that I use ravennuke latest version. And I dont get to see the error msg from my webhotel if that would be the case Im sure I could had solved alot of my issues way easier.... |
|
|
|
 |
jakec
Site Admin

Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Sun Mar 22, 2009 4:09 pm |
|
Try turning on error reporting in the config.php file. |
|
|
|
 |
beerface

|
Posted:
Mon Mar 23, 2009 10:19 am |
|
Well, my fault, didnt think of that. Here is the error report tho (i cut the msg to not display ell the path).
Fatal error: Call to undefined function sql_query() in ......./modules/kisgb/index.php on line 49 |
|
|
|
 |
Raven

|
Posted:
Mon Mar 23, 2009 10:38 am |
|
KISGB still uses the old $dbi convention. Until it is updated, edit mainfile.php and find/follow these instructions.
Code:
/*
* The following two lines of code were moved and commented out in RN 2.30.00 to "test the waters" on
* finding out what old modules/blocks/hacks/etc. are still using this SQL layer that is so
* old it should be obsoleted. If you really need these back, uncomment them back. We will keep this
* code this way for one more major release as well as keep the includes/sql_layer.php script.
*/
//@require_once(INCLUDE_PATH.'includes/sql_layer.php');
//$dbi = sql_connect($dbhost, $dbuname, $dbpass, $dbname);
|
|
|
|
|
 |
beerface

|
Posted:
Mon Mar 23, 2009 11:07 am |
|
|
|
 |
Raven

|
Posted:
Mon Mar 23, 2009 11:12 am |
|
|
|
 |
|