Do NOT post questions related to upgrades.
Question related to a clean install OpenCart 1.5.6 ONLY!
Use our FREE search first before posting your "Bug".
KNOWN BUGS:
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Most of these standard mime types are still missing for zip files:
http://forum.opencart.com/viewtopic.php ... 73#p380961
This will only cause more "Invalid File Type" posts in here.
Might be best to just add them to the core.
When viewing an order:
Notice: Undefined variable: vqmod in /home/xxxxx/public_html/156/vqmod/vqcache/vq2-system_engine_controller.php on line 56
Fatal error: Call to a member function modCheck() on a non-object in /home/xxxxx/public_html/156/vqmod/vqcache/vq2-system_engine_controller.php on line 56
Yes. If using vQmod 2.3.2...ocx wrote:vQmod issue:
When viewing an order:
Notice: Undefined variable: vqmod in /home/xxxxx/public_html/156/vqmod/vqcache/vq2-system_engine_controller.php on line 56
Fatal error: Call to a member function modCheck() on a non-object in /home/xxxxx/public_html/156/vqmod/vqcache/vq2-system_engine_controller.php on line 56
1. EDIT: vqmod/xml/vqmod_opencart.xml file
2. FIND:
Code: Select all
<search position="before" index="1"><![CDATA[$vqmod->modCheck($action->getFile()]]></search>
Code: Select all
<search position="before" index="1,3"><![CDATA[$vqmod->modCheck($action->getFile()]]></search>
please add
Code: Select all
?>
التعليمات باللغة العربية على الرابط التالي
https://www.opencartarab.com/docs
In the new added translation files it is missing the \\headingtitle, \\text, \\column etc. markings and all the lines are mixed up.opencartArab wrote:catalog\language\english\payment\pp_express.php
please add
at the end of the file.Code: Select all
?>
While in other language files the lines are grouped but still the \\ parts are missing.
All the new files are missing the >? closing tags?
Why are the new added module in separate folders instead of the already existing \modules, \payment etc. folders?
What are they different then the other modules, payment and shipping ones?
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
1) - SEARCH PAGE: (..\catalog\controller\product\search.php):
Line 203:
Code: Select all
if (isset($this->request->get['search']) || isset($this->request->get['filter_tag'])) {
Code: Select all
if (isset($this->request->get['search']) || isset($this->request->get['tag'])) {
Code: Select all
$url .= '&tag=' . urlencode(html_entity_decode($this->request->get['filter_tag'], ENT_QUOTES, 'UTF-8'));
Code: Select all
$url .= '&tag=' . urlencode(html_entity_decode($this->request->get['tag'], ENT_QUOTES, 'UTF-8'));
Line 229-235:
Code: Select all
foreach($limits as $limit){
$this->data['limits'][] = array(
'text' => $limit,
'value' => $limit,
'href' => $this->url->link('product/special', $url . '&limit=' . $limit)
);
}
Code: Select all
foreach($limits as $limits){
$this->data['limits'][] = array(
'text' => $limits,
'value' => $limits,
'href' => $this->url->link('product/special', $url . '&limit=' . $limits)
);
}
OpenCart custom solutions @ https://villagedefrance.net
Hi Q,Qphoria wrote:
Yes. If using vQmod 2.3.2...
1. EDIT: vqmod/xml/vqmod_opencart.xml file
2. FIND:3. REPLACE WITH:Code: Select all
<search position="before" index="1"><![CDATA[$vqmod->modCheck($action->getFile()]]></search>
This will be addressed in the next version of vQmodCode: Select all
<search position="before" index="1,3"><![CDATA[$vqmod->modCheck($action->getFile()]]></search>
After changing the file, there is another error in the same order list page -->view any order
Notice: Error: Could not load controller payment//orderAction! in E:\xampp\htdocs\v156\vqmod\vqcache\vq2-system_engine_controller.php on line 70
Daniel
http://www.smartebuy.com.au/ http://www.myleathers.com.au/ http://www.cctv4oz.com.au/ http://www.origreen.com.au/
XML formatting error - Error
Our system encountered an error when processing your data feed. Learn more.
Examples:
Line Nr. Column Nr.
304 61
I did not change anything -- just try it on sub-domain !
Please help! Or may be I need upload same new files? http://156.aladdin-store.net/
I'm getting this too, only for orders that were made before I upgraded to 1.5.6, new orders are fine though.daniel2008 wrote:Hi Q,Qphoria wrote:
Yes. If using vQmod 2.3.2...
1. EDIT: vqmod/xml/vqmod_opencart.xml file
2. FIND:3. REPLACE WITH:Code: Select all
<search position="before" index="1"><![CDATA[$vqmod->modCheck($action->getFile()]]></search>
This will be addressed in the next version of vQmodCode: Select all
<search position="before" index="1,3"><![CDATA[$vqmod->modCheck($action->getFile()]]></search>
After changing the file, there is another error in the same order list page -->view any order
Notice: Error: Could not load controller payment//orderAction! in E:\xampp\htdocs\v156\vqmod\vqcache\vq2-system_engine_controller.php on line 70
Daniel
Any fix?
The original solution really should have just gone with a unique variable name in the first place and completed ended any possible issues.villagedefrance wrote:2) - SPECIAL PAGE: (..\catalog\controller\product\special.php):
Line 229-235:Should be:Code: Select all
foreach($limits as $limit){ $this->data['limits'][] = array( 'text' => $limit, 'value' => $limit, 'href' => $this->url->link('product/special', $url . '&limit=' . $limit) ); }
I'm kinda surprised nobody fixed that in the master code since January.Code: Select all
foreach($limits as $limits){ $this->data['limits'][] = array( 'text' => $limits, 'value' => $limits, 'href' => $this->url->link('product/special', $url . '&limit=' . $limits) ); }
Code: Select all
foreach ($limits as $value) {
...
}
-Ryan
What for shall this be good?opencartArab wrote:catalog\language\english\payment\pp_express.php
please add
at the end of the file.Code: Select all
?>
Why do you want a closing php.tag in a plain php file?
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
http://mughalsworld.com/unlimited-web-disk-space
but when user buy any product without recurring payments then every thing files
please reply and solve my problem waiting thanks
I've seen this to, but it has to do with the way the recurring payment profile is setup.mughalsworld wrote:only when user buy product with " Recurring payments ' like in this given link /when Checkout mesg comes Warning: No Payment options are available. Please contact us for assistance!
http://mughalsworld.com/unlimited-web-disk-space
but when user buy any product without recurring payments then every thing files
please reply and solve my problem waiting thanks
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
but the problem is still there http://mughalsworld.com/unlimited-web-disk-space
you just add to cart and Checkout then script show that there is not any payment option avlb but if you buy/try any other product then every thing works fine " problem only product that recurring payment.
Code: Select all
Fatal error: Call to undefined method ControllerSaleOrder::hasAction() in /var/www/html/MYDOMAIN.co.uk/admin/controller/sale/order.php on line 1919
Can anyone suggest anything?
Thanks,
Steve
Edit:
This topic is NOT about an upgrade.
Read the first post!
Reason: Read the first post!
Try and change the settings on the Payment Profile in your Admin, you'll see that in some cases it just works.mughalsworld wrote:please visit this link again i have setup profile for recurring payment.
but the problem is still there http://mughalsworld.com/unlimited-web-disk-space
you just add to cart and Checkout then script show that there is not any payment option avlb but if you buy/try any other product then every thing works fine " problem only product that recurring payment.
See my test/demo; http://www.opencartdemo.eu/ocdemo156/in ... duct_id=30
Hmm, it stopped working(?)
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
When I select (tick checkbox) an order in Sales > Orders and click the Print Invoice button that works fine and shows my invoice(s). I just can't get to any of my orders via the Sales > Orders [View] link any more as it throws the above error.
Nothing else is installed on my OC installation except the Shoppica theme and OpenBayPro. Can't imagine it being related to Shoppica as that's userland rather than admin.
i made a clean install of the latest opencart version 1.5.6
is anyone having issues with the latest opencart 1.5.6 at the install stage when you put your domain name/install?
i'm hosting with 123 reg and they said the problem is within the opencart as they have checked everything and all seems fine.
after clicking the 'continue' button, i get this message below:
Notice: Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AFTER `price`' at line 1
Error No: 1064
ALTER TABLE `oc_profile` CHANGE `frequency` `frequency` ENUM AFTER `price` in /websites/123reg/LinuxPackage23/ ..........................
do i have to start all over again?
Users browsing this forum: No registered users and 2 guests