Upgrade from v3.0.3.2 to v3.0.3.6 Store wont load error 500
Hi, I have just upgraded my dev store as per subject. I have gone through suggestions on forum but have had no success in getting store back online so looking for some help please. So to confirm: 1. Old version that was working v3.0.3.2 2. Updated PHP to PHP Version 7.4.13 3. Used /install/index.php...
Jump to post- Wed Dec 23, 2020 6:48 pm
- Replies 2
- Views 528
Re: Upgraded to 2.1.0.1 and getting permission denied
Some errors but not sure if related to permissions issue: PHP Startup: Unable to load dynamic library '/opt/alt/php54/usr/lib64/php/modules/dom.so' - /opt/alt/php54/usr/lib64/php/modules/dom.so: symbol xmlOutputBufferGetSize, version LIBXML2_2.9.0 not defined in file libxml2.so.2 with link time refe...
Jump to post- Sun Oct 25, 2015 2:39 am
- Replies 1
- Views 690
Upgraded to 2.1.0.1 and getting permission denied
Hi all,
Just upgraded and I am able to log into admin cp but when trying to go to any of the settings it is saying permission denied. Also I had latest products on home page and now that is not showing.
Any help would be greatly appreciated thanks
Richard
- Sun Oct 25, 2015 2:35 am
- Replies 1
- Views 690
Re: Can't create an externally Link " / \" issues
The only way I could do it was to use the code view only to add code then save. If you go to code view add your code then look at the normal view then save it goes belly up so don't switch between views before saving
Jump to post- Wed May 20, 2015 10:57 pm
- Replies 8
- Views 2278
Re: includ video
in your screen shot it looks like the files are stored locally on your pc / iis. Is your website hosted within iis or forwarded to your iis server? The fact my browser and vlc say they can't find the video seems they are not on your webserver perhaps. Sorry don't know what else to suggest. If you wa...
Jump to post- Fri Apr 03, 2015 2:13 am
- Replies 10
- Views 1455
Re: Out of stock status
Sorry I didn't quite read your reply properly! I have checked what product is using what and did as suggested as either item is available or sold so did the trick thank you.
Jump to post- Thu Apr 02, 2015 2:21 pm
- Replies 4
- Views 1366
Re: includ video
I have tried to play the video in VLC player and Media Player from here but both say file is not there! I can play one of my videos using these players using link http://www.mywebsite/video/mp04241.mp4 and it plays it fine. What program are you using to encode the video? I use Adobe Media Encoder CS...
Jump to post- Thu Apr 02, 2015 1:10 am
- Replies 10
- Views 1455
Re: includ video
How did you create the mp4 video and what type of mp4 did you save it as? I found saving as ipod mp4 plays on most OS / browsers. Is the mp4 still in that folder as telling me it is not there.
Jump to post- Wed Apr 01, 2015 1:33 pm
- Replies 10
- Views 1455
Re: Opencart 2.0.1.1 extension installer error
Hi I think this could be the way the password is maybe being passed. If you install via the extensions installer the QickFix-1.1.1 (current version) and then disable the ftp in your systems settings it will allow you to upload extensions. Also means one less ftp account password floating around. I j...
Jump to post- Tue Mar 31, 2015 7:20 pm
- Replies 3
- Views 3091
Re: Using HTML Code in product description
Indeed! So as long as you don't swap between source and normal view the small description box doesn't appear so just need to remember that.
Jump to post- Tue Mar 31, 2015 1:45 pm
- Replies 8
- Views 14992
Re: Out of stock status
Hi thanks for your reply. I thought of that but then that would mean I would have to change all the current products which would take days so looking for the easy solution of changing the default choice in the php or tpl file but just cant find it!
Jump to post- Tue Mar 31, 2015 3:21 am
- Replies 4
- Views 1366
Out of stock status
Hi,
Please could someone tell me which file I can find the code that tells the form when adding a new product the initial value that populates the out of stock status? Currently it always shows 2-3 days and I would like it to show another value from oc_stock_status.
thanks.
- Mon Mar 30, 2015 10:40 pm
- Replies 4
- Views 1366
Re: includ video
I would presume the URL maybe slightly wrong. I can view the image but the mp4 is missing either from the video folder or not on site at all.
Jump to post- Mon Mar 30, 2015 10:35 pm
- Replies 10
- Views 1455
Re: Using HTML Code in product description
Hi Patrick Thanks for your reply I am using Dreamweaver CS5 to create the code so I can test it before loading. It is just weird the way it will paste in ok then view correctly the first time but if swapping to source view screws the page up when looking again. I can see in the oc_product dB it repl...
Jump to post- Thu Mar 26, 2015 3:47 am
- Replies 8
- Views 14992
Re: Product available on certain day or days?
Hi I just run it on my webserver outside of Opencart
Jump to post- Thu Mar 26, 2015 2:48 am
- Replies 4
- Views 671
Re: Product available on certain day or days?
Hi
What I do is run a php script that queries the data base looking for the sku and sets the quantity to zero or 1 then the product is still displayed but not available
hope that helps
- Wed Mar 25, 2015 2:52 pm
- Replies 4
- Views 671
Re: Using HTML Code in product description
OK spoke to soon! If you edit / add product. Then switch to code view paste in code and save. Now edit again and if you switch to code view then back to normal view and save and then go back to edit the little box appears again. So it looks like if you edit and switch to code view don't switch back ...
Jump to post- Wed Mar 25, 2015 6:13 am
- Replies 8
- Views 14992
Re: Using HTML Code in product description (Resolved)
OK just to let you know sorted it. I added code bit by bit and found the below was causing the issue! So removed. Obviously rem lines not liked. Simples!!! <!-- *************************************************************************************--> var image = "imagename"; <!-- **********...
Jump to post- Wed Mar 25, 2015 5:51 am
- Replies 8
- Views 14992
[SOLVED] - Using HTML Code in product description
Hi, I am using code in my product description. When I add an item and change to the source code I see the default <p> </p> or what ever it is. I can then paste my code in and save. Product shows fine when looking in the store but if I go back to admin to edit I can't switch to source code a...
Jump to post- Wed Mar 25, 2015 5:36 am
- Replies 8
- Views 14992
Re: includ video
Hi This is an example of what I use may help. <video width="550" src="http://www.website_address/video_folder/video_name.mp4" preload="auto" controls="true" poster="http://www.website_address/video_folder/poster.jpg"> this is one continual line. good...
Jump to post- Wed Mar 25, 2015 5:22 am
- Replies 10
- Views 1455