after login 404 error

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
mrpddnos
Posts: 2
Joined: Wed 21. Feb 2007, 11:50

after login 404 error

Post by mrpddnos »

Hello everyone,

My first post and I hope you guys know how to help me cause I've really going crazy here.

I installed phpwcms on my website to managed the site that way. The instalation went great but now every time I try to log in I get an 404 error screen.

First I do get the login screen. I enter my user information and press sign in. Then I get the 404 error message. I've tried to upload my phpwcms files multiple times to try and fix it my I keep getting this message. All the database tables have been created.

Heres an schematic of what happens:

Surf to http://www.pdd-ig.nl/phpwcms/login.php => enter user information => press sign in => HTTP- error 404. Can't find the file.

Does anyone know what I have to do to fix this?

yours,

Bernhard Flokstra
Webmaster pdd-ig.nl
silencox
Posts: 11
Joined: Wed 11. Oct 2006, 10:38

Post by silencox »

work normally

next i noticed this

ATTENTION! The "SETUP" directory still exists! Delete that directory - it's potential security problem.
ATTENTION! The "CODE-SNIPPETS" directory still exists! Delete directory phpwcms_code_snippets - this is a potential security problem.


so delete those two folder and try again

br
Sven
mrpddnos
Posts: 2
Joined: Wed 21. Feb 2007, 11:50

Post by mrpddnos »

I've deleted the folders and tried again but still I get the same error. Here is a screenshot of what I get...

First I get this screen: Login screen.
I fill in the requested information (my username anmd my password). Then I press the "Sign in" button and get this screen:
error screen.

I hope someone knows what's goin on.
silencox
Posts: 11
Joined: Wed 11. Oct 2006, 10:38

Post by silencox »

i think that you have problem with paths

check your conf.inc.php in phpwcms_folder/config/phpwcms/conf.inc.php

this line must look like this below

Code: Select all

$phpwcms['site']              = 'http://www.pdd-ig.nl/phpwcms/';

also check your DOC_ROOT path

also you may run document_root.php from setup folder to check your paths

and check those two lines in conf.inc.php

Code: Select all

$phpwcms['DOC_ROOT']          = '/home/box2/public_html/phpwcms/';
$phpwcms['root']         		= '';         //default: ''
Post Reply