Please help me regarding post #47 :)
I really need to get into admin. Thanks!
Printable View
I tried the index.php reload, but unfortunately hasn't fixed anything.
Posted via Mobile Device
Try it now ...
I overlooked that you had this line in your configure.php file:
1 it does not belong there ... unless you have some add on that wanted it in which case it needs to be:Code:define('ENABLE_SSL', 'true')
Code:define('ENABLE_SSL', 'true');
2 it does not end with a semi-colon and was breaking things ...
Linda, thank you so much for your help!!!
Yes, I need to clean some items up :blush:
You are most welcome ... good luck with your site ... :smile:
Hi Rob, Thanks for the reply,
I have tried implementing this code 10's of different ways, and nothign changes,
define('HTTP_SERVER', 'http://www.gamenet.net.au');
define('HTTPS_SERVER', 'http://www.gamenet.net.au');
define('HTTP_CATALOG_SERVER', 'http://www.gamenet.net.au');
define('HTTPS_CATALOG_SERVER', 'http://www.gamenet.net.au');
I am new to php and such, and i get a bit confused. So please bare with me! :)
Could you please copy and paste that code into the my configure.php code i gave u in post #47, so i can know for sure it isnt the configure file.
I then can then try something else. Thanks1
Not meaning to bump. But i really need help. i'v tried everything...
Download from your Hosting account, both your config files.
admin/include/configure.php
include/configure.php
Open both of them with a Text or HTML Editor.
As your front end is working we know your "include/configure.php" file is setup correctly. Now you need to compare that with the Admin one.
Especially important is the Database information, which must be exactly the same in both files.
This is an example only of where to look.
// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', 'zen_');
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'USERNAME');
define('DB_SERVER_PASSWORD', 'PASSWORD');
define('DB_DATABASE', 'USERNAME');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'db');
// for STORE_SESSIONS, use 'db' for best support, or '' for file-based storage
Upload your newly editted "admin/include/configure.php" file. If you cannot then rename your current to "admin/include/configure.php1". First try renaming using your FTP program and if doesn't work, use your Hosting Control Panel to rename.