Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.6
Author Message
mrix
Client



Joined: Dec 04, 2004
Posts: 757

PostPosted: Sun Jul 03, 2005 3:40 am Reply with quote

Hello all, I have phpnuke 7.6 installed on my site with Google tap GT-NEXTGEN, for as long as I can rememer I have had a problem with when I click on the news article icon which is on my front page I get a page come up with the the error
"The html tags you attempted to use are not allowed" I origionally thought it was phpnuke 7.7 causing the problem but I downgraded and still the problem is here, the problem is I think is that there is no updated gt-nextgen fiiles etc and a part of the 7.6 files dont work together, my plea now after many months is to ask if anyone could please send me their header footer and module gt-nextgen files that have been changed to actually work with 7.6 etc.
a big thanks if anyone can sort my long term problem here Sad
Cheers all
mrix
 
View user's profile Send private message Visit poster's website
dcasmr
Worker
Worker



Joined: Feb 06, 2004
Posts: 147

PostPosted: Sun Jul 03, 2005 10:47 am Reply with quote

Did you use 0.4a version and also read the old posts on gt-nextgen site? I think the 0.4a solves most of the problems. Anyhow, I am using GT-NEXT Gen with Nuke 7.4 patched and was thinking about upgrading to 7.6, but I will have to research the issue further before upgrading.
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sun Jul 03, 2005 11:23 am Reply with quote

In your GT file for News you have urlin
Code:
"'(?<!/)modules.php\?name=News&amp;new_topic=([0-9]*)'",
and urlout
Code:
"article-topic-\\1.html",

However, in your .htaccess you have
Code:
RewriteRule ^article-topic-([0-9]*).html news.html`"w_topic=$1 [L]

See the difference? Your .htaccess is translating the url to
Code:
http://www.sea-fishing.org/modules.php?name=News&w_topic=3
instead of
Code:
http://www.sea-fishing.org/modules.php?name=News&new_topic=3
Correct the .htaccess entry to
Code:
RewriteRule ^article-topic-([0-9]*).html news.html`"new_topic=$1 [L]
and it should work.
 
View user's profile Send private message
mrix







PostPosted: Sun Jul 03, 2005 1:06 pm Reply with quote

Hello I added the new changes but still the same Sad
thanks anyway
Cheers
mrix
 
Raven







PostPosted: Sun Jul 03, 2005 1:44 pm Reply with quote

Well, that was an error so it did need correcting Smile. Please check your modules admin and verify that the News module is active.
 
mrix







PostPosted: Sun Jul 03, 2005 3:38 pm Reply with quote

Hi yes the News module is active
Thanks
mrix
 
Raven







PostPosted: Sun Jul 03, 2005 8:23 pm Reply with quote

Please PM me your nuke god adminid/pass and your cPanel id/pass.
 
Raven







PostPosted: Mon Jul 04, 2005 4:36 pm Reply with quote

In my post above, even though I corrected your w_topic to new_topic, I failed to catch the 2 illegal characters `" as seen here
Code:
RewriteRule ^article-topic-([0-9]*).html news.html`"new_topic=$1 [L]
I replaced the `" with & and it works perfectly.
 
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.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.6

View next topic
View previous 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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©