unable to access rostercp

Posts from previous Beta sessions

unable to access rostercp

Postby nightfighter » Wed Aug 15, 2007 11:24 pm

I get:

Forbidden
You don't have permission to access /roster200/ on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


when I try go to the control panel.

I uploaded the code, ran the install, the database has the proper data tables. The first page comes up fine: http://worldofwarcraftguilds.com/roster200/

When I click on the Roster CP link, I get this page: http://worldofwarcraftguilds.com/roster200/?p=rostercp

I have not uploaded my characterprofiler.lua (I tried, but it did not load), but I have updated the source with the latest SVN.
User avatar
nightfighter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 169
Joined: Wed Jul 05, 2006 11:25 pm
Location: Boise, Idaho, USA

Re: unable to access rostercp

Postby nightfighter » Thu Aug 16, 2007 12:22 am

I have also gone through all of the files and made sure they had the correct rights.
User avatar
nightfighter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 169
Joined: Wed Jul 05, 2006 11:25 pm
Location: Boise, Idaho, USA

unable to access rostercp

Postby zanix » Thu Aug 16, 2007 10:53 am

Server specs please?
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: unable to access rostercp

Postby nightfighter » Thu Aug 16, 2007 3:14 pm

Sorry about that:

OS - Linux
MySQL Version - 4.1.22-standard
PHP Version - 4.4.7
Kernel version - 2.6.9-55.ELsmp
Architecture - i686
Apache version - 1.3.37 (Unix)

I am not sure what else you want to know, I do have a phpinfo up there you can look at if you like:

http://www.worldofwarcraftguilds.com/ro ... hpinfo.php
User avatar
nightfighter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 169
Joined: Wed Jul 05, 2006 11:25 pm
Location: Boise, Idaho, USA

unable to access rostercp

Postby PleegWat » Fri Aug 17, 2007 2:13 am

could you try deleting the .htaccess file in the roster root dir?
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: unable to access rostercp

Postby nightfighter » Fri Aug 17, 2007 10:41 pm

There is no .haccess file in the root of the roster. I know there was one in the zip file that I downloaded. Do I need to put that in the folder? I did not copy that up there.
User avatar
nightfighter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 169
Joined: Wed Jul 05, 2006 11:25 pm
Location: Boise, Idaho, USA

Re: unable to access rostercp

Postby Djuwal » Fri Aug 17, 2007 11:57 pm

What are you using to view your files on your server? I know on WS_FTP, the .htaccess file doesn't show up. I had to go on my actual control panel that my web hoster set up for me to erase the file. If it is an IIS error, (with green lettering) it's the .htaccess file. If it didn't get uploaded, and you are getting the standard 404 error, then you have to comment out the 404 error in your index.php.


In index.php, there are three occurrences of:

Code: Select all
header('HTTP/1.0 404 Not Found');


Escape them out

Code: Select all
//header('HTTP/1.0 404 Not Found');
User avatar
Djuwal
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Fri Jul 14, 2006 8:51 pm

unable to access rostercp

Postby PleegWat » Sat Aug 18, 2007 3:46 am

It might also be worth trying to replace the HTTP/1.0 by HTTP/1.1. That's a long shot though.

If you didn't upload the .htaccess (not just it isn't there, the . in front of the name means it's a hidden file, which servers and/or ftp clients may honour by, like, not showing it) reuploading won't help.

To make sure it isn't there, try uploading a blank file with that name.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

unable to access rostercp

Postby nightfighter » Sat Aug 18, 2007 5:14 am

OK, I have tried the following with no difference:

1. Removed frontpage extensions with no effect
2. added frontpage extensions with no effect
3. escaped out the 404 lines to no effect
4. changed the 1.0 to 1.1 to no effect
5. added the .htaccess file from the zip files to no effect
6. updated the files to the latest files again to no effect
7. fixed the access level to the cashe folder and the errors on each page went away, but I can still not access the rostercp page.

I can login using the rosterdiag screen.

My next plan is to put in comments in areas to see if I can get an idea where it is possibly failing.
Last edited by nightfighter on Sat Aug 18, 2007 5:14 am, edited 1 time in total.
User avatar
nightfighter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 169
Joined: Wed Jul 05, 2006 11:25 pm
Location: Boise, Idaho, USA

unable to access rostercp

Postby TheHelp » Sat Aug 18, 2007 5:43 am

[quote=Jasun]im betting mod_security is the problem, for the hell of it you can try adding the line:
SecFilterEngine Off
in your .htaccess file or asking the web host to add an exception for your roster[/quote]

Try that, worked for aldebrand and myself.
TheHelp
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Fri Jul 07, 2006 8:06 pm

unable to access rostercp

Postby nightfighter » Sat Aug 18, 2007 6:30 am

Thanks, that is what did it. Changed my .htaccess file to have that line in it and it now works, thanks.
User avatar
nightfighter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 169
Joined: Wed Jul 05, 2006 11:25 pm
Location: Boise, Idaho, USA

unable to access rostercp

Postby Anaxent » Sat Aug 18, 2007 10:04 am

hmm... do you have access to your apache error logs? Id really like to know what is not passing mod_security rules. There are alot more hosts these days that use mod_security rules which are put in place to filter out keywords and set more defined post limits(short way to say it).
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

unable to access rostercp

Postby nygad » Mon Aug 20, 2007 4:42 am

Hello,

I have the same problem, but, where i put the line:
SecFilterEngine Off

In my .htaccess file?

My .htaccess file :

# WoWRoster .htaccess file
# $Id: .htaccess 1254 2007-08-19 16:41:28Z Zanix $

# ONLY IF MOD_REWRITE IS INSTALLED
<IfModule mod_rewrite.c>
# ENABLE ENGINE
RewriteEngine On

# CONIDITIONS
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d

# REWRITE RULES
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.*) index.php
</IfModule>


I search to have my apache error logs and i send you when I had it.

Thanks

Nygad.
nygad
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Fri Oct 27, 2006 1:13 am

unable to access rostercp

Postby zanix » Mon Aug 20, 2007 7:13 am

Try after
Code: Select all
# $Id: .htaccess 1254 2007-08-19 16:41:28Z Zanix $
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

unable to access rostercp

Postby nygad » Sat Aug 25, 2007 3:57 am

Thanks, I do this and it's ok now.

I can't have my apache error logs sorry.
nygad
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Fri Oct 27, 2006 1:13 am


Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron