- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 61 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - PHPBB 7.7 [ ]
Author
Message
IanWhizz
Guest
Posted:
Mon Jun 13, 2005 12:36 am
Hi,
ive upgraded to this version but now when i try and do anything to do with administration it say page cannot be displayed and half of the URL is missing after the domain name.
does anyone else have this issue?
thank
phpnuke-hosting
Support Mod
Joined: Oct 19, 2004
Posts: 1032
Location: UK
Posted:
Mon Jun 13, 2005 3:34 am
Please be a bit more specific.
I am assuming that your admin page is displaying like this www.yourdomain.com/.php rather than www.yourdomain.com/admin.php
If it is then your fix is to add this line to your config.php file
Code:
$admin_file = "admin";
Scroll down in your config.php file and check if it is there, if it isnt then add it below this part.
Code:
$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";
Your config file then should look something like this..
Code:
$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "admin";
Hope this helps
_________________www.phpnuke-hosting.com
The Internets Foremost PHP-Nuke Web Host.
Click Here!
Evaders99
Site Admin
Joined: Aug 17, 2003
Posts: 12403
Posted:
Mon Jun 13, 2005 5:22 am
IanWhizz
Guest
Posted:
Mon Jun 13, 2005 6:18 am
Hi guys,
that did the trick thanks!! can't believe someone forgot to put that in??
your right about the PHPBB 7.7 i hate mondays
thanks again
Ian
P.S to evader99, upgrading phpnuke sorted the forum cookie issue, so thanks for looking
You can post new topics in this forum You can 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