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, 40 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 - Can't edit FAQs [ ]
 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
EU_Argus
Nuke Soldier
Nuke Soldier


Joined: Jan 18, 2004
Posts: 27


PostPosted: Wed Jan 21, 2004 5:37 pm Reply with quoteBack to top

Nuke 7.0.0 installed,

first everything worked fine, well because of case sensitive fault in SQL I got the usual trouble - but this is now solved and workled for a while.

I can create categories and FAQs on my site, but I can't edit and/or delete it. Only the complete categorie can be deleted !
The Edit box in admin panel just stays blank ! No error message apears.
It worked before, then I was installing the SPChat Module and later the Protector IP logging module.
I have the feeling that after this installation the problem startet.
For test purposes I have tried to restore an old Database Backup, but still got the same behaviour. Maybe a fault in file system ? Where to look at ? Anyone an idea ?
Thx in advance
Find all posts by EU_ArgusView user's profileSend private message
IACOJ
Major
Major


Joined: Jan 15, 2003
Posts: 1269

Location: USA

PostPosted: Wed Jan 21, 2004 7:30 pm Reply with quoteBack to top

Have you tried reuploading the admin portion of FAQ?

_________________
http://castlecops.com
<b>Microsoft MVP Windows-Security 2005</b> <img src="http://castlecops.com/zx/Paul/mvp.gif">
Find all posts by IACOJView user's profileSend private message
EU_Argus
Nuke Soldier
Nuke Soldier


Joined: Jan 18, 2004
Posts: 27


PostPosted: Thu Jan 22, 2004 3:26 am Reply with quoteBack to top

yes, I have uploaded all files concerning the FAQ in admin and modules. Still the same ...
Really everything works, except editing or delete of FAQs. Just only receive empte edit box. While trying to delete a FAQ, I am asked if I really want to delete, pressing "yes" doesn't delete FAQ.
Find all posts by EU_ArgusView user's profileSend private message
IACOJ
Major
Major


Joined: Jan 15, 2003
Posts: 1269

Location: USA

PostPosted: Thu Jan 22, 2004 10:19 am Reply with quoteBack to top

Are you using one of the beta's of 7.0 final?

_________________
http://castlecops.com
<b>Microsoft MVP Windows-Security 2005</b> <img src="http://castlecops.com/zx/Paul/mvp.gif">
Find all posts by IACOJView user's profileSend private message
EU_Argus
Nuke Soldier
Nuke Soldier


Joined: Jan 18, 2004
Posts: 27


PostPosted: Thu Jan 22, 2004 12:21 pm Reply with quoteBack to top

The zip file says 7.0.0 final - not beta. Additional Sec-Patch final installed.
But how can I check the version more detailed ?
Find all posts by EU_ArgusView user's profileSend private message
EU_Argus
Nuke Soldier
Nuke Soldier


Joined: Jan 18, 2004
Posts: 27


PostPosted: Thu Jan 22, 2004 1:37 pm Reply with quoteBack to top

Have found a bit more details. If I look at the source code I can see that:
Quote:
<center><font class="option"><b>Edit Questions and Answers</b></font></center><form action="admin.php" method="post"><input type="hidden" name="id" value="0"><table border="0" width="100%"><tr><td>Question:</td><td><input type="text" name="question" size="31" value=""></td></tr><tr><td>Answer:</td><td><textarea name="answer" cols=60 rows=5></textarea></td></tr></table><input type="hidden" name="op" value="FaqCatGoSave"><input type="submit" value=Save> [ <a href="javascript:history.go(-1)">Go Back</a> ]</form></td></tr></table></td></tr></table>

You can see the variable "id" and its value "0". But this ID should be the ID of the FAQ, but isn't. The Edit Link shows "admin.php?op=FaqCatGoEdit&id=2 (or any other value, depending on FAQs ID), but always id "0" is placed in source code.

Just to mention the SQL structure looks fine.
Any help arround ?
Find all posts by EU_ArgusView user's profileSend private message
EU_Argus
Nuke Soldier
Nuke Soldier


Joined: Jan 18, 2004
Posts: 27


PostPosted: Thu Jan 22, 2004 4:51 pm Reply with quoteBack to top

Finally I have found that the problem is due to Protector 1.13b, located in download categorie http://nukecops.com/downloads-cats-2-40-10.html

Once installed the edit and delete of FAQs is no more possible as described in all previous posts above.

Still apreciate any help ...
Thx
Find all posts by EU_ArgusView user's profileSend private message
EU_Argus
Nuke Soldier
Nuke Soldier


Joined: Jan 18, 2004
Posts: 27


PostPosted: Sat Jan 24, 2004 5:11 am Reply with quoteBack to top

Oki, didn't find a solution but found a workaround to solve my problem with editing FAQs.

While using Protector IP Logging Module You have to edit the "header.php" file in root of your Nuke. Following code must be added after the comments:
Quote:
/*START BAN SYSTEM*/
include("includes/blocker.php");
/*STOP BAN SYSTEM*/


As described in all previous posts, does the edit and delete function of FAQs no more work. If You have to edit or delete, You simply can remove the code in header. Of course, during this time the Protector does not work - good enough for me.

I also have emailed the programmer of that stuff, but til yet no response. Maybe will be fixed in a further release
Keep on fighting !
Find all posts by EU_ArgusView user's profileSend private message
EU_Argus
Nuke Soldier
Nuke Soldier


Joined: Jan 18, 2004
Posts: 27


PostPosted: Wed Jan 28, 2004 2:21 pm Reply with quoteBack to top

Finally I have fixed it with great support from the owner.
Thx to Marcus aka Mister.

If You want to use Protector IP logging with Nuke 7.0.0 go to this site: http://protector.warcenter.se
and download the last released version

I have tested Protector 1.14b2, which workes good for me yet.
Thanks again and have fun - this tool is so much powerful ...
Cheers
EU_Argus
Find all posts by EU_ArgusView user's profileSend private message
EU_Argus
Nuke Soldier
Nuke Soldier


Joined: Jan 18, 2004
Posts: 27


PostPosted: Wed Jan 28, 2004 2:22 pm Reply with quoteBack to top

Finally I have fixed it with great support from the owner.
Thx to Marcus aka Mister.

If You want to use Protector IP logging with Nuke 7.0.0 go to this site: http://protector.warcenter.se
and download the last released version

I have tested Protector 1.14b2, which workes good for me yet.
Thanks again and have fun - this tool is so much powerful ...
Cheers
EU_Argus
Find all posts by EU_ArgusView 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.227 Seconds - 453 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::