user218 Från Okänd Medlem sedan dec. -0001 user218 28 feb. 2014 14:45 I recently updated from 1.0.5 to 1.1.1, and after this the modules-section in admin doesn't show. I only get a blank page whenever I try to view and edit the modules. I am quite a newbie, so maybe this is a no-brainer, but I don't understand what I have to do to make it show up again.
litecart Main Crew Från Sweden Medlem sedan feb. 2013 litecart 28 feb. 2014 14:54 Make sure your IP-address is in the range of exceptions to see errors in config.inc.php. You can also check data/errors.log You probably have a conflicting module generating an error.
user218 Från Okänd Medlem sedan dec. -0001 user218 28 feb. 2014 15:11 The errorlog returned this error:""Censored""/includes/classes/order_action.inc.php) [function.require-once]: failed to open stream: No such file or directory in ~/includes/app_header.inc.php (Line 59) /admin/index.php?app=orders&doc=orders [28-Feb-2014 14:46:18 Europe/Oslo] PHP Fatal error: require_once() [function.require]: Failed opening required '""Censored""/includes/classes/order_action.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in ""Censored""/includes/app_header.inc.php on line 59 Any idea what I can do to fix this?
litecart Main Crew Från Sweden Medlem sedan feb. 2013 litecart 28 feb. 2014 15:27 After you dropped the new files on top, did you run the upgrade script ~/install/upgrade.php? If not, go to http://www.yoursite.com/install/upgrade.php These are files that are deleted and moved in 1.1 and the upgrade script should have handled these.
user218 Från Okänd Medlem sedan dec. -0001 user218 28 feb. 2014 16:14 Yes, I did run the upgrade script and all seemed fine
litecart Main Crew Från Sweden Medlem sedan feb. 2013 litecart 28 feb. 2014 16:25 So you think there is a bug in the upgrade script? Could there be a permission problem? We have yet not heard anyone else with the same problem. You can look at the UPGRADE.md doc to see changes between each new version. That gives you the ability to manually solve the problem. LiteCart 1.0.1.5 to 1.0.1.6 Deleted Files: ~/includes/modules/shipping/sm_flat_rate.inc ~/includes/modules/shipping/sm_weight_table.inc ~/includes/modules/shipping/sm_zone.inc ~/includes/templates/default.catalog/styles/loader.css.php LiteCart 1.0.1.6 to 1.1 Moved/Renamed Files: (You can delete these) ~/includes/functions/.inc.php => ~/includes/functions/func_.inc.php ~/includes/classes/customer.inc.php => ~/includes/modules/mod_customer.inc.php ~/includes/classes/jobs.inc.php => ~/includes/modules/mod_jobs.inc.php ~/includes/classes/order_action.inc.php => ~/includes/modules/mod_order_action.inc.php ~/includes/classes/order_success.inc.php => ~/includes/modules/mod_order_success.inc.php ~/includes/classes/order_total.inc.php => ~/includes/modules/mod_order_total.inc.php ~/includes/classes/payment.inc.php => ~/includes/modules/mod_payment.inc.php ~/includes/classes/shipping.inc.php => ~/includes/modules/mod_shipping.inc.php
user218 Från Okänd Medlem sedan dec. -0001 user218 28 feb. 2014 16:51 I found out what was wrong.... I had renamed the admin folder on first install, and forgot this on upgrade. Sorry!! my mistake.