twhite3000 / vqmod

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

trying to install into other cms: Jaws #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, used this mod heaps in opencart, and thought about installing it in 
Jaws-CMS, 

edited index.php as attached, i get no error messages, and no vqmod logs, even 
though i have a xml in the xml folder (attached)

my permissions have been checked.

is there someway to initiate a debug feature ? or is it more likely that my 
install is not right,

i wish you had a bit more documentation on your site, such as usage and 
settings...

thankyou.

Original issue reported on code.google.com by drd...@gmail.com on 15 Feb 2012 at 2:29

Attachments:

GoogleCodeExporter commented 9 years ago
We've been discussing moving into other arenas with this recently, but haven't 
had a chance to create documentation for it just yet. vQmod is really going to 
flourish on an MVC architecture. Is Jaws CMS MVC based?

Original comment by DJG6...@gmail.com on 16 Feb 2012 at 3:19

GoogleCodeExporter commented 9 years ago
it definitely is and done so very well. any chance of some tips where i went 
wrong ?

Original comment by drd...@gmail.com on 16 Feb 2012 at 7:24

GoogleCodeExporter commented 9 years ago
Basically you need to make sure that any include/requires are parsed through 
the $vqmod->modCheck() function. The auto installer does this for opencart, 
however you'll need to do that manually, and then wherever models etc are 
loaded, you'll need to do modCheck on those files too

Original comment by DJG6...@gmail.com on 16 Feb 2012 at 11:52

GoogleCodeExporter commented 9 years ago
is this only for the index.php though ?

thankyou.

Original comment by drd...@gmail.com on 19 Feb 2012 at 1:49

GoogleCodeExporter commented 9 years ago
No it's globally, which is why an MVC architecture is so important really, as 
most includes for templates etc are done via the same location

Original comment by DJG6...@gmail.com on 19 Feb 2012 at 11:56

GoogleCodeExporter commented 9 years ago
So how come opencart only has its index.php include/requires passed through 
modcheck ? and not all of them in the system...

Original comment by drd...@gmail.com on 20 Feb 2012 at 11:39

GoogleCodeExporter commented 9 years ago
Because it has this file as well
http://code.google.com/p/vqmod/source/browse/trunk/platforms/opencart/xml/vqmod_
opencart.xml

Original comment by DJG6...@gmail.com on 21 Feb 2012 at 1:21

GoogleCodeExporter commented 9 years ago
oh. thanks

Original comment by drd...@gmail.com on 21 Feb 2012 at 1:26