Page 1 of 1
Search found 16 matches
Re: Events - Get Product data in action method after add product event.
Thanks for the help. I solved the issue with $args. Jump to poststraightlight wrote: ↑Wed Mar 18, 2020 8:47 pmWhat you didn't provide was your entire event controller file codes. You could use the $args being passed as a reference in the parameter to use the data. Wiki: https://github.com/opencart/opencart/wiki/Events-System
- Thu Mar 19, 2020 8:33 pm
- Replies 3
- Views 821
[SOLVED] - Events - Get Product data in action method after add product event.
OpenCart version is 2.3.0.2 I have successfully created my first module. My module uses Events System to perform an action. So, I trigger an action when product is added & edited. I used following line of code to add action to the event in my module's model file: $this->model_extension_event->addEve...
Jump to post- Wed Mar 18, 2020 8:37 pm
- Replies 3
- Views 821
Re: Cannot change save handler
PHP 5.6 is no longer supported by the industry. It is not suggested to use it. Rather, you could try OC v3.0.3.2 on a test server to see if the same issue occurs with PHP v7.3 or above. Yeah man, I shall try that once I am through with client requirements. Plus, initially it did look more like fold...
Jump to post- Thu Mar 12, 2020 10:40 pm
- Replies 17
- Views 842
Re: Cannot change save handler
Okay. So, the issue was due to PHP version. Apparently, OpenCart 2.3.0.2 cannot work on PHP 7.2. So, I had to downgrade to PHP 5.6, which solved all issues.
Thanks!
- Thu Mar 12, 2020 10:21 pm
- Replies 17
- Views 842
Re: Opencart 2.1 session problems. Admin can not log in...
Did you get any solution for your problem? I am facing the same kind of issue.
Thanks!
- Thu Mar 12, 2020 3:03 am
- Replies 1
- Views 1214
Re: Cannot change save handler
O wow, this guy had the same issue... but no one replied...
viewtopic.php?t=168292
- Thu Mar 12, 2020 3:02 am
- Replies 17
- Views 842
Re: Cannot change save handler
The issue is in OpenCart code. It is not getting Query String variable `token`. What could be the reason for this? More information is needed. Where did you noticed the token is not captured? The problem is somewhere in sessions. I have noticed this in /xampp/htdocs/pre/admin/controller/common/head...
Jump to post- Thu Mar 12, 2020 2:56 am
- Replies 17
- Views 842
Re: Cannot change save handler
The issue is in OpenCart code. It is not getting Query String variable `token`. What could be the reason for this?
Jump to post- Thu Mar 12, 2020 2:21 am
- Replies 17
- Views 842
Re: Cannot change save handler
If you believe Opencart is at fault for session handling, install a fresh copy without any extensions installed on a separate public_html folder - not as a subfolder, including no VQMod, see if the issue persists. Yes, I have already done that. A fresh installation is running fine. Then, the issue ...
Jump to post- Wed Mar 11, 2020 10:42 pm
- Replies 17
- Views 842
Re: Cannot change save handler
Yes, I have already done that. A fresh installation is running fine. Jump to poststraightlight wrote: ↑Wed Mar 11, 2020 9:49 pmIf you believe Opencart is at fault for session handling, install a fresh copy without any extensions installed on a separate public_html folder - not as a subfolder, including no VQMod, see if the issue persists.
- Wed Mar 11, 2020 10:25 pm
- Replies 17
- Views 842
Re: Cannot change save handler
OpenCart version = 2.* 4 decimals required when posting on the forum. Hi, I am new to OpenCart. I got existing code from my new client. I setup the website locally but unable to sign into Admin dashboard even with correct username & password. The Apache error log shows following error: PHP Warning:...
Jump to post- Wed Mar 11, 2020 8:46 pm
- Replies 17
- Views 842
[SOLVED] - Cannot change save handler
OpenCart version = 2.* Hi, I am new to OpenCart. I got existing code from my new client. I setup the website locally but unable to sign into Admin dashboard even with correct username & password. The Apache error log shows following error: PHP Warning: session_set_save_handler(): Cannot change save ...
Jump to post- Wed Mar 11, 2020 8:32 pm
- Replies 17
- Views 842
Different Products!
That is the way multi-store works in opencart point that new subdomain to the same install of opencart then in the admin create a new store for http://subdomain.domain.com/ Thanx for your help! I have established multi-store using same installation. Now the problem is that both stores are showing s...
Jump to post- Fri Jul 23, 2010 10:39 pm
- Replies 77
- Views 35562
Address Not Working!
Sir, this address is not working.
I am a novice & need a walk-through tutorial, which can guide me how to setup multiple stores in OpenCart. If someone has any link or help. I shall be very thankful to him/her. Jump to post
- Thu Jul 22, 2010 11:30 pm
- Replies 16
- Views 3978
Two Installations Required!
It does not have this feature but, it can be done. I did it with 2 sites before. Sir, I am new to OpenCart. I need to know how can I make two different stores from one OpenCart installation? I got the idea that I need a subdomain for my second store but do I have to install a separate copy of OpenC...
Jump to post- Thu Jul 22, 2010 11:11 pm
- Replies 77
- Views 35562
Two subdomains with same catalog?
Help! I am new to OpenCart. I read previous posts, which gave me idea that we can have two different stores with different interfaces on two subdomains. I just want to know that in this scenario do we need two different back-ends or can we use same back-end for both subdomains/stores? Can someone ex...
Jump to post- Wed Jul 21, 2010 8:49 pm
- Replies 117
- Views 179897
Search found 16 matches