Hi - hope someone can help.
Installed vqmod - all aok, but no xml scripts work.
Have tried setting directory and cache to both 755 and 777
as a note log file does not increase in size nor is there any files created in cache.
Have also installed vqmod manager, says modules are there but they just dont work.
admin directory has also not not been renamed, and have checked index.php and admin/index.php and all seam to be as per instructions on vqmod website.
anyone got any ideas?
I have just setup OC v 1.5.3 on a sub domain, installed vqmod, set the permissions, and checked what people have said above, still don't work.
I even tried a backup of a working vqmod site to see if it was anything else. Didnt work. Can anyone help with why it does not work? is it a revision problem?
Update:
I re-set permissions 755 / 777 on both index.php, vqmod both directory and all files, still does not work... puzzling...
I even tried a backup of a working vqmod site to see if it was anything else. Didnt work. Can anyone help with why it does not work? is it a revision problem?
Update:
I re-set permissions 755 / 777 on both index.php, vqmod both directory and all files, still does not work... puzzling...
Another little update for you...
I still can't get the vqmod to work, so I hard coded the relevant file, I am using v 1.5.x (Other versions do it differently)
File: catalog/controller/module/latest.php
Download and create a copy, call it latest.php.original or similar
Edit the file, and do...
Search for: 'limit' => $setting['limit']
Replace with: 'limit' => ($setting['limit'] * 10)
Search for: $results = $this->model_catalog_product->getProducts($data);
Add after:
srand((float)microtime() * 1000000);
shuffle($results);
$results = array_slice($results, 0, $setting['limit']);
Save and re-upload to the same location on your server, replace or rename original file, hit CTRL + F5 twice, it should work as it does for me
This info has been taken from the Quphoria vqmod cml file called: Randomize_Latest_Products_NoStrain.xml
It is VQmod thats the problem, now my products display randomly.
I still can't get the vqmod to work, so I hard coded the relevant file, I am using v 1.5.x (Other versions do it differently)
File: catalog/controller/module/latest.php
Download and create a copy, call it latest.php.original or similar
Edit the file, and do...
Search for: 'limit' => $setting['limit']
Replace with: 'limit' => ($setting['limit'] * 10)
Search for: $results = $this->model_catalog_product->getProducts($data);
Add after:
srand((float)microtime() * 1000000);
shuffle($results);
$results = array_slice($results, 0, $setting['limit']);
Save and re-upload to the same location on your server, replace or rename original file, hit CTRL + F5 twice, it should work as it does for me

This info has been taken from the Quphoria vqmod cml file called: Randomize_Latest_Products_NoStrain.xml
It is VQmod thats the problem, now my products display randomly.
Who is online
Users browsing this forum: No registered users and 80 guests