Lexus3 Posted March 26, 2017 Share Posted March 26, 2017 (edited) Hi all Because an addon did not work i contacted the developper. Here was detected that when you clear the cache in "advanced settings / performance / cache delete" the refreshed file class_index.php (/html/rootordner/cache/class_index.php) partly empty path or wrong path generated. If you delete the file class_index.php manually, they renew automaticly and all path are correct. I have, for example, the file Order.php edited and for this a folder in override (override/classes/order/Order.php) created. After clear the cache with the Button in "Advanced settings / performance / cache delete" is the following path generated: About line 2924 'OrdnerCore' => Array ( 'path' => 'classes/order/Order.php', After delete the file class_index.php manually the path in the self new generated class_index.php looks like: 'path' => 'override/classes/order/Order.php Other examples: About line 230 in AdminCarrierWizardController cache clear with the Button 'path' => ' ', file manually clear 'path' => 'override/Controller/admin/AdminCarrierWizardController.php or About line 3122 in PDFGenerator cache clear with the Button 'path' =>' ' file manually clear 'path' =>'override/classes/pdf/PDFGenerator.php In my testshop this is the same as in my onlineshop. Can somebody comprehend? Regards Lexus3 Edited March 26, 2017 by Lexus3 (see edit history) Link to comment Share on other sites More sharing options...
Lexus3 Posted March 27, 2017 Author Share Posted March 27, 2017 Hi all Does anyone have time to test this or to see whether it is so? Thanks for feedback Regards Lexus3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now