cancel
Showing results for 
Search instead for 
Did you mean: 

Exception printing is disabled by default for security reasons error

Exception printing is disabled by default for security reasons error

I have just now purchased dedicated server on Linux. on VPS magento was easily installed.

 

Do i need to change some setting in whm panel of dedicated server to resolve this problem

 

I have read the error code file in var/reports/ folder but got no remedy.

 

i even tried the solution given in below link but still no remedy

 

http://codingbasics.net/exception-printing-disabled-default-security-reasons/

 

Can anybody guide how to resolve this error

 

Thanx

There has been an error processing your request

Exception printing is disabled by default for security reasons.

5 REPLIES 5

Re: Exception printing is disabled by default for security reasons error

You can start by posting the error stack trace contained in the file here.

 

That number is random, not an actual error message and is used for creating the file name in var/report/

 

What's important is what is in the file, especially the very top of it before the numbered lines. Our Magento suppled ESP modules are broke and we can't figure out what happened till we see the stack trace contents.

Re: Exception printing is disabled by default for security reasons error

Dear Sir

Thanx for the prompt reply

 

The numbers of error file are different but the the content is same with minor changes in lastline

 

error file :

 

a:5:{i:0;s:1772:"Error in file: "/home/anuj/public_html/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.9-1.6.0.0.10.php" - SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'catalog_product_entity_group_price' already exists, query was: CREATE TABLE `catalog_product_entity_group_price` (
`value_id` int NOT NULL auto_increment COMMENT 'Value ID' ,
`entity_id` int UNSIGNED NOT NULL default '0' COMMENT 'Entity ID' ,
`all_groups` smallint UNSIGNED NOT NULL default '1' COMMENT 'Is Applicable To All Customer Groups' ,
`customer_group_id` smallint UNSIGNED NOT NULL default '0' COMMENT 'Customer Group ID' ,
`value` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Value' ,
`website_id` smallint UNSIGNED NOT NULL COMMENT 'Website ID' ,
PRIMARY KEY (`value_id`),
UNIQUE `CC12C83765B562314470A24F2BDD0F36` (`entity_id`, `all_groups`, `customer_group_id`, `website_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_GROUP_PRICE_ENTITY_ID` (`entity_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_GROUP_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_GROUP_PRICE_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_DF909D22C11B60B1E5E3EE64AB220ECE` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_GROUP_PRICE_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_GROUP_PRICE_WS_ID_CORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) COMMENT='Catalog Product Group Price Attribute Backend Table' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci";i:1;s:964:"#0 /home/anuj/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php(645): Mage::exception('Mage_Core', 'Error in file: ...')
#1 /home/anuj/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php(437): Mage_Core_Model_Resource_Setup->_modifyResourceDb('upgrade', '1.6.0.0.9', '1.6.0.0.19')
#2 /home/anuj/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php(320): Mage_Core_Model_Resource_Setup->_upgradeResourceDb('1.6.0.0.9', '1.6.0.0.19')
#3 /home/anuj/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php(235): Mage_Core_Model_Resource_Setup->applyUpdates()
#4 /home/anuj/public_html/app/code/core/Mage/Core/Model/App.php(417): Mage_Core_Model_Resource_Setup::applyAllUpdates()
#5 /home/anuj/public_html/app/code/core/Mage/Core/Model/App.php(343): Mage_Core_Model_App->_initModules()
#6 /home/anuj/public_html/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#7 /home/anuj/public_html/index.php(87): Mage::run('', 'store')
#8 {main}";s:3:"url";s:10:"/checkout/";s:11:"script_name";s:10:"/index.php";s:4:"skin";s:7:"default";}

Re: Exception printing is disabled by default for security reasons error

Its been several days now but i hav'nt recieved any reply.

Re: Exception printing is disabled by default for security reasons error

read the error message, 

looks like you have some database tables already installed...

------------
MagenX - Magento and Server optimization

Re: Exception printing is disabled by default for security reasons error

Hi

 

We have created blank database. 

 

We have tried several times with new blank database and new magento files each time we are getting same problem

 

Could'nt get the reason why?