I have installed prestashop,but facing some problem..? - prestashop

I have installed prestashop but I can see its back end web page and can login into it but front end shop page is not opening up in my browser and it is showing error.I dont know what is the reason?
Have I made a mistake in understanding prestashop..???Is it to be installed with some other CMS or it is self sufficient ? I have no other file except prestashop files in my web directory.

Your server may not allow URL rewriting. Contact your host to find out what you need to do in order to allow it. Additionally, you can visit the PrestaShop forums for help on this issue and many others.
Source: PrestaShop Bug Tracker

Related

Blank admin screens after upgrading Prestashop from 1.7.4 to 1.7.6

I've upgraded my site's Prestashop version from 1.7.4 to 1.7.6. But after the update, I can't see data in the back office. I can log in without any issues. I can also see the dashboard as it should appear. But when I goto Advance Parameters->Information, it's blank. I'm not able to see any options related to it. I can only see sidebar and headers of admin, but no options for Information. Because of that, my site is now in maintenance mode, and I can't pull out my site from it. (Maintenance mode should be enabled if I want to upgrade Prestashop version)
This issue is with many functions in BackOffice like modules, themes, performance, etc. So please help me with that. Please see this screenshot https://prnt.sc/olbpus
You can get your shop out of maintenance by setting the PS_SHOP_ENABLE to 1 in the ps_configuration table of your database.
As for the backoffice hard to say without any error showing.
If no debug error, check your server logs (apache/nginx depending on what you use).
after upragding you need to remove cache from prestashop .
clear this folder cache/smarty/compile and this cache/smarty/cache from your directory and then remove caches from /var/cache/ .
it's maybe help you!

I have problem in back office of prestashop 1.7.5.1

I install prestashop 1.7.5.1 (the final version) in my local server (in wamp server - Apache 2.4.37 - PHP 7.2.14 - MySQL 5.7.24). My front office is ok, but all pages in my back office have problems. For example, in the picture below, My computer is not connected to the Internet.
but when I connect my computer to the internet my back office all is ok as shown in the picture below:
as if jquery or css is not loaded properly in my back office (when My computer is not connected to the Internet).I want work offline on my shop.
Please help me, many thanks.
Remember Prestashop use Bootstrap Framework, if you are offline the CDN wont receive the correct communication, you can see the result
You can try to use the Maintenance mode, to work offline.
This comes because of Prestashop backoffice use some external files of css and images.
To work offline you installed it in your website admin directory.
You can find those external link in your css admin file your_directory/admin_folder/themes/default/css/admin-theme.css

Prestashop admin panel modules and service link not work

Everyone, I have a prestashop site www.nepick.com it's going fine but when i login in my back end and click modules and services than it's automatically redirected to index page. I tried 100+ but I face same issue please help me.
it takes some tweaking with nginx bit it works. Do check out the sample nginx.configuration file at:
https://github.com/MattLoyeD/Prestashop-Nginx
The main issue is that it uses /adminXXX/index.php/product/... urls and those need to be directed to adminXXX/index.php?...
P.S. If you build on that add "attribute" and "feature" to the list of modules in that list of symfony names as well, as they are needed but currently missing.

pdf link not working Joomla 3.5.1

I've had this site (donake.net) up for about a year. Was notified by someone that the link on one of the pages to a PDF wasn't working and a link to another page wasn't working.
When I tried logging in, it wouldn't take my username and password. I realized that I need to update the version of Joomla on my GoDaddy hosting account. Once I updated the version of Joomla to 3.5.1, I was able to login and access the admin side of Joomla. I think the site was attacked because there were a lot of "registered users" that weren't real.
One of the pages was set to unpublished, so I published it and that link started working fine.
The link "VIEW A SAMPLE of the book here" on this page - http://donake.net/just-make-me-a-sammich-book still won't work. I've re-linked the PDF. Deleted the PDF and re-uploaded it with the file name changed and nothing has worked.
One other thing is the icons in the Admin side of Joomla aren't displaying either. Not sure if all of this is tied together or not. My MAIN CONCERN is getting the link to work.
Any help would be greatful!!!!
Thanks
I had the same issue, I ended up calling our hosting company and they helped me edit the .htaccess file to include pdf in the RewriteRule (for me it was on line 3).
Hope this helps because I know it drove me mad trying to fix it.
Good luck!

Sitecore Intranet Login ReturnUrl=%2fDefault.aspx

My Sitecore Intranet Portal used to work fine, and i haven't done any changes to my site in days, but suddenly when i try to go to my frontpage i will get a blank "Untitled Page" at this location:
"/forms/IntranetLogin.aspx?ReturnUrl=%2fDefault.aspx"
Anyone know what could be causing this?
Can you check if you have presentation information on your home item? Also, do you see this "Default page" right on the page with URL you supplied, or you are redirected to another page?
If you haven't made any changes to your content or Sitecore configuration, was there perhaps a Windows Update that fouled things up? Double check that ASP.NET is properly configured and enabled. What version of IIS are you running on?
The problem was caused by our Intranet not being able to connect to the LDAP database (our database with users). Someone changed the password to the database without telling, we changed it now and it works perfectly.