Magento installation issue - magento

Am getting below error before installing magento could any one help me on this
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 67392566

Go to var/report and open file with this number 67392566 and see the exact error then send me so I can help you exactly with your query.

Related

DatafileManager: Error fetching datafile: Request error

Problem
I'm using Optimizely to code-gate my new website. But the allowed accounts aren't getting through. The first Firefox console error is
[OPTIMIZELY] - ERROR <timestamp> DatafileManager: Error fetching datafile: Request error
How do I fix this error and fetch the data file?
DatafileManager: Error fetching datafile: Request error
One of the network failures helped me out. The GET request for cdn.optimizely.com had "Blocked by AdBlocker Ultimate" in the Transferred column.
Solution
I turned off AdBlocker Ultimate for this site.

magento custom theme error

trying to create a custom theme with bitnami XAMPP using magento devdocs
https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/themes/theme-create.html
I get this error when I try to access the admin panel
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 1130478184
I think you have to first check in your error log number "1130478184" where you exactly know what is the issue. I think from your given link which you refer your issue must be occured from theme.xml file's <preview_image>media/preview.jpg</preview_image> line. You have to try with comment following code in theme.xml file:-
<!--media>
<preview_image>media/preview.jpg</preview_image>
</media-->

Problems with the magento installation

Whenever I open localhost/testm, where testm is the folder that contains all the magento files, the following error is displayed:
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 1202944296
Whenever I am refreshing the page the error number keeps on changing.
Try this,
Rename file local.xml.sample to local.xml
file location : magentoRootDirectory/errors/
Please check your server max_execution_time using phpinfo(); and increase it if its value is too less. I hope this will solve your problem
Thanks

Magento 1.9.2 Internal server error

I got Internal server error in frontend only.
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster#test.com to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
But my admin page is loaded. I got error only in frontend.
Kindly help me.
Take a backup and delete everything inside var folder.
When I get these kind of errors, they are most likely caused by an error in my .htaccess syntax.

Exception printing is disabled by default for security reasons. Error log record number:

I just re-installed Magento and restored the old database with PhpMyAdmin.
The front page of the website is OK. But in the backend I've got this error when I go to Manage Categories.
Exception printing is disabled by default for security reasons.
Error log record number: 986836145855
Does anyone know how to solve this problem?
Go to magento/var/report and open the file with the Error log record number name (986836145855 in your case).
In that file you can find the complete description of the error.
For log files like system.log and exception.log, go to magento/var/log/.

Resources