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, 69 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 - Errors when installing x guestbook [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Guest







PostPosted: Sun Jan 26, 2003 6:47 am Reply with quoteBack to top

I just uploaded x guest book but i get these erros when i go to it Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/ivant/public_html/main/modules/x_Guestbook/main_read.php on line 22

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/ivant/public_html/main/modules/x_Guestbook/main_read.php on line 24
_egWRITEMES

_egTHEREARE _egMESSAGEI

WTF????
Find all posts by Anonymous
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Sun Jan 26, 2003 6:59 am Reply with quoteBack to top

did you run the SQL file that would have been supplied with the module? YOu need to do that from phpMyAdmin.

2ndly, There would have been a language file supplied with it, did you upload that too? and if you did, was it a .txt file? if so, you need to copy it's contents into the /languages/lang-english.php file.

ArtificiaLIntel
Find all posts by ArtificialIntelView user's profileSend private message
Wil
Guest






PostPosted: Sat Aug 02, 2003 5:46 am Reply with quoteBack to top

ArtificialIntel wrote:
did you run the SQL file that would have been supplied with the module? YOu need to do that from phpMyAdmin.

2ndly, There would have been a language file supplied with it, did you upload that too? and if you did, was it a .txt file? if so, you need to copy it's contents into the /languages/lang-english.php file.

ArtificiaLIntel


I have the same problem.
Did all what i had to do but on my index i got :

Warning: Supplied argument is not a valid MySQL result resource in /home/sites/site16/web/includes/sql_layer.php on line 286

and as soon people click on "Write message" this happens :

Warning: Supplied argument is not a valid MySQL result resource in /home/sites/site16/web/modules/x_Guestbook/main_write.php on line 30


can you tell me which version of phpnuke you use ?
i use 6.5 perhaps that's the problem ?

Thanks in advance.
Find all posts by Anonymous
GUEST
Guest






PostPosted: Sat Sep 27, 2003 12:28 am Reply with quoteBack to top

hi!
if someone wants to add a smiley in the x-guestbook nothing happens,
but the javascript console shows this error
+++++++++++++++++++++++++++++++++++++++++++++
Event thread: onchange
Error:
name: ReferenceError
message: Statement on line 5: Reference to undefined variable: No such variable 'o_manner'
Backtrace:
Line 5 of inline#1 script in http://ebetsberger.at/modules.php?name=Guestbook&mode=w_main
m_optio = o_manner;
In unknown script
showimage();
At unknown location
{event handler trampoline}
+++++++++++++++++++++++++++++++++++++++++++++

i think the the problem is in this function:

+++++++++++++++++++++++++++++++++++++++++++++
function showimage() {
m_image = i_manner;
m_optio = o_manner;
m_image = findObj('i_manner');
m_optio = findObj('o_manner');
m_image.src = '<? echo $module_folder ?>/images/manner/' + m_optio.options[m_optio.selectedIndex].value;
}
+++++++++++++++++++++++++++++++++++++++++++++

..but i donīt know what or why Sad

can please someone help me??
thanxxx a alot!!
Find all posts by Anonymous
chuck
Lieutenant
Lieutenant


Joined: Apr 03, 2003
Posts: 168


PostPosted: Sat Sep 27, 2003 3:30 am Reply with quoteBack to top

if you guys are looking for a real good guestbook that you
can do a lot with. try this http://ravenphpscripts.com/modules.php?name=Downloads&d_op=viewdownload&cid=6
its called kissg guestbook, you can try it on my site by clicking on
sign guestbook. http://treknews.scifi-x.com
chuck
support staff
Find all posts by chuckView user's profileSend private message
212.241.96.162
Guest






PostPosted: Sat Sep 27, 2003 5:25 am Reply with quoteBack to top

GUEST wrote:
..but i donīt know what or why Sad
can please someone help me??
thanxxx a alot!!


hi again: found a solution myself Wink

just have a look at the source in functions_form.php
about line 176 or so, here starts the function showimage()
i changed the function a little bit and added the function
findObj()

and it workzzzzz Smile
(tested with opera 7.xx and internet explorer 6.0

and here is the code
********************************
<script type="text/javascript">
<!--
function showImage() {
var i_manner, o_manner;
m_image = i_manner;
m_optio = o_manner;
m_image = findObj('i_manner');
m_optio = findObj('o_manner');
m_image.src = '<? echo $module_folder ?>/images/manner/' + m_optio.options[m_optio.selectedIndex].value + '.gif'; // <-- Extention added!
}
// function added
function findObj(n, d) {
var p, i, x;
if(!d) d = document;
if( (p=n.indexOf("?")) > 0 && parent.frames.length) {d = parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if( !(x=d[n]) && d.all ) x=d.all[n];
for(i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0; !x&&d.layers&&i<d.layers.length;i++) x=findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n);
return x;
}
//-->
</script>
********************************
hope it works at your guestbook too Wink
Find all posts by Anonymous
order viagra
Guest






PostPosted: Thu Jul 21, 2005 2:03 pm Reply with quoteBack to top

http://www.viagra4u.info
Viagra, buy viagra, viagra online
Order viagra, cheap viagra
Find all posts by Anonymous
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
You can post new topics in this forum
You can 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.185 Seconds - 246 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::