Mangage Customer edit display blank in magento admin panel - magento

We have Added this code
"ini_set('display_errors',1);"
in index.php but there is no error.
Please tell me another solution. Is any problem in Database or server issue?

Try to enable developer mode from index.php
And check what is error display.

Please check the logs if you get some clue there.
Also, have you used any extension which is overriding the Customer management in admin. If yes, you can try to disable it once to identify the issue.
I hope you have ensured that its happening with the edit page and not for a particular customer.

Related

Magento /admin panel doesn't work

After I copied my magento installation on a new domain. The admin panel doesn't work. I checked the .htaccess, baseurls and tried a lot of other things, still the 404 error page.
The version of my installion is 1.9.
Please follow the following step.
delete cache folder from var
if you domain name changed then open your database and select core_config_data and set secure and insecure web url to your domain specific url
if you have still further problem for css and js and you have to make merge css and js flag to 0 which is also found in core_config_data
Thanks,
Sam
I hope sagar helped you to get rid of the problem.
to my opinion this issue happens due to improper setup of the core stores in magento.
what I did to resolve the issue to check the core_store tables. Check if store admin is active.
Make it active and your 404 problem will go away.
Thanks me later !!!

Hot to resolve Redirection Issue in Magento?

I am developing one of website on magento platform and that website is on one of my demo server like 14.15.25.126/xyz but when i have shifted my code on main domain(www.xyz.com) from demo link and try to open my main website in browser then it is redirecting on my demo server 14.15.25.126/xyz. so please tell me what should i do for resolve thus issue.
Best Regards
Deepak
There is a configuration inside magento which forces this redirect . just go to the admin panel and select the system tab and the select configuration. The go the we b tab and change the base urls .
This may be permission Issue, You need to give the proper permission "0777" to var, media and etc folder and please check the other file permission in proper way.
Two possibilities are there
In core_config_data table, Locate the rows web/unsecure/base_url and web/secure/base_url and change the value.
Please check your .htaccess file for any redirections.

Magento getting a blank page when create a new product

Today when i try to create a product from magento backend, i got a blank page. After going through some articles i increase the memory limit in htaccess file. That also did not help to solve my issue.
Can anyone please help me to solve this.
Could you please get follow the following step.
1 get free copy of .htaccess file and place to your installation
clear cache in admin panel and also reindex
if you got in error in messages on syslog file or exception then
post here
Good luck with your bug resolving
Thanks
Sam
Go to System -> Configuration -> Developer and under Log Settings set Enabled to YES.
Create a new product to get the blank page.
Go to root folder site/var/log and copy stack trace from exception.log and post it here.

Newly installed Magento, invalid login even with correct user and pass

I'm using magento 1.9, and made sure that my var and media folder's permissions are on 777.
I can't seem to login into the admin panel even with the correct login details.
The problem seems to be frequent in many installation,i guess it the the cookie problem.
Have a look at the link below it may solve the issue.
https://www.facebook.com/notes/rohit-patel/after-installing-magento-cant-log-in-to-admin-panel/256699557722386
If the above link doesnot help try following the answer that i have provided in below link this should work.
Magento Can't login to my account on ios server
Hope this will help.

Joomla 1.6 backend admin area blank

For some reason, when I log into my joomla 1.6 backend, it is now empty, displaying only a logout button. Any Ideas?
I just went through the same problem but on J!1.7.3. There may be many, many reasons but please check using just URL if you can see for example:
[YourDomainHere]/administrator/index.php?option=com_content or
[YourDomainHere]/administrator/index.php?option=com_modules
If content is listing and you're missing just Admin-menu and sub-navigation in back-end --> this means you messed-up with access levels and viewing access.
If you can't see content listing - ignore the rest of this post :-)
...with access levels and viewing access. To check that, try entering [YourDomainHere]/administrator/index.php?option=com_users&view=levels and enter each position in the list. Joomla backend navigation module usually has Access set to Special, so focus on this one. When enter Special - manager, author and super administrator should be ticked. If everything empty in any from the list - this is your issue :)
You need to add manager, author and super administrator to your Special access level. Obviously you can't see Save button, so you need to use database. [wrrr :) sounds scary?] Not a big deal, just go there using for example phpMyAdmin and find _viewlevels table. In there just edit Special and add [6,2,8] values to set up manager, author, super.....
Update database. Try to log-in one more time (close browser and clean cache before).
I hope if this wasn't helpful for you, will be for somebody else.
p.s. There may be a way of 'saving' changes in you joomla access levels with URL. Then you don't need to go to DB .. but I don't know if this is feasible at all :)
Check the rewrite of htaccess and the $mosConfig_absolute_path variable in config.php
Apparently, the Bluestork Template (admin template) has some security issues. In my case there were some missing files in the template folder /administrator/templates/bluestork/ that caused the administrator screen to appear blank. I've copied a clean version of the template in the bluestork folder and after that I was able to see the backend admin area.
I've removed the bluestork templates entirely for now, which seems to be the best option. Joomla installs 2.5.8, 2.5.6, 2.5.2, 1.7.0, 1.6.3 are affected. The Blustork Template is a target for hacks with old Joomla.
this happening becoz of admin user lost his permissions. see below article to fix this issue
http://www.codentalk.com/joomla-admin-showing-blank-page/

Resources