Author |
Message |
buckeye65
New Member


Joined: Aug 22, 2008
Posts: 22
|
Posted:
Thu Aug 28, 2008 11:44 pm |
|
I know this has probably been addressed somewhere on these forum but I can't find it.
When I go into Edit admin to add a new admin I fill in all the catagories and click add author, then it just takes me to a blank page, no errors or anything.
I am using the newest version of RavenNuke and the newest version of sentinel.
Any help would be greatly appreciated. |
|
|
|
 |
jakec
Site Admin

Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Fri Aug 29, 2008 2:12 am |
|
I assume you have turned on Error Reporting and you are still not getting any errors. Also it would be worth turning on the database error logging as well to see what is generated. |
|
|
|
 |
buckeye65

|
Posted:
Fri Aug 29, 2008 8:05 am |
|
Where would I do this at, Nuke is new to me so I am not sure where everything is at. |
|
|
|
 |
jakec

|
Posted:
Fri Aug 29, 2008 9:21 am |
|
Open config.php in the root and change $display_errors = false; to true. |
|
|
|
 |
Susann
Moderator

Joined: Dec 19, 2004
Posts: 3191
Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Fri Aug 29, 2008 4:17 pm |
|
Upload your admin files again if you can´t find an error.
I had such an error a time ago. |
|
|
|
 |
buckeye65

|
Posted:
Sat Aug 30, 2008 2:14 pm |
|
Where do I find them? Are you talking about the ones when I open the HTML folder I see an admin folder, the files inside that admin folder? |
|
|
|
 |
JeRicHoOL
Worker


Joined: Jul 20, 2008
Posts: 126
Location: Germany
|
Posted:
Sat Aug 30, 2008 2:18 pm |
|
Yes  |
_________________ Thank you RavenNuke! |
|
|
 |
Susann

|
Posted:
Sat Aug 30, 2008 3:28 pm |
|
buckeye is this a fresh install ?
You shouldn´t get such an error with a fresh installation. I had this issue when I switched from 6.5 to RavenNuke. I suppose you just didn´t upload all admin files from the folder upload admin.php also. |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sun Aug 31, 2008 7:49 am |
|
Also make sure you are using a good FTP client, such as FileZilla (free from sourceforge.net). If you are uploading to a linux server, sometimes forcing the upload to binary will work better (not so on windows). |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
Susann

|
Posted:
Sun Aug 31, 2008 8:17 am |
|
Beneed the error reporting in config.php you need to change rnconfig too:
$error_reporting = E_ALL; // This is the default and means: All errors except Notices
Maybe this shows something
Also set loglevel in rnconfig to:$loglevel = 1;
and check the rnlogs to find out more |
|
|
|
 |
buckeye65

|
Posted:
Sun Aug 31, 2008 6:36 pm |
|
Problem solved by uploading the admin files again, thanks for your help. |
|
|
|
 |
montego

|
Posted:
Mon Sep 01, 2008 1:09 pm |
|
Good. Thanks for letting us know. |
|
|
|
 |
|