Coder Social home page Coder Social logo

vqmod's People

Contributors

qphoria avatar

vqmod's Issues

vQmod 2.1.6 not working with new OpenCart 1.5.4

The latest vQmod 2.1.6 doesn't work with OpenCart 1.5.4 as the search strings 
in the vqmod_opencart.xml file are incorrect for this version. 

MOD DETAILS:
modFile : C:\wamp\www\opencart154\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))

Original issue reported on code.google.com by [email protected] on 16 Aug 2012 at 5:39

Parentesis causing error

Here is my vqmod file:

<modification>
    <id></id>
    <version>1.5.x</version>
    <vqmver>1.0.8</vqmver>
    <author></author>   
    <file name="catalog/controller/checkout/register.php">
        <operation>
            <search position="after" offset="2"><![CDATA[if ((utf8_strlen($this->request->post['firstname']) < 1) || (utf8_strlen($this->request->post['firstname']) > 32)) {]]></search>
            <add><![CDATA[              
                if (!is_int($this->request->post['cpf'])) { $json['error']['cpf'] = "Informe o CPF (Somente números)"; }
                if (!is_int($this->request->post['rg'])) { $json['error']['rg'] = "Informe o RG "; }]]>
            </add>
        </operation>
    </file> 
</modification>


The parentheses in the string "Informe o CPF (Somente números)" raises the 
"DOM UNABLE TO LOAD" error.

Original issue reported on code.google.com by [email protected] on 21 Oct 2011 at 8:05

Pathing issue?

What steps will reproduce the problem?
1. Install vQmod
2. Install MIGS_Payment_Gateway
3. Create a vQmod patch for migs payment gateway
4. Try to check out

What is the expected output? What do you see instead?
Migs payment form should show up after clicking ok on step 5 but instead I get 
an error about unexpected <.

The ajax request that gets step6 is getting the following error back off the 
server
<b>Notice</b>: Error: Could not load language 
payment/vq2-catalog_controller_payment_migs_gateway! in 
<b>docs/cart/vqmod/vqcache/vq2-system_library_language.php</b> on line <b>27</b>

What version of the product are you using? On what operating system?
vqmod-2.1.2-opencart
opencart-1.5.1.3
migs_gateway-150.1

Please provide any additional information below.
I've attached the xml file for the patch I'm trying to apply

I suspect it's because of the path "payment", the actual migs file is:
catalog/controller/payment/migs_gateway.php

The actual vqcache file is:
vqmod/vqcache/vq2-catalog_controller_payment_migs_gateway.php

It looks like it's attempting to include
vqmod/vqcache/payment/vq2-catalog_controller_payment_migs_gateway.php

Original issue reported on code.google.com by [email protected] on 11 Oct 2011 at 4:35

Attachments:

problem with options after installing vqmod

What steps will reproduce the problem?
1.log into admin
2.go to Catalog > options
3.

What is the expected output? What do you see instead?
expect options page, instead get this error:

Fatal error: Class 'Controllercatalogoption' not found in 
/home/bellezza/public_html/vqmod/vqcache/vq2-system_engine_front.php on line 45

vQmod Version:2.1.5
Server Operating System:


Please provide any additional information below.

I installed vqmod with the understanding that this would get rid of my problem 
with options disappearing from products randomly. Instead, that problem is 
still there but for some strange reason now the options page itself doesnt load 
and instead gives me the error i mentioned earlier.

thanks for your help

Original issue reported on code.google.com by [email protected] on 17 Mar 2012 at 8:13

None files found in the vqmod/vqcache folder??

What steps will reproduce the problem?
1.
2.
3.

What is the expected output?
I should see, apparently files in the vqmod/vqcache folder after install, i get 
Install VQMOD ALREADY INSTALLED! but when checking the said folder there is 
nothing in it? 
Im trying to add a restrict by customer group so i can have Retail and trade 
with some items only view able and buy-able by one group. Using this mod from 
3rd party site.

 http://opencartguru.com/restricted_cats?filter_name=restricting%20products%20to%20customer%20groups 

What version of the product are you using? On what operating system?
latest open cart v1.50.5  and vqmod-2.1.5  on Windows 7 32bit, quadcore pc with 
4gig ram

Please provide any additional information below.

I am rather new at this but am I right in thinking that its already set up and 
i can just add the mod from the link above??

Many thanks for reading and hope to hear from you soon.

Phil 

Me email is [email protected]

Original issue reported on code.google.com by [email protected] on 28 Nov 2011 at 2:27

error editing template module

What steps will reproduce the problem?
1. installed template module
2. try to edit template module

What is the expected output? What do you see instead?
Notice: Error: Could not load template 
/public_html/main/admin/view/template/module/tg_hera_cp.tpl! in 
/public_html/main/vqmod/vqcache/vq2-system_engine_controller.php on line 76

vQmod Version: 2.1.5

Please provide any additional information below.
This is a fresh install of opencart 1.5.1.3 with vqmod installed.  I copied the 
new template files and installed the modules but am unable to edit any of them 
(see error above). Thanks for your help.

Original issue reported on code.google.com by [email protected] on 7 Dec 2011 at 9:27

vqmod 2.1.7 on opencart 1.5.4.1 issue

What steps will reproduce the problem?

1. fresh install opencart 1.5.4.1
2. fresh install vqmod 2.1.7

What is the expected output? 
site visible
possible to enter in admin

What do you see instead?

site cannot be accessed (blank page, no error message)
cannot enter admin

vQmod Version:
2.1.7

Server Operating System:
debian sqeeze

Please provide any additional information below.
I believe vqmod 2.1.7 is not compatible with opencart 1.5.4.1 ?

Original issue reported on code.google.com by [email protected] on 28 Aug 2012 at 2:27

Upload extra images

What steps will reproduce the problem?
1. In opencart when I install vqmod and now want to upload to one products 
extra images, then I'm getting this error:

Warning: mysql_real_escape_string() expects parameter 1 to be string, array 
given in /system/database/mysql.php on line 55Warning: Cannot modify header 
information – headers already sent by (output started at /admin/index.php:83) 
in /vqmod/vqcache/vq2-system_engine_controller.php on line 28Warning: Cannot 
modify header information – headers already sent by (output started at 
/admin/index.php:83) in /vqmod/vqcache/vq2-system_engine_controller.php on line 
29

How can I fix it?


Original issue reported on code.google.com by [email protected] on 31 Jan 2012 at 11:02

Before/After Only on new lines

Apologies if this isn't a bug and working as expected

On before/after searches eg 

String: "I want something green"

<search regex="true" position="after"><![CDATA[/something/i]]></search>
<add><![CDATA[ blue and]]></add>

Will output:
I want something green
 blue and

Not "I want something blue and green". I appreciate you can use replace, but 
this isn't possible with more complex code using regex where you can only be 
sure of a few things.

I tried adding an offset of 0 but without success.

vQmod Version: 2.1.6
Server Operating System: Unix with Apache

Original issue reported on code.google.com by [email protected] on 13 Apr 2012 at 5:38

sha1_file error

What steps will reproduce the problem?
1. install Mailchimp Module ( non vqmod module)  ( 
http://www.opencart.com/index.php?route=account/download/info&order_id=123163 )
2. Give Mailchimp rights
3. Go to Modules in Opencart

What is the expected output? What do you see instead?
Expected is the ability to install and change the Mailchimp Module

I see instead:

Warning: 
sha1_file(D:\inetpub\vhosts\mysite.com\httpdocs\admin\language\dutch\module\mail
chimp.php) [function.sha1-file]: failed to open stream: Permission denied in 
D:\inetpub\vhosts\mysite.com\httpdocs\vqmod\vqmod.php on line 482Warning: 
file_get_contents(D:\inetpub\vhosts\mysite.com\httpdocs\admin\language\dutch\mod
ule\mailchimp.php) [function.file-get-contents]: failed to open stream: 
Permission denied in D:\inetpub\vhosts\mysite.com\httpdocs\vqmod\vqmod.php on 
line 483

vQmod Version: 2.1.5 Opencart
Server Operating System: Windows server Enterprise 2008 
Server: Microsoft-IIS/7.0
X-Powered-By: PHP/5.2.6


Please provide any additional information below.

Module
http://www.opencart.com/index.php?route=account/download/info&order_id=123163

Original issue reported on code.google.com by [email protected] on 12 Mar 2012 at 9:10

2.1.5 VQMOD installation error

Hello, After 2.1.5 VQMOD installation to opencart following massage appeared in 
shopping domain:
(index.php  and admin/index.php were also set to 777 and installed the VQMOD as 
per your instruction)
-------------------------
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to 
complete your request.

Please contact the server administrator, [email protected] and 
inform them of the time the error occurred, and anything you might have done 
that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to 
use an ErrorDocument to handle the request.

Apache Server at Port 80
--------------------------------------------------

Original issue reported on code.google.com by [email protected] on 28 Feb 2012 at 5:36

Error: Urgent random payment issue

What steps will reproduce the problem?
1.I cannot reproduce this everytime.
2.It happens to not go to final payment step randomly.
The error in error logs is 
vqmod/vqcache/vq2-catalog_controller_checkout_payment.php on line 11


What is the expected output? What do you see instead?
The checkout step will not show. You hit continue and nothing happens.

vQmod Version:  vqmod-2.1.5 however I did the upgrade in March.
Server Operating System:


Please provide any additional information below.
The website is runningfunky.com
Approximately Every third customer is not able to checkout.
It seems I have been having this issue for about a month. The website has been 
live for three months.
Please help. Losing customers every day it's not fixed. Thank you so much.


Original issue reported on code.google.com by [email protected] on 27 May 2012 at 12:38

Attachments:

session error

What steps will reproduce the problem?
1.shoppica theme 1.0.11
2.manual install vqmod 2.1.5
3.

What is the expected output? What do you see instead?
No errror message
Error message:Warning: session_start() [function.session-start]: Cannot send 
session cache limiter - headers already sent (output started at 
/home/rdface3/public_html/shop/index.php:2) in 
/home/rdface3/public_html/shop/system/library/session.php on line 11

What version of the product are you using? On what operating system?
opencart 1.5.1.3

Please provide any additional information below.
This message only occurs on the frontend. The admin area is fine. My hosting 
provider confirmed that it is a scripting issue.

Original issue reported on code.google.com by [email protected] on 18 Nov 2011 at 9:34

Remove the offset lines instead of creating blank lines

What steps will reproduce the problem?
<file name="catalog/view/theme/default/template/common/header.tpl">
        <operation error="skip">
            <search position="replace" offset="10"><![CDATA[</head><body>]]></search>
            <add><![CDATA[]]></add>
        </operation>
    </file>

What is the expected output? What do you see instead?
It should remove lines but creates blank lines.

vQmod Version: 2.1.5
Server Operating System: Linux

The line 226 should be like this:
unset($tmp[$lineNum + $i]);

http://code.google.com/p/vqmod/source/browse/trunk/vqmod/vqmod.php#226


Original issue reported on code.google.com by [email protected] on 31 Dec 2011 at 11:54

The * regex doesn't work on all cases ?!

What steps will reproduce the problem?
1. Put the following very simple vqmod into opencart:
<modification>
        <id>Opens all of the subcategories in the Categories module</id>
        <version>1.0</version>
        <vqmver>1.0.8</vqmver>
        <author>Chaiavi</author>

        <file name="/catalog/view/theme/default/template/module/category.tpl">
                <operation>
                        <search position = "replace" index = "1" offset="1">
                            <![CDATA[
                    <?php if ($category['children']) { ?>
                            ]]>
                        </search>

                        <add>
                            <![CDATA[
                    <?php if ($category['children']) { ?>
                            <ul style="display:block">
                ]]>
                        </add>
                </operation>
        </file>
</modification>

2. The above mod opens all subcategories on opencart - it works
3. Now change it to apply to all themes by changing the path as follows:
/catalog/view/theme/*/template/module/category.tpl
4. It SHOULD work but now it doesn't

What is the expected output? What do you see instead?
Should open all subcategories...
But I see Nothing - it doesn't work

What version of the product are you using? On what operating system?
Latest Opencart latest VQmod

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Nov 2011 at 8:22

Attachments:

vqmod adds extra ' to original .php files, which ends up with problem

1. I use OpenCart 1.5.1.3 on PHP Version 5.2.17 FreeBSD system. 
I installed vqmod 2.1.6 for opencart manually. When I try to use it, vqmod 
creates a file in vqcache dir which has extra '' 
like, 

// Check Version
if (version_compare(phpversion(), ''5.2.0'', ''<'') == true) {
    exit(''PHP5.2+ Required'');

instead of

// Check Version
if (version_compare(phpversion(), '5.2.0', '<') == true) {
    exit('PHP5.2+ Required');

What's possibly wrong? What should I do to solve the problem?



Original issue reported on code.google.com by [email protected] on 2 Apr 2012 at 6:37

Attachments:

wrong cache path

What steps will reproduce the problem?
1.i install a domain as addon domain
the path to it will be \www\user\public_html\domain.com\

with a normal path like \www\user\public_html\ it work ok
see atache...

What is the expected output? What do you see instead?

vqmod/vqcache/ is not in 
\www\user\public_html\domain.com\vqmod\vqcache\cache....
is in \www\user\public_html\domain.com\cache....



vQmod Version:2.1.6 opencart
Server Operating System: cPanel with centos (it don't matter)


Please provide any additional information below.

Original issue reported on code.google.com by lucian308 on 30 May 2012 at 12:27

Attachments:

website not working correctly

i have install vqmod in my website

What is the expected output? What do you see instead?

Warning: 
fopen(/var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/vqcache/vq2-syst
em_startup.php): failed to open stream: Permission denied in 
/var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/vqmod.php on line 581 
Warning: flock() expects parameter 1 to be resource, boolean given in 
/var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/vqmod.php on line 583 
Warning: flock() expects parameter 1 to be resource, boolean given in 
/var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/vqmod.php on line 587 
Warning: fclose(): supplied argument is not a valid stream resource in 
/var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/vqmod.php on line 588 
Warning: 
require_once(/var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/vqcache/v
q2-system_startup.php): failed to open stream: No such file or directory in 
/var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/index.php on line 23 Fatal 
error: require_once(): Failed opening required 
'/var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/vqcache/vq2-system_st
artup.php' (include_path='.:/usr/share/pear:/usr/share/php') in 
/var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/index.php on line 23 

vQmod Version: 1.4
Server Operating System:linux


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Mar 2012 at 12:20

vqmod error viewing product

What steps will reproduce the problem?
1.trying to view a product in my opencart
2.
3.

What is the expected output? What do you see instead?
Normally it should show my product , instead i get an errormessage
vQmod Version:vq mod 2.1.5 opencart
Server Operating System:


Please provide any additional information below.
this is the error:
Fatal error: Cannot redeclare ControllerProductProduct::download() in 
/customers/3/7/6/printworx.be/httpd.www/vqmod/vqcache/vq2-catalog_controller_pro
duct_product.php on line 703

Original issue reported on code.google.com by [email protected] on 28 Feb 2012 at 11:23

Multi-language site not working

What steps will reproduce the problem?
1. Go to 
http://cartamagicastore.com/OpenC/index.php?route=information/information&inform
ation_id=7
2. Switch to French
3. You get the error listed below

What is the expected output? What do you see instead?

vQmod Version: Latest
Server Operating System: Linux


Please provide any additional information below.
Error:
Notice: Error: Could not load language french! in 
/xxx/xxx/xxx/xxx/cartamagicastore.com/OpenC/vqmod/vqcache/vq2-system_library_lan
guage.php on line 27 Warning: 
fopen(/xxx/xxx/xxx/xxx/cartamagicastore.com/OpenC/system/logs/error.txt): 
failed to open stream: Permission denied in 
/xxx/xxx/xxx/xxx/cartamagicastore.com/OpenC/system/library/log.php on line 12 
Warning: fwrite(): supplied argument is not a valid stream resource in 
/xxx/xxx/xxx/xxx/cartamagicastore.com/OpenC/system/library/log.php on line 14 
Warning: fclose(): supplied argument is not a valid stream resource in 
/xxx/xxx/xxx/xxx/cartamagicastore.com/OpenC/system/library/log.php on line 16

Original issue reported on code.google.com by [email protected] on 4 Feb 2012 at 2:23

VQmod not adding new markup in place

Hi all,

I went over the docs, but might've missed something. I am typing to add a new 
tab to the Opencart new product form(product_form.tpl), vqmod adds the code, 
but doesn't put it in the right place:

Modification:

    <file name="admin/view/template/catalog/product_form.tpl">
        <operation>
            <search position="after"><![CDATA[
            <a href="#tab-design"><?php echo $tab_design; ?></a>
            ]]></search>
            <add><![CDATA[
            <a href="#tab-pins"><?php echo $tab_pins; ?></a>
            ]]></add>
        </operation>
    </file>

Modified code, before modification:

      <div id="tabs" class="htabs">

        <a href="#tab-general"><?php echo $tab_general; ?></a>
        <a href="#tab-data"><?php echo $tab_data; ?></a>
        <a href="#tab-links"><?php echo $tab_links; ?></a>
        <a href="#tab-attribute"><?php echo $tab_attribute; ?></a>
        <a href="#tab-option"><?php echo $tab_option; ?></a>
        <a href="#tab-discount"><?php echo $tab_discount; ?></a>
        <a href="#tab-special"><?php echo $tab_special; ?></a>
        <a href="#tab-image"><?php echo $tab_image; ?></a>
        <a href="#tab-reward"><?php echo $tab_reward; ?></a>
        <a href="#tab-design"><?php echo $tab_design; ?></a>

</div>

After modification:

<div id="tabs" class="htabs">
<a class="selected" href="#tab-general" style="display: inline;">General</a>
<a href="#tab-data" style="display: inline;">Data</a>
<a href="#tab-links" style="display: inline;">Links</a>
<a href="#tab-attribute" style="display: inline;">Attribute</a>
<a href="#tab-option" style="display: inline;">Option</a>
<a href="#tab-discount" style="display: inline;">Discount</a>
<a href="#tab-special" style="display: inline;">Special</a>
<a href="#tab-image" style="display: inline;">Image</a>
<a href="#tab-reward" style="display: inline;">Reward Points</a>
<a href="#tab-design" style="display: inline;">Design</a>
</div>
<a href="#tab-pins">Pin Numbers</a>

---------------------------
Any help will be appreciated.

Thanks, Lea

vQmod Version: 2.1.5
Server Operating System: LAMP


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Mar 2012 at 4:03

How to insert in the code also the Slash character?

What steps will reproduce the problem?
Insering \ charaters

$('input[name=\'filter_sku\']').autocomplete({


but I obtain 
$('input[name='filter_sku']').autocomplete({

What is the expected output? What do you see instead?
In the code I insered
$('input[name=\'filter_sku\']').autocomplete({

but I obtain 
$('input[name='filter_sku']').autocomplete({

vQmod Version:
LAST

Original issue reported on code.google.com by [email protected] on 28 Dec 2011 at 2:47

have problem installin in 1.5.3


Does not install, but does write te index.php, the cache etc, but doesn't show 
in 1.5.3 I have seen this issue by someone else who copied everything from a 
former install. I did too and added manually all vqmod entries in the dbase, I 
made a log what I did but did not succeed. 

I installed on a subdomain on my server and a wamp (same issue!)


add manualy to the extension table via phpmyadmin

extension_id    type    code
    428     module  vqmod_manager

setting_id  store_id    group   key     value   serialized
     Verwijderen    24291   0   vqmod_manager   vqmod_path  C:\wamp\www\nextlevel\upload/vqmod/ 0

added in usergroup table

/vqmod_manager";i:47;s:14:"module

just after 
/store";i:46;s:14:"module

did not succeed, I had no permissions at all,so I copied all permisions to the 
table of a previous install (1.5.2)

now I had permission to load the vqmod_manager, but was not there:

I copied again from the former install

\admin\controller\module\vqmod_manager.php to the new install


\admin\controller\module\vqmod_manager.php script missed:

Could not load language module/vqmod_manager! in 
C:\wamp\www\nextlevel\vqmod\vqcache\vq2-system_library_language.php on line 41




copied \admin\language\module\vqmod_manager.php 

Finally I see now a install of vqmanager in my extension page... clicked on 
install then on edit and ran into the next thing:

Notice: Error: Could not load template 
C:\wamp\www\nextlevel/admin/view/template/module/vqmod_manager.tpl! in 
C:\wamp\www\nextlevel\vqmod\vqcache\vq2-system_engine_controller.php on line 76

So I looked for the tpl in

/admin/view/template/module/vqmod_manager.tpl

copied to the 1.5.3 install and the script could go on...

The script came in the maintaince page with the following url:
C:\wamp\www\nextlevel/vqmod/

I changed the last one to \ but it was acting the same way...
Now the script worked, but the extension xml script I installed did not have 
permision and was also not in the permission usergroup table...

I think vqmod is not installed at all, nevertheless it said it has been 
installed, alse the index files in the admin were also written...


Original issue reported on code.google.com by [email protected] on 14 Jul 2012 at 5:24

Unable to create cache file for register link opencart.

What steps will reproduce the problem?
1.When someone click on register link
2.Language file in vqcache not generated.
3.

What is the expected output? What do you see instead?
Language file should be there in vqcache folder.

vQmod Version:2.1.6
Server Operating System:XP


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 17 Jul 2012 at 10:08

MY Log for vqmod admin not working properly

--


---------- Date: 2012-03-05 12:29:33 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/index.php?route=product/options_plus_redux/updateImage
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_vqmod_old.xml
   id        : Options Plus Redux
   version   : v149.5
   vqmver    : 1.0.8
   author    : qphoria
SEARCH NOT FOUND (ABORTING MOD): 'image'        => $product_query->row['image'],
----------------------------------------------------------------------


---------- Date: 2012-03-05 12:30:27 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_vqmod_old.xml
   id        : Options Plus Redux
   version   : v149.5
   vqmver    : 1.0.8
   author    : qphoria
SEARCH NOT FOUND (ABORTING MOD): 'image'        => $product_query->row['image'],
----------------------------------------------------------------------


---------- Date: 2012-03-05 12:30:31 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-05 12:30:36 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/index.php?route=common/login
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-05 12:30:41 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/index.php?route=common/login
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-05 12:30:41 ~ IP : 14.192.209.187 ----------
REQUEST URI : 
/medicine/admin/index.php?route=common/login&amp;token=76a03ca300749c563d339d1dd
6567e22
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-05 12:34:23 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-05 12:34:31 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/index.php?route=common/login
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-05 12:35:28 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/index.php
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-05 12:36:43 ~ IP : 14.192.209.187 ----------
REQUEST URI : 
/medicine/admin/index.php?route=common/home&amp;token=8955b3682d1f20688f1087d2ed
e43a38
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-06 01:18:57 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_vqmod_old.xml
   id        : Options Plus Redux
   version   : v149.5
   vqmver    : 1.0.8
   author    : qphoria
SEARCH NOT FOUND (ABORTING MOD): 'image'        => $product_query->row['image'],
----------------------------------------------------------------------


---------- Date: 2012-03-06 01:19:02 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/index.php
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-06 01:19:12 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/index.php?route=common/login
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-06 02:13:39 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/index.php?route=common/login
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-06 07:23:11 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_vqmod_old.xml
   id        : Options Plus Redux
   version   : v149.5
   vqmver    : 1.0.8
   author    : qphoria
SEARCH NOT FOUND (ABORTING MOD): 'image'        => $product_query->row['image'],
----------------------------------------------------------------------


---------- Date: 2012-03-06 07:23:15 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-06 07:23:21 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/index.php?route=common/login
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-06 07:31:12 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/index.php
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-06 07:31:20 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/index.php?route=common/login
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-06 07:31:20 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/index.php
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-06 07:31:25 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/admin/index.php?route=common/login
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
----------------------------------------------------------------------


---------- Date: 2012-03-06 07:31:38 ~ IP : 14.192.209.187 ----------
REQUEST URI : /medicine/
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_import_export_addon.xml
   id        : Options Plus Redux support for Export-Import Addon
   version   : 1.0.0
   vqmver    : 1.0.8
   author    : Qphoria
Could not resolve path for [admin/model/tool/export.php]
MOD DETAILS:
   modFile   : /var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/xml/options_plus_redux_vqmod_old.xml
   id        : Options Plus Redux
   version   : v149.5
   vqmver    : 1.0.8
   author    : qphoria
SEARCH NOT FOUND (ABORTING MOD): 'image'        => $product_query->row['image'],
----------------------------------------------------------------------



Original issue reported on code.google.com by [email protected] on 6 Mar 2012 at 7:45

tried to change simple text on header.tpl

i m trying to use vqmod for the first time and i had written the code below but 
i see no changes to my page..

i tried to change the "home" link on top right of home page to "my home" but 
there is no change to text.There is no error on vqmod manager but i dont see 
any change i.e "myhome" text instead of home.

below is my xml code do i need to add something to my tpl or any other changes 
which i dont know please suggest.



Original issue reported on code.google.com by [email protected] on 12 Jul 2012 at 7:19

Attachments:

running http://mysite.com/vqmod/install caused some server error, and now site is showing error [an error occurred while processing this directive]

I just followed the steps to install vqmod automatically in my Open-Cart. After 
copying all the files and folders to root folder and making permission changes, 
I tried to run the URL http://mysite.com/vqmod/install, some server error 
occurred like "Internal Server Error
The server encountered an internal error or misconfiguration and was unable to 
complete your request.
Please contact the server administrator, [email protected] and inform them 
of the time the error occurred, 
and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."

opencart version 1.5.3
vQmod Version:2.1.5
Server Operating System: do not know

The site is not working.

Please provide help to resolve this issue

Original issue reported on code.google.com by [email protected] on 14 Feb 2012 at 2:01

Warning installing vqmod

What steps will reproduce the problem?
1.installing vqmod
2.auto install
3.

What is the expected output? What do you see instead?

var/www/vhosts/your-lifestyle.nl/httpdocs/vqmod/vqmod.php on line 566Warning: 
file_put_contents() [function.file-put-contents]: Filename cannot be empty in

What is wrong?


vQmod Version: latest
Server Operating System: linux


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 May 2012 at 6:27

change on OpenCart latest_content.tpl

What steps will reproduce the problem?
1. try to make any change on the file 
catalog/view/theme/shoppica/template/module/latest_content.tpl

What is the expected output? What do you see instead?
The change does not have any effect

vQmod Version:2.1.6
Server Operating System: fedora 15


Please provide any additional information below.

example:

<file name="catalog/view/theme/shoppica/template/module/latest_content.tpl">
        <operation>
            <search position="after"><![CDATA[<div class="s_module_content">]]></search>
            <add><![CDATA[foo]]></add>
        </operation>
    </file>

Original issue reported on code.google.com by [email protected] on 18 May 2012 at 10:50

vQmod does not work with includes in template files

What steps will reproduce the problem?
1. edit a template file to have includes in it:
i.e. in a.tpl:
<? if (...)
require 'a_1.tpl';
else
require 'a_2.tpl';
?>
2. run simple vQmod replace for a_1.tpl or a_2.tpl

What is the expected output? What do you see instead?
File in cache folder for a_1.ptl or a_2.tpl should be generated, however it 
does not happen.

What version of the product are you using? On what operating system?
vQmod 2.1.2
Linux joker 2.6.32.8-grsec-2.1.14-modsign-xeon-64 
PHP Version 5.2.17 

Please provide any additional information below.
Pls let me know if you anyneed further information.

I believe this could be a good enhancement for the mod.
Tks
Gustavo


Original issue reported on code.google.com by [email protected] on 19 Oct 2011 at 1:14

does not show up in 1.5.3

What steps will reproduce the problem?
1. did several install (clean) wamp, one live server (also clean)(debian) and a 
upgrade to 1.5.3 opencart.
2. install vqod acording normal procedure
3. the cache folder is correct,with the normal files the xml shows the 
vqmod_opencart.xml

What is the expected output? What do you see instead?
I expected the vqmod apears in de module menu, but not, checked by usergroups 
to give persmission, but is not there also. It seems like the instal did not 
make any dbase changes... or...


vQmod Version: 2.1.6
Server Operating System: debian/plesk or wamp 2.2 both give the similar problem!


Please help me :)

Interesto


Original issue reported on code.google.com by [email protected] on 14 Jul 2012 at 3:03

Clean Install OpenCart - install vqmod introduces erros

What steps will reproduce the problem?
1. Clean install of OpenCart 1.5.2.1 - no changes/additions
2. Test with ie8 - no errors on category pages
3. Install vqmod 2.1.6 for opencart
4. Error message on category pages in ie8.  ff/chrome ok.

What is the expected output? What do you see instead?
error message:
An error has occurred in the script on this page.
Line:  365
Char:  1
Error: Object doesn't support this property or method
Code:  0
URL:   
http://visitashland.net/estore/index.php?route=product/category&path=18_46


vQmod Version:  2.1.6 for opencart
Server Operating System: linux/apache


Please provide any additional information below.


Original issue reported on code.google.com by chasandtobi on 1 May 2012 at 5:27

Error on removing product from cart.

What steps will reproduce the problem?
1. add 2 or more products to the cart
2. check the box under "remove" and click "update"
3. An error will occur

What is the expected output? What do you see instead?
Expected to see updated cart, instead saw error message.

What version of the product are you using? On what operating system?
Latest version (2.1.5) and Linux.

Here's a copy of the error message:
Warning: Illegal offset type in isset or empty in 
/home/rethinke/public_html/system/library/cart.php on line 275Warning: Cannot 
modify header information - headers already sent by (output started at 
/home/rethinke/public_html/index.php:100) in 
/home/rethinke/public_html/vqmod/vqcache/vq2-system_engine_controller.php on 
line 28Warning: Cannot modify header information - headers already sent by 
(output started at /home/rethinke/public_html/index.php:100) in 
/home/rethinke/public_html/vqmod/vqcache/vq2-system_engine_controller.php on 
line 29


Original issue reported on code.google.com by [email protected] on 24 Nov 2011 at 6:36

condition version as parameter

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

vQmod Version:
Server Operating System:


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 May 2012 at 7:04

options problem

What steps will reproduce the problem?
1. trying to modify product options
2. using product options

What is the expected output? What do you see instead?
Notice: Undefined index: option_value_id in 
/mnt/webd/d0/37/53011337/htdocs/admin/model/catalog/product.php on line 
169Notice: Undefined index: option_value_id 
in/mnt/webd/d0/37/53011337/htdocs/admin/model/catalog/product.php on line 
169Warning: Cannot modify header information - headers already sent by (output 
started at /mnt/webd/d0/37/53011337/htdocs/admin/index.php:83) in 
/mnt/webd/d0/37/53011337/htdocs/vqmod/vqcache/vq2-system_engine_controller.php 
on line 28Warning: Cannot modify header information - headers already sent by 
(output started at /mnt/webd/d0/37/53011337/htdocs/admin/index.php:83) in 
/mnt/webd/d0/37/53011337/htdocs/vqmod/vqcache/vq2-system_engine_controller.php 
on line 29

What version of the product are you using? On what operating system?
newest

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Nov 2011 at 12:44

admin index

I couldnot see my admin panel dashboard


Fatal error: Cannot redeclare ModelCatalogProduct::addBatchOptions() in 
/var/www/vhosts/kmvetpharm.com.my/httpdocs/medicine/vqmod/vqcache/vq2-admin_mode
l_catalog_product.php on line 176 

opencart version:1.4.9.6
vqdmod: 2.1.5

Original issue reported on code.google.com by [email protected] on 5 Mar 2012 at 12:38

vQmod doesn't work for symlink-based multiple stores in OpenCart

What steps will reproduce the problem?
1. Create symlink pointing to an OpenCart installation directory
2. Create store, setup its URL to http://{hostname}/{symlink}/
3. Visit http://{hostname}/{symlink}/

What is the expected output? What do you see instead?
I expect to see OpenCart core files modified by vQmod. I see them untouched.

vQmod Version: any
Server Operating System: any


Please provide any additional information below.
Possible fix: replace new VQMod() with new VQMod(DIR_SYSTEM . '/..') in vQmod 
installer for OpenCart.



Original issue reported on code.google.com by [email protected] on 28 Dec 2011 at 9:56

Warning: strpos() Empty delimiter

What steps will reproduce the problem?
1.In xml I have empty CDATA like this <search 
position="before"><![CDATA[]]></search> or I tried it with spaces only

What is the expected output? 
Nothing.
What do you see instead?
php warning
vQmod Version:2.1.5

Please provide any additional information below.
Warning: strpos() [function.strpos]: Empty delimiter in vqmod\vqmod.php on line 
202
I replaced code on line 202 $pos = strpos($line, $mod['search']->getContent()); 
with
if('' == $mod['search']->getContent()) {$pos = false;}else{$pos = strpos($line, 
$mod['search']->getContent());}
works for me. This is my first time with vqmod and I have to say I like it very 
much. This issue is not so bad, it's just not 100% dumb proof.

Original issue reported on code.google.com by [email protected] on 1 Feb 2012 at 4:33

Footer error with VQMOD

What steps will reproduce the problem?
1. If you delete the footer files.

What is the expected output? What do you see instead?
http://kingakidsshoes.com/admin/

vQmod Version: latest
Server Operating System: macosx - the website is on linux server.


Please provide any additional information below.
I deleted all the footer files since, I installed a new footer and that causes 
some problems. Then I deleted all the files that came with the extension and 
re-uploaded the original files from the theme developer. Is there anything 
else, I should do?

Thank you.

Original issue reported on code.google.com by [email protected] on 5 Dec 2011 at 6:27

Cannot redeclare ControllerProductSearch

What steps will reproduce the problem?
this message start to show up after i install vqmod, when i tried to search for 
something i got this error:

Fatal error: Cannot redeclare ControllerProductSearch::ajax() in 
/home/kitchenj/public_html/dev/vqmod/vqcache/vq2-catalog_controller_product_sear
ch.php on line 523

and when I tried to edit my “address book entries”

Notice: Undefined index: company_id in 
/home/kitchenj/public_html/dev/catalog/model/account/address.php on line 
16Notice: Undefined index: tax_id in 
/home/kitchenj/public_html/dev/catalog/model/account/address.php on line 
16Warning: Cannot modify header information – headers already sent by (output 
started at /home/kitchenj/public_html/dev/index.php:104) in 
/home/kitchenj/public_html/dev/vqmod/vqcache/vq2-system_engine_controller.php 
on line 28Warning: Cannot modify header information – headers already sent by 
(output started at /home/kitchenj/public_html/dev/index.php:104) in 
/home/kitchenj/public_html/dev/vqmod/vqcache/vq2-system_engine_controller.php 
on line 29

please anyone can help me?
or maybe help me to undo the installation of vqmod :(
2.
3.

What is the expected output? What do you see instead?

vQmod Version: latest (installed from 1 day )
Server Operating System:


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Jul 2012 at 1:58

& char within author tag causes DOM UNABLE TO LOAD error

What steps will reproduce the problem?
1. Use & within the author tag (tried to attribute multiple authors
2.
3.

What is the expected output? 
Expected everything to run smoothly, the xml syntax is correct.

What do you see instead?
DOM UNABLE TO LOAD: C:\xampplite\htdocs\mobi2open\vqmod\xml\mobi2open.xml
vQmod Version:
Server Operating System:
Windows 7


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 25 Jan 2012 at 10:03

vqmod won't help on admin/view/template/sale/order_info.tpl

First of all, let's say that vqmod rocks! I'm a happy user moving from patch to 
vqmod.

I'm trying to make change to this file:
admin/view/template/sale/order_info.tpl

Here is a simple operation:
<file name="admin/view/template/sale/order_info.tpl">
        <operation>
            <search position="top" offset="1"/>
            <add><![CDATA[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]]></add>
        </operation>
    </file>

VQmod didn't do its magic, no thing in the cache..

Note, that this is the only file which is stuck.

Is there something special with tpl files?

vQmod Version: 2.1.6
Server Operating System: Debian Squeeze

Thanks and keep up the good work.

Original issue reported on code.google.com by reda.abdi on 16 Mar 2012 at 8:55

No change in product.tpl

What steps will reproduce the problem?
1. Create new xml for "catalog/view/theme/*/template/product/product.tpl"
2. Replace/after/before any part of the file.
3. Upload xml.

What is the expected output? What do you see instead?
I was hoping to see any change on product page in OpenCart. But even if I see 
xml in VQMod Manager, the xml does not change anything on product page.

I have about 8 xml mods running ok but I cannot run any simple mod for 
product.tpl file.
Should I upgrade vQmod? I do not know how current mods will work with new 
version.

vQmod Version: @version 1.2.3
Server Operating System:


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Jan 2012 at 2:33

Attachments:

trying to install into other cms: Jaws

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 [email protected] on 15 Feb 2012 at 2:29

Attachments:

White Screen at Install Stage

What steps will reproduce the problem?
1.All file permissions have been tried at both 755 & 777
2.Have tried manual install get same issues
3.Have tried deleting the .htaccess file in Vqmod - no change

What is the expected output? install successful
What do you see instead? Blank White Screen/No files in vqcache

vQmod Version:2.1.5
Server Operating System:plesk


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Dec 2011 at 5:28

Basic Security additions

What steps will reproduce the problem?
All directories should include an empty index.html file, or one that redirects.

A define should be included in the main index.html and checked in the vqmod.php 
to ensure that vqmod isn't called directly.

What is the expected output? What do you see instead?

vQmod Version: 2.1.6
Server Operating System: All

misconfigured Apache instances or improper installations can allow an attacker 
to see the contents of the vqmod directories/xml directories.  A simple fix is 
to include a blank index.html file which will keep apache from showing 
directory contents.  

Adding a define at the top of the main index.php and admin/index.php:

   define('_VQMOD',1);

and a line at the top of the vqmod.php:

   if defined('_VQMOD') or die;

will keep vqmod from being an entrypoint for running other php files.



Original issue reported on code.google.com by [email protected] on 28 May 2012 at 3:22

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.