- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Cannot access index management - blank page
Hi,
i have another issue. i cannot access the index management menu (displays an empty page)
I can rebuild the indexes via scp successfully, but i want to get this funktion back via Menu function.
tried activating the error function in php.ini and activated error_reporting(E_ALL) in index.php reporting
but this shows nothing.
Can anyone help?
Christian
Magento 1.9.2.0 / m2ePro / Intraship
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Cannot access index management - blank page
magento has its own logs in var/log/
try to open them and find your error
MagenX - Magento and Server optimization
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Cannot access index management - blank page
under var/log is just a system.log - there is nothing in it at the time i accessed the index management.
using ssh shell with command >>php indexer.php --reindexall all<< everything is fixed successfully.
just accessing the index management using the backend is the problem -> empty page...
any ideas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Cannot access index management - blank page
Can anyone give me the script that is executed when index management is started via admin panel?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Cannot access index management - blank page
then you need to check php error log in your linux root folder
/var/log/
everytime you see blank page = php error
MagenX - Magento and Server optimization