After installing Prestashop 1.7 on XAMPP, I can't open the admin page. But the shop is opening fine. I get error saying
localhost is currently unable to handle this request.
What version of XAMPP? In V3.2.2 PrestaShop 1.7 works fine.
One thing, do you rename the folder admin? You have to rename it, for example: admin234ps.
Regards.
Prestashop earlier than 1.7.3 is not compatible with PHP 7.2 .
Here is the ticket:
http://forge.prestashop.com/browse/BOOM-4444
On February 28, 2018 new version 1.7.3.0 was released which doesn't contain the fix (according to the ticket above it should be available in 1.7.3.1).
Related
Did magento removed 1.x after releasing magento 2, I am getting 404 error during download from this:
wget http://www.magentocommerce.com/downloads/assets/1.9.0.1/magento-1.9.0.1.tar.gz
Is there any alternative to use Magento 1.x, because the extensions which i am planning to use is not compatible with magento 2.
Thanks!
You can no longer use wget to get magento (at least from the official Magento's website). You have to follow this link: https://www.magentocommerce.com/download and then click on the 'Release Archive' tab. There you can find and download magento v1.9.2.4 (and other previous releases) in various formats (zip, gz, bz2) . After download completes, you can upload it to your webserver and install it.
you can get magento 1 from here
https://www.openmage.org/.
They have latest disponible stable version of magento 1.
I've upgraded my old joomla version 1.5.26 website to Joomla version 2.5.8 version successfully. It also upgraded my jomsocial tables in the database. After that, i have downloaded the jomsocial extensions version 2.8.0 and installed it in my joomla website. I also assigned the jomscoial "home front end page" to my menu and whenever i tried to open it then it is showing me the connection was reset. All other jomsocial functions are working properly except the homepage of jomscoial alias the front page of the jomsocial extension.
Does anyone knows how to solve it ?
I believe the bug is related to long URL's in the title field of the activity stream. It has been reported to JomSocial by several (including me). I haven't seen a fix yet. I'll post one when it is offered. It's affecting my site too.
I have problem with update magento 1.4.2 to 1.7. When I try to use ./pear list-upgrades, I get the message of not having any upgrades at the moment.
Am I missing anything ?
And when reading tutorial on the net, they use ./mage which is a replacement for ./pear, where can I get it and can I use it for the current version of Magento ?
Thanks,
Just install the 1.7.0.2 files on top of the existing install (in a test environment of course). Clear the cache and voila, upgraded.
If you want that Upagrade Magento without problem then It not Possible, I am do this and its work for me
But you can do this for Upgrade Magento 1.4 to 1.7
1) Backup your current Site Files and Database, and Do this on local because when you Upgrade do not reload page before complete all steps
2) Download Newer Version From http://www.magentocommerce.com/download here,
then Extract that zip file in Directory
3) Upload newer Version Files on your Current Site
4) Delete your site cache, Index Management
5) Reload your Current Site, your database upgrade automatically don't anything with Database
now you can see the database vesion at bottom ver 1.7 [what ever you upgrade]
Enjoy!!!
i'm trying to install the jomsocial plugin on my local joomla.
joomla (v1.6) was freshly installed from scratch - i'm having the latest version of jomsocial (v2.20)
i've followed the jomsocial installation instructions but it didn't work,
during the installation process i got the same error over + over again:
Strict Standards: Only variables should be assigned by reference in ...
any ideas what could be wrong?
thanks
It would be helpful if you posted the complete error, but it looks like you need to change your php.ini error reporting log level.
See - joomla 1.5.22 on mysql 5.5
I have a client running an old version of magento. It appears that there is no session_save in the local.xml, like in newer versions of magento. Any idea where to change this setting in the older version of magento: The version is 1.1.4
Thanks!
Write your own session handler for that Magento version. This feature appeared in 1.3 I guess, because of customer's load balancers...