Magento Expert Forum - Improve your Magento experience

Results 1 to 3 of 3

When i add to cart any product it is going to blank page.

  1. #1

  2. #2
    New member Pulkit Seth's Avatar
    Join Date
    Jan 2015
    Location
    India
    Posts
    9
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Hi,

    Can you please share the URL of your web site.

    Regards
    Pulkit Seth
    http://www.pulkitseth.com

  3. #3
    Junior Member
    Join Date
    Oct 2016
    Posts
    85
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Go to System->Configuration

    Then Enabled the log setting under Advanced->Developer->Log Setting

    Then save product and then see the system.log file into

    /var/www/html/magento/var/log

    May help you

    For enable error reporting

    In Index page change the following:

    error_reporting(E_ALL | E_STRICT);
    to

    error_reporting(E_ALL);
    Set $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true

    and uncomment this line #ini_set('display_errors', 1);

    In Errors folder rename "local.xml.sample" to local.xml.

    hope this help.

    Don't forget to set full access permissions (777) to the following folder: /var/log, since that is the place where those log files are stored.
    UPDATE-1

    to solve the issue please use the following steps: Clean Magento cache, either using Flush Cache at System -> Configuration -> Cache Magement in Magento Backend or using Clean Cache button at Store settings in your Managing panel.

    Disable Magento Compiler at the System -> Tools -> Compilation screen One by one, disable recently installed modules at System -> Configuration > Advanced -> Advanced -> Disable Modules output and flush Magento cache after each operation.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •