Magento connect stuck on "Checking dependencies of packages" while upgrading - php

I am trying to update my Magento 1.9.1.0 to 1.9.2.2 (stable) by Magento connect. but every time it stuck with the console message Checking dependencies of packages. I checked all file and folder permissions and they are up to mark. I also tried to set permission once again by the code magento set permission. but facing the same issue.
below are the solution I tried but not success.
http://urfusion.net/set-permission-for-magento-magento-cleaning/
https://community.magento.com/t5/Installing-Extensions/Magento-connect-stucks-at-Checking-dependencies-of-packages/td-p/8899/page/2
https://magento.stackexchange.com/questions/24120/unable-to-install-any-extension-using-magento-connect-manager-no-answer
I have custom admin URL, will this cause the issue?
While I successfully upgraded on local.
On Server Magento is not on root. It is in /example.com
I am able to update other extensions like :

Related

Getting Page loading error after successful Plugin installation in Moodle

I have installed Moodle 3.7.1 with XAMPP. The installation had been successful and problem-free. I followed the below video for installation:
https://www.youtube.com/watch?v=Ov2dGoOBmSI&t=436s
Now my main objective is moodle plugin development. Since I am relatively new to this I was exploring plugins and trying to build a simple one first.
But whenever I am trying to install plugin (my own or from Moodle directory) I receive the SUCCESS message but then get 'Page Loading Error' and thereafter I am not able to go to any page
I found this thread on Moodle forums and have tried most of the solutions they offered.
https://moodle.org/mod/forum/discuss.php?d=355930
I dont wish to work on older XAMPP version
My cache folder under Xampp's moodledata folder is empty and i tried clearing my browser cache and restarting the servers.
But the issue still persists
Any ideas what maybe causing this? I have a feeling that its some kind of configuration issue but I dont know where to look and what to look for.
Thanks for all the help. It took me alot of installation and uninstallations but finally when I downloaded the full Windows installer package--it worked.
I guess it was some kind of deeprooted version conflict between xampp and moodle or some configuration issue.

Magento 2 install setup - blank page

It's my first time with Magento shop. I try to install it on my web server (shared hosting) and got blank page with little grey stripe on the top.
My steps:
Download ZIP file with Magento
upload package on my web serwer via FTP
open URL with magento setup
Got blank page (screen below)
I was trying magento 2.3 with PHP 7.2 or Magento 2.2 with PHP 7.1 and also few other configurations. Always the same problem: blank page with grey tripe on the top. Where can be problem? Hosting provider told me that there is no errors, but maybe Magento need something more. Someone told me that Magento need at least 512MB of memory, so I made changes in php.ini file even to 756 and nothing...
No PHP errors. In /var/log/debug.log I have this mesages:
[2019-01-28 23:14:15] main.ERROR: Error: Application is not installed yet. [] []
You have to install Magento either by CLI or webinterface.
follow these official instructions
https://devdocs.magento.com/guides/v2.3/install-gde/install-roadmap_part1.html

opencart windows permissions

Hopefully a simple question.
Running WAMP for module development, what folder permissions should I set?
I've only ever run OpenCart on my Linux servers.
OpenCart version: 3.0.2.0
The issue I'm having when I update my module it isn't updating \system\storage\cache, so my front end never refreshes. It took my while to workout I have to delete my cache folder every time I upload a new version, as everything else was working fine.
\system\storage\modification is updating correctly. Database entries are updating correctly. It is just my cache folder won't update if the file is already there.
Or am I completely wrong and it's a WAMP config issue?I've always used WAMP for development and never had an issue modifying files from PHP with the default WAMP installation.

Error in Installing Magento 2.0

I am new to Magento. I have installed Magento on localhost and I am using XAMPP (Windows) server. The installation was successful.
And when I opened the home page, it was so blank with no images on it
Store home page:
When I opened the console I got the following errors
Console errors:
How do I fix this?
It is a common problem on windows servers (mostly local xampp servers) because these servers dont have symlinks.
Do this to fix it:
go to app/etc/di.xml and delete name="view_preprocessed" in virtualType name="developerMaterialization" section.
go to pub/static and delete all files except the .htaccess
after that I installed it again and it worked
Install composer. You can use Composer to install Magento 2. It is a tool for dependent management in PHP which allows you to declare the dependent libraries your project needs and install them for you. Composer enables you to manage Magento 2, extensions, and their dependencies
Check permissions of the /pub/media and pub/static folders
system permissions for Magento 2

Edit code in catalog page for specific category

I've installed a magento extension by magento connect manager and it seems to be installed correctly. But The tab is supposed to appear in admin, doesn't appear. and neither it is present in /app/etc/module/ nor in system/configuration/advance
My magento version is 1.8.1 I've tried some things but nothing works:
I've cleaned the cache directory and clean the cache in admin
I've give the hole web directory 777 permissions
I've reinstall the extension
I've uninstalled and installed a few times
I've log out and log in in magento admin
But nothing fix my problem.

Categories