My magento sito got crashed after installing an old extension.. Actually the site turned into maintenance mode after this installation. So I removed maintenance.flag file from root folder. But that did n't solve out the bug. Now we are getting "There has been an error processing your request"
How to solve this? Thanks in advance
You have to navigate to magento /var/report/
and find this report number, read this file contents
Related
After upgrading the joomla site iam getting the following error and administrator page is blank.
Fatal error: Can't use function return value in write context in /home/cll/public_html/libraries/regularlabs/src/File.php on line 283
Please help me to solve this issue.
It's clear that the problem comes from a regularlabs extension so you should disable it.
Since your admin page is blank, you can do this via the file system. Log in to your FTP account (or use the control panel's file manager) and access your root folder (/home/cll/public_html/). The extension you are looking for is probably a plugin so you'll find it in the plugins folder. I assume you'll find the extension in the /plugins/system/ folder (full path: /home/cll/public_html/plugins/system/).
When you'll find the extension's folder look for the plugin's PHP file and rename it.
For example, if the problem comes from "components anywhere" plugin (it's a regularlabs extension) search for componentsanywhere.php and rename it to something else (eg foobar.php).
If this doesn't help contact the developer to help you, he is a good guy.
Hello I have a problem with PrestaShop 1.7.4.3. After trying to log in to the Admin panel, errors appear as in the attached picture.
[
I will be you, either I would reinstall my Prestashop, or I would install it somewhere else and I would put all the Vendor folder that is at the root to correct the problem.
Regards,
I install Moodle on xampp server. its installed properly . but when I try to logout or any other activity Firefox shows error, The page isn't redirecting properly. I clear cookies of the browser but it didn't work. I reinstall Moodle but I got the same issue. How I can resolve this problem? anyone please help me out.
Please try the following. It may help you to solve this issue.
Manually clear the cache in the Moodledata folder.
open admin/index.php file and comment the line
redirect("index.php?sessionstarted=1&lang=$CFG->lang");
Hope this helps.
This solved my issue for err_too_many_redirects
Just Delete all data from moodledata folder ( C:\xampp\moodledata )
https://moodle.org/mod/forum/discuss.php?d=230067
I manually delete all files inside sitedata\cache
It is work for me
This solved my issue with regards to redirecting of moodle.
navigate to: http://localhost/moodle/admin/settings.php?section=sessionhandling
on the page displayed you will see a field with a lable "Cookie prefix" in that field type "moodle"
Save Changes
type: http://localhost/moodle to test
5.SMILE if it works :-) !!!
NB: This might not be the solution to everyone but try it.
I have a problem with one magento installation version 1.7.0.2
when I try to upload an image through the WYSIWYG editor in the cms pages for example when I click on browse server I get this error:
error: error in [unknown object].fireEvent():
event name: open_browser_callback
error message: Dialog is not defined
SO far I haven't found the same error so if anyone can help out I'd be very grateful.
Also in product WYSIWYG editor it doesn't load and says
Window is not defined.
I guess the error is the same.
Thanks!
I had the same problem on 1.6. Fixed it by overwriting the complete js folder
I had the same problem on 1.7.0
I go to the Magento "old versions" repository and downloaded the whole CMS
Then I replaced the whole existing js folder in that the fresh installation...it works :)
I have a site in magento (Latest version). The site is working fine without any error but sometime site didn't load and a white screen appears. This issue then automatically resolved after some time.
Can anyone help me. Here is the site url.
http://egolfoutlet.ae
Blank white pages are usually a sign that a fatal PHP error has occurred, and error reporting in PHP is turned off. Check your apache error logs (how you'll do this and the log file location varies depending on your web host).
Magento also has it's own error reporting system where it shows a friendly page to the end user and drops the actual PHP error message and stack trace into a file in var/report.
The report files will have a numeric file name and can be opened with any text editor.
If you are not seeing any error reports, it would be worth making sure your web server can write to the var/report folder.
Magento documentation generally recommends 777 permissions for the var folder and everything within it.