twhite3000 / vqmod

Automatically exported from code.google.com/p/vqmod
0 stars 0 forks source link

SEARCH NOT FOUND (ABORTING MOD): if (file_exists($file)) #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Clean install of vqmod and opencart 1.5.4.1

Error: 
REQUEST URI : /
MOD DETAILS:
   modFile   : /home/vikram/public_html/shopping/vqmod/xml/vqmod_opencart.xml
   id        : VQMOD CORE FOR OPENCART STARTUP.PHP - DO NOT REMOVE AS THIS IS NEEDED FOR VQMOD IN OPENCART
   version   : 1.4.x and 1.5.x
   vqmver    : 1.0.8
   author    : qphoria
SEARCH NOT FOUND (ABORTING MOD): if (file_exists($file))

----------------------------------------------------------------------

When I check the first file: system/engine/controller.php

The code has actually been changed to:
if (file_exists($action->getFile())) {

Original issue reported on code.google.com by B.Johnso...@gmail.com on 1 Nov 2012 at 2:59

GoogleCodeExporter commented 9 years ago
Forget this, I see that it has been fixed 4 days ago in the latest download. 

No idea why this has been changed in the core and calls getFile() twice now. 

Original comment by B.Johnso...@gmail.com on 1 Nov 2012 at 3:03

GoogleCodeExporter commented 9 years ago

Original comment by DJG6...@gmail.com on 4 Nov 2012 at 10:38