Re: Can't login to admin after upgrading to 1.3.9g
Quote:
Originally Posted by
Nordenfor
Same login proglem here after 1.3.9.g update.
I got an error msg of:
The requested URL /zen_cart/admin/alert_page.php was not found on this server.
And my login page is admin.php Why the new version points to an alert_page.php?
Make sure admin/alert_page.php exist if not you miss uploading it.
Re: Can't login to admin after upgrading to 1.3.9g
Quote:
Originally Posted by
countrycharm
Make sure admin/alert_page.php exist if not you miss uploading it.
Oh, a new file... okay. Changelog update would not be possible to be automated in the future?
Re: Can't login to admin after upgrading to 1.3.9g
Quote:
Originally Posted by
Nordenfor
Oh, a new file... okay. Changelog update would not be possible to be automated in the future?
Um ... the changelog contains that information.
Re: Can't login to admin after upgrading to 1.3.9g
Quote:
Originally Posted by
Nordenfor
Same login proglem here after 1.3.9.g update.
I got an error msg of:
The requested URL /zen_cart/admin/alert_page.php was not found on this server.
And my login page is admin.php Why the new version points to an alert_page.php?
Seems like nobody has posted this but i actually just started upgrading from f to g today and noticed that in the changelog g there was no mention of the new files below in the changed files section but in the new files section it says these three files should be new ... i am totally guessing they forgot to mention it so try adding them all three ... they do exist in g
* /admin/alert_page.php
* /admin/includes/init_includes/init_sanitize.php
* /admin/includes/languages/english/alert_page.php
Re: Can't login to admin after upgrading to 1.3.9g
Quote:
Originally Posted by
djbelize
Seems like nobody has posted this but i actually just started upgrading from f to g today and noticed that in the changelog g there was no mention of the new files below in the changed files section but in the new files section it says these three files should be new ... i am totally guessing they forgot to mention it so try adding them all three ... they do exist in g
* /admin/alert_page.php
* /admin/includes/init_includes/init_sanitize.php
* /admin/includes/languages/english/alert_page.php
They should not be in the "changed" section because they were not changed: they were added. They are in the "New Files" section to show you that these file are new and needs to be added.
Also, you should be upgrading to 1.3.9h
Re: Can't login to admin after upgrading to 1.3.9g
true countrycharm :) ... i overlooked the new files section at first and proceeded and had to go back so i thought maybe people were doing the same since missing "alert_page" was an issue and maybe they were only looking in the changelog section as i did so i was trying to state to look at the new files section ... but you pointed it out right .... changed files doesn't equal new files ... so they were properly addressed ... and yes i have upgraded to h also :) i just like updating level to level not skipping from instance say f to h ... thnx though.
Re: Can't login to admin after upgrading to 1.3.9g
I'm going crazy here. I have 2 stores. I upgraded the first one to 1.3.9g without any problems and that store has a lot of add-ons.
The second store won't let me log in. I have been reading now 3 days about possible problems. Nothing has worked.
I have cleaned the cache, cleared the cookies, restarted the firefox and computer, compared all the files twice. Added "Admin" login to database. Tried resending login for the original login and it didn't work either. Maybe I'm just blind and stupid.
I did not go back to 1.3.9.f since I want to stay with the times. Any help?
Here is my admin/includes/configure.php
Code:
define('HTTP_SERVER', 'https://pedsafe.com');
define('HTTPS_SERVER', 'https://pedsafe.com');
define('HTTP_CATALOG_SERVER', 'https://pedsafe.com');
define('HTTPS_CATALOG_SERVER', 'https://pedsafe.com');
// secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/roa134x/store/xxxxx/');
define('DIR_WS_CATALOG', '/roa134x/store/');
define('DIR_WS_HTTPS_ADMIN', '/roa134x/store/xxxxx/');
define('DIR_WS_HTTPS_CATALOG', '/roa134x/store/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
// * DIR_FS_* = Filesystem directories (local/physical)
//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_ADMIN', '/home/content/s/a/t/satupedsafe/html/roa134x/store/xxxxx/');
define('DIR_FS_CATALOG', '/home/content/s/a/t/satupedsafe/html/roa134x/store/');
define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', 'zen_');
define('DB_SERVER','pedzzzzzzzzzzz21.db.5zzzzz0.hostedresource.com');
define('DB_SERVER_USERNAME', 'pedzzzzzzzzzzz21');
define('DB_SERVER_PASSWORD', 'xxxxxxxx');
define('DB_DATABASE', 'pedzzzzzzzzzzzz1');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'db');
Re: Can't login to admin after upgrading to 1.3.9g
Quote:
Originally Posted by
Satu
I'm going crazy here. I have 2 stores. I upgraded the first one to 1.3.9g without any problems and that store has a lot of add-ons.
The second store won't let me log in. I have been reading now 3 days about possible problems. Nothing has worked.
I have cleaned the cache, cleared the cookies, restarted the firefox and computer, compared all the files twice. Added "Admin" login to database. Tried resending login for the original login and it didn't work either. Maybe I'm just blind and stupid.
I did not go back to 1.3.9.f since I want to stay with the times. Any help?
Here is my admin/includes/configure.php
Code:
define('HTTP_SERVER', 'https://pedsafe.com');
define('HTTPS_SERVER', 'https://pedsafe.com');
define('HTTP_CATALOG_SERVER', 'https://pedsafe.com');
define('HTTPS_CATALOG_SERVER', 'https://pedsafe.com');
// secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/roa134x/store/xxxxx/');
define('DIR_WS_CATALOG', '/roa134x/store/');
define('DIR_WS_HTTPS_ADMIN', '/roa134x/store/xxxxx/');
define('DIR_WS_HTTPS_CATALOG', '/roa134x/store/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
// * DIR_FS_* = Filesystem directories (local/physical)
//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_ADMIN', '/home/content/s/a/t/satupedsafe/html/roa134x/store/xxxxx/');
define('DIR_FS_CATALOG', '/home/content/s/a/t/satupedsafe/html/roa134x/store/');
define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', 'zen_');
define('DB_SERVER','pedzzzzzzzzzzz21.db.5zzzzz0.hostedresource.com');
define('DB_SERVER_USERNAME', 'pedzzzzzzzzzzz21');
define('DB_SERVER_PASSWORD', 'xxxxxxxx');
define('DB_DATABASE', 'pedzzzzzzzzzzzz1');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'db');
Checked your cache folder on your server and see what the the debug log tells you. Are you being redirected to your storefront when trying to logging in to your admin? What error are you getting if any? What exactly are the symptoms of the failed login? An error message? Just a screen refresh w/o message? A blank screen?
Re: Can't login to admin after upgrading to 1.3.9g
Hi,
There is nothing in the cache folder. I don't know why.
It keeps me on the login page and says that "You entered the wrong username or password."
Re: Can't login to admin after upgrading to 1.3.9g
Quote:
Originally Posted by
Satu
Hi,
There is nothing in the cache folder. I don't know why.
It keeps me on the login page and says that "You entered the wrong username or password."
open your /admin/includes/configure.php file and set the 2 SSL definitions to 'false' then try again.
Trying to rule out SSL for the time being.
If that don't work Post the admin configure file. XX-out only your new admin folder name and the db user & pass fields - - make sure to include any leading or trailing "/"