Moving website from one folder to another in xcart - x-cart

i am moving website from one folder https://www.example.com/xcart_demo/xcart/ to https://www.dev.example.com, but right now it is giving error of 500 internal server error,
can anyone help how can i configure htaccess and config.php file ?
Thank You

If you're running X-Cart 5,
please follow the steps described in this article:
http://kb.x-cart.com/en/general_setup/moving_x-cart_to_another_location.html
If you use X-Cart 4,
please check these instructions:
https://help.x-cart.com/index.php?title=X-Cart:Moving_store_to_web-root_directory
https://help.x-cart.com/index.php?title=X-Cart:Moving_store_to_another_host
If none of the instructions work, please provide more details on the software version you use and steps you have already taken

Have you changed:
$xcart_http_host
$xcart_https_host
in your xcart config.php file?

Related

How do I find the public URL of the RStudio connect server?

I am trying to publish an RMarkdown document that I have edited in RStudio. but it's unfortunate that I am quite confused the way I need to go about this publishment.
I am requested to Enter the Public URL of the RStudio Connect server:
I searched through internet, how I can find this URL but I have failed to find it. I even filled the form on https://rstudio.com/products/connect/ but did not yield any positive result.
Kindly help to know what is wrong with my Rstudio connect and what I do to address this issue.
thank you in advance!
Below is the the screenshot of the message I am being given.
enter image description here
I finally found that the error I was experiencing is due to the location of the project location (directory) I am working with which was different from the current directory.
In addition to this, I found that I needed to knit the document to html before proceeding to publishing it.
The issue has been now addressed, thanks!

Host Hugo website on github-pages

I created a static website using Hugo and I don't know how to host it on github. The documentation on their website didn't help me.
After finishing my website, I created the public folder which contains in theory all the files needed for the website (whith this command : hudo -t hyde-hyde). When I open index.html with chrome I only see the content of my website without the theme. Is it normal ?
Then I moved all the files within the public folder into my gihub repo username.github.io/ , but I can't see any result (I can only see my previous commit which is a simple Hello World).
How should I porceed to generate correctly my website and host it on github ? Thanks.
How to create with HUGO
If you have a problem while creating your site, check this tutorial.
How to Host HUGO website on GitHub (Pages)
Check this LINK where it shows you step by step all the procedures to host HUGO on GitHub, on both User/Organization Pages and on Project Pages.
Check list:
When I open index.html with chrome I only see the content of my website without the theme. Is it normal ?
I know it might seem a little too obvious, but check the spelling. Sometimes you spend hours trying to find the error and it's just a typo, this case in the theme you wanted to.
Have you tried another browser? It might not be the case, but checking it will get you out of doubt, also remember to delete the cache just in case.
Then I moved all the files within the public folder into my gihub repo username.github.io/ , but I can't see any result (I can only see my previous commit which is a simple Hello World).
Do you have a User/Organization Page (syntax: username.github.io) or a Project Page (syntax: username.github.io/project)?
UPDATE 1: Follow the instructions on this video for hosting on GitHub if unclear.
Could you add a link to your repo? Thanks.

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"

One or more files could not be uploaded. See the Log file for more details in sitecore 7.1

I get this "One or more files could not be uploaded. See the Log file for more details." error when i tried to upload an image file using firefox browser. In other browsers (IE and Chrome), it works fine. I checked whether WebDav.config causing the issue and i removed this config but didn't help. Also, I checked the anonymous access on Applications/FlashUpload and /Applications/Media.
Does anyone encountered this scenario?
May i know what is the cause.
Sitecore version : sitecore 7.1
Firefox 27.0.1
Thanks,
Mohan
Please try modifying the following settings:
<setting name="Upload.Classic" value="true" />
answer from user459491 will solve the problem, but it simply changes the controls used for file downloads. I had same issue and the reason was that our website used windows authentication and asp.net authentication. The solution is explained here:
http://maesitus-sitecore.blogspot.co.uk/2011/04/sitecore-media-upload-is-not-working.html
"I have then lodged a ticket with Sitecore support. Few days later they come back with a solution that is to enable "Anonymous" authentication in IIS for ‘/sitecore/shell/Applications/FlashUpload’ and ‘/sitecore/shell/Applications/Media’."

User Privileges not getting saved in vtiger CRM

I have installed Vtiger CRM and i started working on it. I am trying to change the privileges for administrators and for other profiles in CRM Settings->Profiles but nothing is getting saved after WASP, before that till PBX Manager its getting saved.
Someone please help me why this is happening. Its been 3 days am finding out the solution. But couldn't help. Please help me .
Thanks in advance
do you have Suhosin patch installed on your server? If yes the problem is suhosin.request.max_array_depth or suhosin.request.max_vars
It' usually has to be with php configuration, there's a option in the php.ini file: "max_input_vars", change the default value and increase it. I guess default it's to 1000, try 3000.
If you are using php 5.3, that option does not exist, just add it to the php.ini file