Re: Upgrade to 2.2.0.0 - cannot access admin url
ok I have found it and got it working ... rather than starting from scratch I did a clean install and compared the config.php and admin/config.php files ... there were significant changes in the files and references which obviously dont seem to work no more or are obsolete ... I then copied the new ...
Jump to post- Fri Aug 05, 2016 12:11 am
- Replies 25
- Views 2023
Re: Upgrade to 2.2.0.0 - cannot access admin url
These should be fine regarding a virtual server and live server for the defined keys of the constants. Only the values aside the constant keys must be changed between those two servers. well you mentioned that the /config.php and admin/config.php do differ which in my case on the current live serve...
Jump to post- Thu Aug 04, 2016 11:05 pm
- Replies 25
- Views 2023
Re: Upgrade to 2.2.0.0 - cannot access admin url
well,
if I do a diff on the current ones on the live server which is still on Version 1.5.1.3 - they are exactly the same ...
I am working on a 1:1 mirrored test deployment ...
- Thu Aug 04, 2016 11:01 pm
- Replies 25
- Views 2023
Re: Upgrade to 2.2.0.0 - cannot access admin url
were posted previously: // here is my config.php <?php // HTTP define('HTTP_SERVER', 'http://test.server.co.uk/'); define('HTTP_IMAGE', 'http://test.server.co.uk/image/'); define('HTTP_ADMIN', 'http://test.server.co.uk/admin/'); // HTTPS //define('HTTPS_SERVER', 'http://test.server.co.uk/'); //defi...
Jump to post- Thu Aug 04, 2016 10:56 pm
- Replies 25
- Views 2023
Re: Upgrade to 2.2.0.0 - cannot access admin url
posted too early - wrong URL ...
Jump to post- Thu Aug 04, 2016 10:53 pm
- Replies 25
- Views 2023
Re: Upgrade to 2.2.0.0 - cannot access admin url
were posted previously: // here is my config.php <?php // HTTP define('HTTP_SERVER', 'http://test.server.co.uk/'); define('HTTP_IMAGE', 'http://test.server.co.uk/image/'); define('HTTP_ADMIN', 'http://test.server.co.uk/admin/'); // HTTPS //define('HTTPS_SERVER', 'http://test.server.co.uk/'); //defin...
Jump to post- Thu Aug 04, 2016 10:51 pm
- Replies 25
- Views 2023
Re: Upgrade to 2.2.0.0 - cannot access admin url
thanks for that hint - well catch 22 - as I cannot access the admin interface any longer I wont be able to disable the suggested options :( might need to roll back and start over to see if that does the trick ... thanks for the help though its much appreciated You can also try to disable the .htacc...
Jump to post- Thu Aug 04, 2016 10:44 pm
- Replies 25
- Views 2023
Re: Upgrade to 2.2.0.0 - cannot access admin url
thanks for that hint - well catch 22 - as I cannot access the admin interface any longer I wont be able to disable the suggested options
might need to roll back and start over to see if that does the trick ... thanks for the help though its much appreciated
- Thu Aug 04, 2016 10:38 pm
- Replies 25
- Views 2023
Re: Upgrade to 2.2.0.0 - cannot access admin url
ok - I did hold back on that as I was facing some issues from 1.5.xx to upgrade to the latest code and it was referred to that the upgrade script to the latest code was still somehow buggy ?! Hence I upgraded to 2.2.0.0 with the community script which worked just fine and did hold off further upgrad...
Jump to post- Thu Aug 04, 2016 10:33 pm
- Replies 25
- Views 2023
Re: Upgrade to 2.2.0.0 - cannot access admin url
Followed are working instructions for manipulating the .htaccess file over SSL: http://forum.opencart.com/viewtopic.php?f=2&t=165616 . Ensure to have SSL enabled on your site and properly installed by your host. ok the server doesnt have SSL enabled - as mentioned in my previous post - I couldn...
Jump to post- Thu Aug 04, 2016 10:28 pm
- Replies 25
- Views 2023
Re: Upgrade to 2.2.0.0 - cannot access admin url
Followed are working instructions for manipulating the .htaccess file over SSL: http://forum.opencart.com/viewtopic.php?f=2&t=165616 . Ensure to have SSL enabled on your site and properly installed by your host. ok the server doesnt have SSL enabled - as mentioned in my previous post - I couldn...
Jump to post- Thu Aug 04, 2016 10:23 pm
- Replies 25
- Views 2023
Re: Upgrade to 2.2.0.0 - cannot access admin url
thanks for the response, as mentioned the store front (user) works fine its only throwing a "The page you requested cannot be found!" when trying to access /admin/ ...
no further errors are observed ... unfortunately I dont have access to the httpd logs for troubleshooting ..
- Thu Aug 04, 2016 10:20 pm
- Replies 25
- Views 2023
[SOLVED] Upgrade to 2.2.0.0 - cannot access admin url
Hi there, I did perform an almost successful update to 2.2.0.0, the site defaulted to the default template but I cannot access the /admin/ url I use the default .htaccess that was supplied with the 2.2.0.0 code, my config.php references correctly // HTTP define('HTTP_SERVER', 'http://test.server.co....
Jump to post- Thu Aug 04, 2016 9:56 pm
- Replies 25
- Views 2023
Re: Update errors Version 1.5.1.3 to Version 1.5.6.3
cheers buddy, that solved it ...
r4n
- Tue Apr 22, 2014 6:01 am
- Replies 3
- Views 775
Update errors Version 1.5.1.3 to Version 1.5.6.3
I now have tried multiple ways to get a functional upgrade to a supported/suggested version. This time I tried from 1.5.1.3 to 1.5.6.3 but I receive the below error during the upgrade - I assume the error seems to be that the upgrade tries to create all the tables rather than checking for existence ...
Jump to post- Mon Apr 21, 2014 2:18 am
- Replies 3
- Views 775
Re: PHP Notice: Undefined index: description in
upgraded to 1.5.6.2 error no longer exists ... but description isn't shown as previously ... the call for the description is: <?php echo "<p>".mb_substr(strip_tags(html_entity_decode($product['description'])), 0, 90)."...</p>"; ?> but only "..." is shown ... but it work...
Jump to post- Sat Apr 12, 2014 8:14 am
- Replies 6
- Views 1579
Re: PHP Notice: Undefined index: description in
I have already reported this issue in the bug reports of the forum. The issue is the way the description with one or many database tables are not quoted during queries. cheers for clarifying this - any eta for a fix - or could I fix it temporarily myself assuming this applies to all 1.5.6* versions?
Jump to post- Mon Apr 07, 2014 4:38 am
- Replies 6
- Views 1579
PHP Notice: Undefined index: description in
I did an upgrade from 1.5.5.1 to 1.5.6 but now I get errors in the log of, I know it seems theme related however I wound think the variable is actually correct? Can anyone spot what may be wrong here or even better how to resolve it? 014-04-06 13:13:37 - PHP Notice: Undefined index: description in /...
Jump to post- Mon Apr 07, 2014 4:21 am
- Replies 6
- Views 1579
Re: Upgrade 1.5.1.3 -> 1.5.6.1 - Images incorrectly shown
ok performed the same steps but this time I upgraded to 1.5.5.1 only - system works as expected ... must be something with the update of 1.5.6.1 I guess
Jump to post- Sun Apr 06, 2014 2:57 am
- Replies 1
- Views 450
Upgrade 1.5.1.3 -> 1.5.6.1 - Images incorrectly shown
I have a similar issue ... I tried to upgrade from 1.5.1.3 but this has gone miserably wrong. I have created a clean database, then imported the database from 1.5.1.3, I then did a clean upload of 1.5.6.1 and then copied the images folder across as I need to switch the theme ... I then ran the upgra...
Jump to post- Sat Apr 05, 2014 11:19 pm
- Replies 1
- Views 450