Our Magento had crashed so i had to reinstall magento n the server again.
After installation now the Delete block across magento has stopped working. Cannot delete customer, static block or anything where there is delete option.
Does anyone has any solution for this. Tried installing Delete products extension but gives the same issue.
Edited:
Just Checked with the Remove option and it is also not working. So across all the site anything that has to do with Delete or Remove is a dead link
If you are using old database, please check base urls and clear database logs and clear cache memory.
After this if you still face issues please contact your hosting provider to install correct app of magento.
Thanks
Related
I recently updated to the current version of XAMPP. Before the update, I made a backup of all my htdoc files (all Wordpress installs), and then uninstalled XAMPP.
But I failed to export my databases. (My bad.)
Now when I try to access my local sites, I am brought to the 5-minute installation page for Wordpress—with the notification that users already exist. (Screenshot of the Wordpress install page here.) The install process only produces database errors and tells me that tables already or don't exist. At the bottom of the page I am told to log-in...which brings me to a 404 error.
Ugh.
I have tried exporting the .sql files I'm particularly desirous to save and importing them in new databases...but to no avail.
Any insight? Are my sites toast, or what can I do to restore all my work?
Learned through another coder that all my data is indeed toast. Don't know exactly how this happened, but as a warning to y'all: Find and follow instructions to upgrade XAMPP before proceeding and take every precaution you can!
I have been debugging Magento Admin using PHP Storm these days and it's OK all the time. But today I came across this problem all of a sudden.
I have tried below but it didn't work.
Restart PHP service
Clean Magento cache
Revert all my local changes (these changes are just for custom module, no system change included)
Restart my PC
I also googled but no clue found. As far as I know, base directory is not involved in Magento admin login.
So any idea about it?
The solution for me, was also as the last comment:
I checked the commit history of directory
adminhtml\default\default\template\ and found someone deleted
login.phtml !
So i created a new login.phtml in adminhtml\default\default\template\ and then i copied content from the basic login.phtml file and it now works.
I am using XAMPP server and want to install magento framework. However while installing after filling up the configuration page and clicking continue the page is reloading and a blank page is coming. Tell me how to fix this?
Probably you have not set the pre-configuration settings correctly. Try with a clean install following any of these tutorials: this, or this (second one is easier and more descriptive) and make sure you have done all pre-configurations correctly. Furthermore never forget to check the logs. Most of the times for blank pages there are pretty good answers in log files ;)
I need help to resolve my problem.
Suddenly my magento sites are broken, all pages, not only front pages but also backend pages, redirect install page, http://hogehoge.com/index.php/install/.
I don't know why this kind of problem happen.
Of course I checked server logs, my server is attacked or not but I cannot find attacked logs.
But I find one supposed reason, I think after updating phpMyAdmin my magento sites are broken.
On my server, not only magento but also another application, wordpress, piwik and so on, work but only magento had problem.
If all applications were broken, I could understand, but only magento broken I want to know what wrong is.
Maybe if I can repair by magento-db-repair tool, it's ok but I think I can't make solution basically.
So please advise me what I should check my server configuration.
My server spec is
Centos6.4 64bit
apache2.2.15
php5.4.23
mysql5.5.35
phpMyAdmin4.1.1(<=update from 4.1.0)
magento1.7.0.2 and 1.8.1.0
Thank you.
I tried to upgrade our shopsoftware from Ver. 1.3.2.3 to 1.4.1.0 and I used the Magento Connect Manager. It loads all the files and said they has been installed, but they are not. Under “downloader/pearlib/download/” are all these files. Have I forgotten anything or is that maybe a bug in our customized shopversion?
I’m searching for days and hope, someone can help me here.
I'm in your shoes as well. I've got an upgrade to do as well, and trying to do it automatically didn't work out well at all.
Here's the only upgrade path I've gotten to work:
Install a fresh copy of 1.4.1.0
Backup 1.3.2.3 via Magento
Move media files from 1.3.2.3
Bring skin over, convert to 1.4.1.0's new requirements
Bring modules over - turn error reporting on, and check for issues (there were a ton with ours)
Good luck. I'm still having some issues with ours :(