View Full Version : Nuke 5.5 User - Please help
haririaa
02-20-2002, 01:37 AM
Hi all ....
I want to use the PHPNuke on my site , but here is what i got !
www.haririaa.com/nuke
I am sure of my Config.PHP things but i dont know where is this error coming from ??!!
this error is displayng in the whole page
-------------------------------------------------------------------------------
Warning: Supplied argument is not a valid MySQL result resource in /home/hariria/public_html/nuke/includes/sql_layer.php on line 283
Warning: Supplied argument is not a valid MySQL result resource in /home/hariria/public_html/nuke/includes/sql_layer.php on line 235
Warning: Supplied argument is not a valid MySQL result resource in /home/hariria/public_html/nuke/includes/sql_layer.php on line 283
Warning: Supplied argument is not a valid MySQL result resource in /home/hariria/public_html/nuke/includes/sql_layer.php on line 283
Warning: Supplied argument is not a valid MySQL result resource in /home/hariria/public_html/nuke/includes/sql_layer.php on line 235
Warning: Supplied argument is not a valid MySQL result resource in /home/hariria/public_html/nuke/includes/sql_layer.php on line 283
Warning: Supplied argument is not a valid MySQL result resource in /home/hariria/public_html/nuke/includes/sql_layer.php on line 283
Warning: Supplied argument is not a valid MySQL result resource in /home/hariria/public_html/nuke/includes/sql_layer.php on line 283
------------------------------
Please help any one
bye
vizii
02-20-2002, 03:01 AM
Did you chmod 666 your config.php file ? Was your dbhost set to localhost ?
haririaa
02-20-2002, 11:29 AM
Yes I am very sure about that
--------------------------------------
i'll send my CONFIG.PHP to you to check it :D
fatal
02-20-2002, 06:18 PM
Access denied for user: '@localhost' to database 'hariria_nuke'
i've never used php nuke, but, what username have u supplied!?
It seems that it has no username, thus not connecting.
vizii
02-20-2002, 06:29 PM
Haririaa has all the correct setting in the config.php file. There is a bug in 5.5 as was in 5.4, but no fix has been posted on phpnuke.org yet.
To get that mysql_error message you have change the code so it will display the mysql_error message like this on line 283+:
case "MySQL":
if ($row = mysql_fetch_row($res)) {
return $row;
} else {
print (mysql_error());
}
break;;
Otherwise you would have not gotten what the current error states.
haririaa
02-21-2002, 11:16 PM
Hi..
After some changes i solved that problem but as I tryed to change the theme ( newsnuke ) to another one the whole Nuke was down and I could'nt retreve the old theme so the page this time was full of :
Warning: Failed opening 'themes/NukeNews/theme.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hariria/public_html/nuke/header.php on line 43
Fatal error: Call to undefined function: themeheader() in /home/hariria/public_html/nuke/header.php on line 55
------------------------
So I'should delete all the files ( cuz i am not an expert ) and upload it again > before I do that , does anyone know the key for that problem ??? :cool:
Can I ask u guys one question ?
how can u deal with this thing (Nuke) without Kicking your computer to the trash ? cuz i think that i'll do that .......boob bech #$%$@%$#@$%$@ CPU IS SHUTTING DOWN
BYE all
haririaa
02-22-2002, 04:13 PM
Yea thanks god it was solved
it there a Step by Step Guide for how we make anything in the nuke ?
for example : how can i put my web site pages ( about diving ) in the nuke so the visitor will see my main topics ( only for edit ) and every topics is on one page ?
Thanks in advance
Lahullier
03-13-2002, 05:46 PM
I am getting the same errors you stated:
Warning: Supplied argument is not a valid MySQL result resource in /home/tauchip/public_html/nuke/html/includes/sql_layer.php on line 235
Warning: Supplied argument is not a valid MySQL result resource in /home/tauchip/public_html/nuke/html/includes/sql_layer.php on line 283
Warning: Supplied argument is not a valid MySQL result resource in /home/tauchip/public_html/nuke/html/includes/sql_layer.php on line 283
Warning: Supplied argument is not a valid MySQL result resource in /home/tauchip/public_html/nuke/html/includes/sql_layer.php on line 283
How did you fix this. Please help!
haririaa
03-14-2002, 03:42 AM
So I'should delete all the files ( cuz i am not an expert ) and upload it again > before I do that
So I did that:D .
Cuz I am not an expert too.
good luck to all of you
SiamPin
04-25-2002, 04:16 AM
Hariria, if you want to create your own custom menu. YOu need to disable the modules block and create a new menu with all the sites or links that you want. Please, visit my site and take a look at my men if this is the kind that you want.
All the best!!
SiamPin
04-25-2002, 04:23 AM
Hariria, if you want to create your own custom menu. YOu need to disable the modules block and create a new menu with all the sites or links that you want. Please, visit my site and take a look at my men if this is the kind that you want.
All the best!!
haririaa
04-25-2002, 06:06 PM
I liked your ( :: Main Menu :: ) Links how can i make it like that ? ;)
other thing : how can you put 2 topics in the same row ?
plz help me
SiamPin
04-25-2002, 11:07 PM
Hi again,
For the Main Menu, it's simple. First, organize all the details you want to be included in your menu. Use any html editor to create all of it with their specific links.
The go to your admin menu and click blocks to create a new one. You can name the block whatever you like. Then, copy the html code that you created after that paste it into the box then activate your block. Also don't forget to disable your module menu block.
As for the split columns, let me look for the code for you and the moment i find it i'll let you know.
That's all for now.
God Luck!
haririaa
04-26-2002, 03:18 PM
Thanks for the help :p
Do u have a good syles for the Nuke ?
i have a style but the table is big in this style , so anyone visit the site with 600 * 800 the site will be real bad !!
Thanks
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.