Magento getting a blank page when create a new product - magento

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.

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 !!!

Magento: Exception printing is disabled by default for security reasons

i get this error in one category on my webshop.
I see that this site: http://support.hostgator.com/articles/specialized-help/technical/magento-install-error-exception-printing-is-disabled "has a solution" for the problem. However, i dont have any local.xml.sample or local.xml file.
Here is one of the error logs: http://pastebin.com/W65ziL5y
Seems like the error record number change for every refresh.
Anyone that can help?
Go to your
magento root/errors/
folder and rename/copy from vanilla installation
local.xml.sample to local.xml
This will show you exceptions on the frontend ( not recommended in production ).
Alternatively view your
root/var/logs/exception.log
AND
root/var/logs/system.log
If its enabled in under
/admin/system_config/edit/section/dev/ -> Log Settings
to see all your exceptions and system notices.
Note that apache uncaught Magento errors will be stored in your apache log folder specified in httpd.conf

Mangage Customer edit display blank in magento admin panel

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.

cannot access magento: report errors magento

After install sample data, can't access magento. when enter 127.0.0.1/magento. It shows "The requested URL "127.0.0.1/magento/errors/report.php?hsimp=yhse-001" cannot be found or is not available. Please check the spelling or try again later.".
I m new to magento, please can anyone help me?
Thank you.
in magento/errors folder maku sure u gave a local.xml. If not dont worry just rename the local.xml.sample to local.xml
if it still shows error then go to phpmyadmin and select your magento database
then find core_config_data table, in there, check the web/unsecure/baseurl and we/secure/baseurl values in path and value fields.
make sure that those values are correct.
This actually causes because sample data overwrites the data.
To check the error you need to check the folder as magento store error reports in the folder:
var/report
check the report for more detailed error.
Possible steps that could help:
remove cache and sessions
check PHP error logs
Fix the errors and try to check the magento url.

strange issue in category edit/update Magento

Hi i am going through very strange issue in magento , i have several categories i magento with child categories , i need to update a category information ,i am able to update the many categories but when i try to update the first category under the default category , it didn't work and the browser keeps on loading .I have tried to found the issue on google but nothing was there , in some places it was suggested that it happens due to upgrade but i haven't upgrade the magento or any other module .Please suggest me what can be the issue .
Thanks
This happens in some cases where the category name contains special characters.
This is for sure a javascript error, otherwise you would have got a response from the server, in this case the you are not getting a response and hence the loading continues. What you could do is check the server response and monitor the firebug / inspect element to get some ideas.
You can check for these javascript elements in the
/app/design/adminhtml/default/default/template/catalog/category/tree.phtml file.
You should add some more info to the question starting with the Magento version, but follow these steps:
Enable error printing in general by adding these lines to your .htaccess
SetEnv MAGE_IS_DEVELOPER_MODE 1
php_value display_errors 1
Enable logging in Magento in System->Confihuration->Developer->Log Settings
Do as Keyut suggested and try to update the erroneous category with the console open, monitoring the XHR calls. Check the response of the call invoked after you clicked "Save" for errors.
Do as Tobias suggested and check the logs found under var/log in your Magento folder.
By now you should have at least found the error, so you can solve it or ask for further help.

Resources