You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 47 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - subBlack3d SQL error [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
vifra
Nuke Cadet
Nuke Cadet


Joined: Aug 15, 2003
Posts: 6


PostPosted: Wed Aug 27, 2003 1:26 pm Reply with quoteBack to top

Hi and thanks for giving us this awsome theme Very Happy
Have a problem
Quote:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/sueltate/public_html/includes/sql_layer.php on line 286


Nuke 6.8

Thanks

Vic
Find all posts by vifraView user's profileSend private message
Jagger
Guest






PostPosted: Wed Aug 27, 2003 2:16 pm Reply with quoteBack to top

Yeah, i've got the same.

Tested on Nuke 6.5 and 6.7.

Btw. many thx for this awesome layout.
Nukemods ownz! Twisted Evil
Find all posts by Anonymous
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Wed Aug 27, 2003 3:49 pm Reply with quoteBack to top

I was afraid of little issues like this which is going to make it a little tricky to update the themes. However try this.

open your theme.php file for the subBlack3D theme pack

find this and remove it
Code:
    $topics_list = "<select name=\"new_topic\" onChange='submit()'>\n";
    $topics_list .= "<option value=\"\">All Topics</option>\n";
    $toplist = sql_query("select topicid, topictext from ".$prefix."_topics order by topictext", $dbi);
    while(list($topicid, $topics) = sql_fetch_row($toplist, $dbi)) {
    if ($topicid==$topic) { $sel = "selected "; }
   $topics_list .= "<option $sel value=\"$topicid\">$topics</option>\n";
   $sel = "";
    }


see if that does the trick.

mikem

_________________
Getting Started | My Projects
Find all posts by mikemView user's profileSend private message
Guest







PostPosted: Wed Aug 27, 2003 3:55 pm Reply with quoteBack to top

HURRAY!

Thx mikem! U are the best!
Find all posts by Anonymous
Jagger
Guest






PostPosted: Wed Aug 27, 2003 3:56 pm Reply with quoteBack to top

HURRAY!

Many thx mike, u are the best Exclamation
Find all posts by Anonymous
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Wed Aug 27, 2003 4:00 pm Reply with quoteBack to top

Jagger wrote:
HURRAY!

Many thx mike, u are the best Exclamation


Cool! Great.

Ok if ANYONE downloads ANY of the nukemods theme packs and uses them on version 6.7 or higher of Nuke, then try the above fix if you have the same problem. I will update and check all theme packs for this ASAP.

Thanks guys for the heads-up Smile

mikem

_________________
Getting Started | My Projects
Find all posts by mikemView user's profileSend private message
vifra
Nuke Cadet
Nuke Cadet


Joined: Aug 15, 2003
Posts: 6


PostPosted: Wed Aug 27, 2003 4:55 pm Reply with quoteBack to top

Ok mikem did your fix suggestion did not work for me, still get the same error.

2. On the home page story block it stretches to accommodate the article instead of accommodating the article to the block so if the article was written in a 600 wide format it will actually stretch the block that with.

3. I am changing the colors of the theme and I have found most of where to change settings but i can not change the color of the footer or the center blocks in the main page, can you please point me the right way.

4. Also my site is in spanish right now the whole forum whent english I went to forum admin and still says spanish but forums are in english since I am editing graphichs to change color have not time to figure it out, have an idea would be nice.

5. Since you have a fowarding page on your old page I can not get to the donation block would you be so kind to give me your paypal email to make my donatio.

Thanks
Vic
Very Happy
Find all posts by vifraView user's profileSend private message
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Wed Aug 27, 2003 7:15 pm Reply with quoteBack to top

Okay Vifra Smile
1. Where's number 1? Wink or was it the fix suggestion? If the latter, please turn on Nuke debugging.

2. can I see an example of what you mean?

3. ANY changes are not necessarily supported. However, when you say you are changing colors, that is a very vague statement. Colors of what? gaphics, tables? borders? umm...table cells, table rows, text, text links, hover?

4.any language support is mainly for the forums template. Unfortunately, I am not the developer of the Forums template as you can see in the Readme file and theme.php file.
I would recommend finding the source of the template developer to see if any language support is supported Rolling Eyes
The Nuke side of the theme "should" fully support the regular Nuke language changes. Does it? Or is it just the Forum tempalte side that is not coinciding with the Language?

5. donations@nukemods.com valid thru 09-14-03

mikem

_________________
Getting Started | My Projects
Find all posts by mikemView user's profileSend private message
vifra
Nuke Cadet
Nuke Cadet


Joined: Aug 15, 2003
Posts: 6


PostPosted: Wed Aug 27, 2003 7:37 pm Reply with quoteBack to top

Hi Mike:

Ok I got everything taken care exept language wich I will follow your instruction and of course #1 he he the
Quote:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/sueltate/public_html/includes/sql_layer.php on line 286


I did as per your instructions and removed

Code:
$topics_list = "<select name=\"new_topic\" onChange='submit()'>\n";
    $topics_list .= "<option value=\"\">All Topics</option>\n";
    $toplist = sql_query("select topicid, topictext from ".$prefix."_topics order by topictext", $dbi);
    while(list($topicid, $topics) = sql_fetch_row($toplist, $dbi)) {
    if ($topicid==$topic) { $sel = "selected "; }
   $topics_list .= "<option $sel value=\"$topicid\">$topics</option>\n";
   $sel = "";
    }


But I am still getting the same error. As for :
Quote:
If the latter, please turn on Nuke debugging.
Oh lord here it comes I do not beleive I am going to ask this, How do I turn on Nuke Debugging? Embarassed


Thanks for the help.

Vic
Find all posts by vifraView user's profileSend private message
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Thu Aug 28, 2003 6:07 am Reply with quoteBack to top

Quote:
Oh lord here it comes I do not beleive I am going to ask this, How do I turn on Nuke Debugging?


Check my signature Wink

_________________
Getting Started | My Projects
Find all posts by mikemView user's profileSend private message
jagger
Nuke Cadet
Nuke Cadet


Joined: Aug 28, 2003
Posts: 4


PostPosted: Thu Aug 28, 2003 6:34 am Reply with quoteBack to top

mmmh... for me the solution worked, but i've got a fresh install of 6.7 with new DB setup and empty tables and so far I don't have any probs.
Find all posts by jaggerView user's profileSend private message
vifra
Nuke Cadet
Nuke Cadet


Joined: Aug 15, 2003
Posts: 6


PostPosted: Thu Aug 28, 2003 8:54 am Reply with quoteBack to top

Embarassed Ok mega neewbee mistake deleted wrong code line.

Everything is working great.

Hope to keep increasing knowledge and to help others like you guys help me.

If you ever need module or theme pack transaltions to spanish just le me know would like to contribute as much as I can.

Thanks
Vic

PS: Nuke debugging is a great help. Very Happy
Find all posts by vifraView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.228 Seconds - 286 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::