How to restore existing class and skins directory after reinstall xcart 5.3? - x-cart

I'm testing the xcart platform, but the problem is after I reinstall xcart and copy & paste my on-working backup directories back to the correct directory (class and skins). There is no content show on the customer's page.
I did cache it several times but same result with no content shown.
Any idea to solve this issue?

Related

dotCMS backup from .zip

I have a problem with dotCMS. I have a site which is uploaded to the Internet and I want to export it to take care of this site locally on my computer. I've downloaded all data/assets from Maintenance -> Export dotCMS Content. I have a zip file with all content from this site. I managed and configured dotCMS locally on my computer. I have no idea how I can get access in dotCMS to my site from that zip file. In Maintenance menu I have no option to upload this site. I've read about folder dotCMS/starter.zip but I don't have anything like that. Can anyone tell step by step, how can I manage my site from zip file locally? Thx
Create a new database for dotCMS and replace the starter.zip with your downloaded .zip. Start dotCMS and it should import your site on initial startup. There are some caveats - the databases and versions should match from the server you've downloaded the .zip from.
So to add a couple things to Will's answer in case a few more details help:
The easiest way to do what Will advised may be to start with a new dotCMS distribution.
Make sure the versions of both dotCMS and the database in the new installation match those of the site you made the backup from.
Go through all the normal install steps (including setting up a database), but before you actually start dotCMS, replace the starter.zip file in the ROOT (/dotserver/tomcat-8.0.18/webapps/ROOT) with your own ZIP file (renaming your file to starter.zip).
Alternately, if you want to start with an existing install.
You still need to make sure the dotCMS and database versions match those of the site you backed up.
You still need to replace the starter.zip file with your backup ZIP file.
In addition, make sure you create a new DB (and update the context.xml file to point to it) before you start up dotCMS. If you don't do this, the starter.zip file (your backup) will not get read when dotCMS starts up.

How to install the OpenCart 2.3 extension?

I'm trying to install an extension of the Bling platform in my OpenCart application, I know they have forum, but the material is scarce. So I came here. I downloaded the package and followed the steps of the installation, extracted the files and placed in the folder indicated by the documentation.
So I went to OpenCart to install the extension, but I did not find the file there, do I need to update something? Do I need to change the structuring of folders? If anyone can help me, I'll be happy.
Any suggestion?
You can get more info here:
Module Development OpenCart
Log into your OpenCart Dashboard.
Go to Extensions > Product Feeds.
Click on “Install” next to the “Google Site Map” product feed name.
Click “Edit” and then change the status to “Enabled”
Copy the “Data Feed URL” and click “Save"

Open cart product page goes blank upon theme upload (vQmod on)

Here's the scenario:
Fresh install of Open Cart. Fresh install of vQmod. Everything is working fine. But when I upload certain theme - purchased and licensed - the site has an issue. The home page is working, but the product page goes blank.
I have tried all possible combinations of OpenCart and vQmod versions (except for 2.0 for OC because the theme doesn't support it yet). I am out of ideas.
Edit: After showing all errors as adviced I finally saw the reason : "oc_product_tab' doesn't exist"
I found a solution. It turned out that the "Extra Product Tabs Opencart Extension" is missing. This is a standart free plugin that comes with template theme but it wasn't configured. It turnes out that the theme works with it.
Go to system>users>user groups and select all for both access and modify. Save. Than go to Catalog menu and click on Extra product tabs. Click Insert and add the module. That’s it. It’s a standard opencart module which is free for use.

Mangento Unable to create directory while uploading product image

Am very new to magento, created one site using magento. All the functionality are working fine in localhost. When am upload that code into online(server), i got one issue. except that all functionality are working fine.
While am uploading an image i got the issue "Unable to create directory".
Images are uploading to tmp path but not moving to target path. Because when am press the button 'upload files', I can able to see the upload percentages. That is why am thing the files are not moving due to dynamic directory creation fails.
I have tried lot but i can't able to make it as work.
I had tried the following solution,
1. Changed the media file permission to 777.
2. Created one tmp directory under /var/ directory and assigned manually in as tmp directory by change the line 91 of lib/Zend/Cache/Backend/File.php ('cache_dir' => null to 'cache_dir' => 'var/tmp').
3. Changed the php.ini file under the magento root directory.
Newly added lines are,
magic_quotes_gpc = off
short_open_tag = on
extension=pdo.so
extension=pdo_mysql.so
4. Checked whether GD library installed or not. It was installed.
5. Changed scope attribute in Magento admin panel -> Catalog -> Attributes -> Manage attributes. After this you should find image, small_image & thumbnail attributes. Then am changed all these attributes scope to Global.
Many thanks in advance. Please share your thoughts. Feel free to post your comment also.
Finally I got solution at 22-Aug-2014.
Problem is PHP version issue, megento need php 5.2.13 but my server contains php 5.2.12
After updated php version, image upload working fine.

Joomla Kunena Fourm Remote path issue

I have been trying to fix this without success.
Lately, I am trying to build up a forum using Kunena forum with joomla. I build it all in my local server. When I uploaded the files to the remote server, I got the problem when I access the backend Kunena control panel as follow:
500 - An error has occurred.
load error: failed to find /Applications/MAMP/htdocs/abacdeal1/media/kunena/less/bootstrap/kunena.less
I couldn't find where to change that directory.
Thanks a lot in advance for the help!
I solved the issue as I was having the same problem myself.
Go to root/cache/kunena
In there is a cache file for less which all you need to do is simply delete.
Please re-download the Kunena package from http://www.kunena.org/download, extract files on your PC, open packages folder -> kunena_media_v3.0.0.zip (extract-it) -> open less folder -> open bootstrap and here is "kunena.less". Now, upload this file to /Applications/MAMP/htdocs/abacdeal1/media/kunena/less/bootstrap/ on your server and refresh your site.
Now it must works!
I hope it will works.
PS: when you copy (upload files) from your PC to your own server, some files may not copy correct because of files permissions.
Using Joomla 3.6 and Kunena 5.0.
I built a test site and them moved it over to my production domain name. That caused Load Error Failed to Find Kunena Crypsis.less whenever I clicked on the menu item for Kunena Forum.
My solution was to clear cache in Joomla.