>>  Site Map >>  Forums >>  Bug Reports and Fixes [nCo Mod]

Forum module - topics in forum:



Bug Reports and Fixes [nCo Mod] - This forum is for bug reports only we.. If you have an installstion or othe problem post in those catagories, <b>BUG REPORTS AND FIXES ONLY</b>



After creating admin account, getting Access Denied

I have setup several sites now with nCo 7.6 and have had little problem. Great Job!

One of my customers asked me to create one on ValueWeb.com. After I created the database and FTP'd everything (same files I have used on the last 4 sites I have created), I am getting a problem that I have not seen before.

After I created the admin account, I attempt to login and get "Access Denied" - Likewise, I can login as user and click "Your Account" and get "You can't access this file directly..."

I have several times, gone into the table nuke_authors and deleted the admin record. I still get the same problem.

Any ideas?

Thanks!






Did you install any modules that are not ment fot 7.6 if so you will need to find versions of those modules specifically ment for 7.6.

Also try this open the your_account module index.php and find:
Code: :
if (!stristr($_SERVER['SCRIPT_NAME'], "modules.php")) {
   die ("You can't access this file directly...");
}

Change it to:
Code: :
if (!stristr($_SERVER['PHP_SELF'], "modules.php")) {
   die ("You can't access this file directly...");
}

See if that doesn't help.




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS