Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Installation Help
Author Message
Loki
Worker
Worker



Joined: Oct 05, 2003
Posts: 107
Location: Illinois

PostPosted: Wed Oct 20, 2004 8:16 pm Reply with quote

ok Raven I have an interesting problem for you. I have installed the platinum version of phpnuke on about 50 different sites and numerous different server types with little to no major problems that couldn't be fixed by some minor changes. But this one has me stumped. I installed it on one that now you can register fine, but when you try to login you go to the dreaded page not found. no error and when you refresh the page it goes back to the login page like you never entered anything. its not a cookie or cache issue, I have removed the htaccess file thinking it was that, no luck.

o but admins can login fine so that makes it even more confusing lol

Appreciate any help you can give.


Last edited by Loki on Sun Oct 24, 2004 11:02 am; edited 1 time in total 
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Wed Oct 20, 2004 8:53 pm Reply with quote

Are the users actually in the nuke_user's table? What version of nuke? Any modifications?
 
View user's profile Send private message
Loki







PostPosted: Wed Oct 20, 2004 10:29 pm Reply with quote

yes the users are entered into the nuke_user table and appear in the latest registered users block. The version is a highly modified version of 6.9 called Platinum. I believe its a server issue. I will pm you the login info to the server. if you can take a look at it.

Here is the information about this package. I have installed this on over 50 different servers with minor issues which I could always fix, but this one is a pain lol.

PHPNuke Platinum Version 6.9.1

Features Overview:
100% size reducution in comparison to PHP-Nuke 6.9.
Over 200% of newly added features and mods.
Latest nuke security fixes and updates.
Secure and customise themes with anti-theft management using

ThemeConsole.
Custom, user friendly theme, TPlatinum.
-Light/plum/gloss colour scheme.
-Matching PHPbb theme.
-Included topic icons.
-Included menu icons.
-ThemeConsole security.
-Photoshop resources included.

BBCode Box
Center Blocks Universal
Conditional Blocks
Contact Plus Module
Enhanced Downloads Module
Forum Acronyms
Forum Admin can read Private Messages
Forum Advanced Calendar
Forum Advanced Staff Page
Forum Attachment Mod 2.3.10
Forum Avatars
Forum Bottom Aligned Signatures
Forum Buddy List
Forum Colour Group + Staff Rank
Forum Default Avatar Guest
Forum Disable Post Count
Forum FAQ Editor
Forum Genders
Forum Keep it Moving
Forum News Advance v2.2
Forum Rank List Advanced + Admin Rank
Forum Rules
Forum Signature Editor
Forum Smilies List
Forum Staff Page
Forum Statistics
Legal Docs Module
Members List Find User
Message Icons
Page Titles
PAL Web Links Module
Profile Photo
Search Package
Supporters Module
Work Board Module
Who Viewed My Profile
User Friendly Module Admin / Block
Your Account Tweak

Security & Optimization:
Chatserv’s NukePatched 2.5
Directory Protection
Mainfile Optimized
Pageheader Optimized
PHPbb 2.0.1.0
Protector System
Surveys Optimized
ThemeConsole Anti-Theft
Usergroups Optimized

Redesigned:
Administration Icons
Articles Images
Default Avatar Guest Images
Downloads Images
Forum Smilies
Images Directory
Journal Images
Protector System Images
Statistics Images
Topic Icons
Your Account Images

Removed:
Addon Sample Module
All Themes Except TPlatinum
Amazon Images
AvantGo Module
Encyclopedia Module
Feedback Module
Journal Module
Non-English Language Files
News Module
 
Raven







PostPosted: Thu Oct 21, 2004 8:58 pm Reply with quote

I have just discovered something that may be endemic with later versions of IE 6.x. When using a header() with Location, as in
header("Location: [ Only registered users can see links on this board! Get registered or login! ]");
produces a Page Not Found. However, using
header("Location: modules.php?op=xxx&op2=yyy");
produces desired results. Now is this a fluke or what? I am almost positive that the former worked and is actually the correct way. But IE (6.0.2800.1126) appears to no longer accept this. What are your findings?
 
sixonetonoffun
Spouse Contemplates Divorce



Joined: Jan 02, 2003
Posts: 2496

PostPosted: Thu Oct 21, 2004 9:17 pm Reply with quote

Works both ways for me on local win/apache test site with php 4.3.9
IE Version 6.0.2900.2180 Build 62900.2180

_________________
[b][size=5]openSUSE 11.4-x86 | Linux 2.6.37.1-1.2desktop i686 | KDE: 4.6.41>=4.7 | XFCE 4.8 | AMD Athlon(tm) XP 3000+ | MSI K7N2 Delta-L | 3GB Black Diamond DDR
| GeForce 6200@433Mhz 512MB | Xorg 1.9.3 | NVIDIA 270.30[/size:2b8 
View user's profile Send private message
Raven







PostPosted: Thu Oct 21, 2004 9:33 pm Reply with quote

It sure don't here Laughing I also see that my IE is still reading xpsp2 even though I reverted to xpsp1. Gee; do you think something isn't quite right? ROTFL
 
chatserv
Member Emeritus



Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico

PostPosted: Thu Oct 21, 2004 10:27 pm Reply with quote

You mean i have to edit 10 versions of Nuke Patched? Ack !!
 
View user's profile Send private message Visit poster's website
Raven







PostPosted: Thu Oct 21, 2004 10:39 pm Reply with quote

I'm just saying that that fixed it for me. I'm off to test another site now.
 
Loki







PostPosted: Thu Oct 21, 2004 11:41 pm Reply with quote

I am a little confused. which is my usual state lol, but even more so at the moment. I am assuming you are referring to this issue, but I do not believe this is an IE conflict, but some type of conflict with the server setup. Were you able to login to the site by changing a header line or reverting back to SP1? If that was the case then why would it not happen on all the other sites? Thanks for your assistance.
 
Raven







PostPosted: Fri Oct 22, 2004 6:56 am Reply with quote

I was just stating a fact of what I had found out. It was not meant to solve world hunger Smile
 
Raven







PostPosted: Fri Oct 22, 2004 7:08 am Reply with quote

Try adding this line to your .htaccess file:

php_value memory_limit 16M
 
Loki







PostPosted: Fri Oct 22, 2004 10:23 am Reply with quote

hehe ah too bad we could use a good fix for world hunger Cheers


hmmm nope I get an internal server error with that.


Last edited by Loki on Fri Oct 22, 2004 10:33 am; edited 1 time in total 
Raven







PostPosted: Fri Oct 22, 2004 10:32 am Reply with quote

Does your host allow php overrides in .htaccess ?
 
Loki







PostPosted: Fri Oct 22, 2004 10:34 am Reply with quote

not sure, could be that tho. I will have him ask his host to find out.
 
Raven







PostPosted: Sat Oct 23, 2004 8:29 pm Reply with quote

Any update on this?
 
Loki







PostPosted: Sat Oct 23, 2004 11:31 pm Reply with quote

Yes it was a server problem, the host made some changes and its working fine now. Thanks for your help.
 
Raven







PostPosted: Sat Oct 23, 2004 11:34 pm Reply with quote

Can you detail what the issue was and how you fixed it?
 
Loki







PostPosted: Sun Oct 24, 2004 11:00 am Reply with quote

.htaccess files were only allowed in the private directories. The host activated the AllowOverride directive.
 
Raven







PostPosted: Sun Oct 24, 2004 11:10 am Reply with quote

RavensScripts
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Installation Help

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 ©