Dashboard of magento shows a blankpageMagento Dashboard QR Code instead of Graph! Google API Failure?RWD Minicart - Error occurred. Try to refresh pageAdmin panel is not login or not showing invalid credentials error in magento 1.9.0.1Can't login to Admin panel of Magento 2Magento 2 : How can I add customer dashboard navigation programaticallymagento customer edit for show blankCan't access magento 2.1.3 admin getting some errorCustomer login weird issuelarge space in dashboard of Magento 2.1.9Magento 1.9.3 admin custom page URL redirect to dashboard
run bash scripts in folder all at the same time
Did depressed people far more accurately estimate how many monsters they killed in a video game?
How do I explain that I don't want to maintain old projects?
Wires do not connect in Circuitikz
Need a non-volatile memory IC with near unlimited read/write operations capability
Is it ok for parents to kiss and romance with each other while their 2- to 8-year-old child watches?
As a supervisor, what feedback would you expect from a PhD who quits?
Delete elements less than the last largest element
Category-theoretic treatment of diffs, patches and merging?
Blocks from @ jafe
I'm feeling like my character doesn't fit the campaign
Gaining Proficiency in Vehicles (water)
Why did Robert F. Kennedy loathe Lyndon B. Johnson?
What are the effects of abstaining from eating a certain flavor?
How to "add vert" in blender 2.8?
Publishing papers seem natural to many, while I find it really hard to think novel stuff to pursue till publication. How to cope up with this?
Array or vector? Two dimensional array or matrix?
Chilling water in copper vessel
How do ballistic trajectories work in a ring world?
How many Jimmys can fit?
Draw a diagram with rectangles
What do you call a situation where you have choices but no good choice?
stuck in/at beta
When do flights get cancelled due to fog?
Dashboard of magento shows a blankpage
Magento Dashboard QR Code instead of Graph! Google API Failure?RWD Minicart - Error occurred. Try to refresh pageAdmin panel is not login or not showing invalid credentials error in magento 1.9.0.1Can't login to Admin panel of Magento 2Magento 2 : How can I add customer dashboard navigation programaticallymagento customer edit for show blankCan't access magento 2.1.3 admin getting some errorCustomer login weird issuelarge space in dashboard of Magento 2.1.9Magento 1.9.3 admin custom page URL redirect to dashboard
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
When i try to access my admin page, after logging in the page is redirected to a blank page:
Don't know why it appears so, Can anyone help to resolve this issue!
UPDATE
I have made the changes said in the first answer but now i have got the following page:
magento-1.9 admin-panel dashboard
add a comment |
When i try to access my admin page, after logging in the page is redirected to a blank page:
Don't know why it appears so, Can anyone help to resolve this issue!
UPDATE
I have made the changes said in the first answer but now i have got the following page:
magento-1.9 admin-panel dashboard
flush your magento root /var/cache folder and /var/session folders,
– Manoj Deswal
Jun 27 '17 at 6:40
Sorry, No Change even after flushing out all these.
– Varna Raj
Jun 27 '17 at 6:45
is there any third party plugins is installed if yes the try after disabling them and clear and flush all .... did you changed your server ?
– Manoj Deswal
Jun 27 '17 at 6:47
add a comment |
When i try to access my admin page, after logging in the page is redirected to a blank page:
Don't know why it appears so, Can anyone help to resolve this issue!
UPDATE
I have made the changes said in the first answer but now i have got the following page:
magento-1.9 admin-panel dashboard
When i try to access my admin page, after logging in the page is redirected to a blank page:
Don't know why it appears so, Can anyone help to resolve this issue!
UPDATE
I have made the changes said in the first answer but now i have got the following page:
magento-1.9 admin-panel dashboard
magento-1.9 admin-panel dashboard
edited Feb 13 '18 at 13:17
John
6566 silver badges20 bronze badges
6566 silver badges20 bronze badges
asked Jun 27 '17 at 6:38
Varna RajVarna Raj
267 bronze badges
267 bronze badges
flush your magento root /var/cache folder and /var/session folders,
– Manoj Deswal
Jun 27 '17 at 6:40
Sorry, No Change even after flushing out all these.
– Varna Raj
Jun 27 '17 at 6:45
is there any third party plugins is installed if yes the try after disabling them and clear and flush all .... did you changed your server ?
– Manoj Deswal
Jun 27 '17 at 6:47
add a comment |
flush your magento root /var/cache folder and /var/session folders,
– Manoj Deswal
Jun 27 '17 at 6:40
Sorry, No Change even after flushing out all these.
– Varna Raj
Jun 27 '17 at 6:45
is there any third party plugins is installed if yes the try after disabling them and clear and flush all .... did you changed your server ?
– Manoj Deswal
Jun 27 '17 at 6:47
flush your magento root /var/cache folder and /var/session folders,
– Manoj Deswal
Jun 27 '17 at 6:40
flush your magento root /var/cache folder and /var/session folders,
– Manoj Deswal
Jun 27 '17 at 6:40
Sorry, No Change even after flushing out all these.
– Varna Raj
Jun 27 '17 at 6:45
Sorry, No Change even after flushing out all these.
– Varna Raj
Jun 27 '17 at 6:45
is there any third party plugins is installed if yes the try after disabling them and clear and flush all .... did you changed your server ?
– Manoj Deswal
Jun 27 '17 at 6:47
is there any third party plugins is installed if yes the try after disabling them and clear and flush all .... did you changed your server ?
– Manoj Deswal
Jun 27 '17 at 6:47
add a comment |
3 Answers
3
active
oldest
votes
This happens when you have created a new admin page and not properly configured a layout handle for this.
for debugging the error please add the following code in index.php file
ini_set('display_errors', 1);
error_reporting(E_ALL);
$_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;
OR
Disable your modules and you will find that one or more custom modules has interfered with it.
Flush out your cache by emptying var/cache
Clear out sessions by emptying var/sessions
add a comment |
It is issue with the extensions that are missing in you application. The above error clearly says the 'Magpleasure_Filesystem' module is not available. So check whether this module is available in app/code/local
or app/code/community
folders. The folder will be names with 'Magepleasure'
.
If this folder is available, check whether the module is enabled or disabled. If everything is fine, then check the module has any dependencies with the other modules. Through this way we can debug.
EDIT:
You can verify from the admin section and files too.
1. Login to admin panel and navigate to **system->Configuration->Advanced**. Check for you module in these list.
2. In files Magepleasure/Filesystem/etc/Magepleasure_Filesystem.xml
3. Open it and check the `<active>`tag contains true or false. if false, make it yes.
4. If true, then go to Magepleasure/Filesystem/Helper. Check whether Data.php exists here or not.
Magepleasure folder is available in app/code/community but from where can we enable and disable it.
– Varna Raj
Jun 27 '17 at 7:51
check the above edited answer
– Pavan Kumar
Jun 27 '17 at 8:55
1
Thank u Pavan Kumar, I have uninstalled Magepleasure and now its working.
– Varna Raj
Jun 27 '17 at 9:22
Cool.. That's great to hear. It would be great if you accept the answer so that i would be helpful to others.
– Pavan Kumar
Jun 27 '17 at 9:24
add a comment |
This happens when you have created a new admin module but you forget to create the helper file in this new module or not configured properly in config.xml.
May be this issue related to compilation
If everything is fine please check Compilation is on in the admin panel System >> Tools >> Compilation. If you can't check via admin than navigate to the magento root folder in ftp >> include >> config.php and than comment both line in this file.
Flush the cache.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f180834%2fdashboard-of-magento-shows-a-blankpage%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
This happens when you have created a new admin page and not properly configured a layout handle for this.
for debugging the error please add the following code in index.php file
ini_set('display_errors', 1);
error_reporting(E_ALL);
$_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;
OR
Disable your modules and you will find that one or more custom modules has interfered with it.
Flush out your cache by emptying var/cache
Clear out sessions by emptying var/sessions
add a comment |
This happens when you have created a new admin page and not properly configured a layout handle for this.
for debugging the error please add the following code in index.php file
ini_set('display_errors', 1);
error_reporting(E_ALL);
$_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;
OR
Disable your modules and you will find that one or more custom modules has interfered with it.
Flush out your cache by emptying var/cache
Clear out sessions by emptying var/sessions
add a comment |
This happens when you have created a new admin page and not properly configured a layout handle for this.
for debugging the error please add the following code in index.php file
ini_set('display_errors', 1);
error_reporting(E_ALL);
$_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;
OR
Disable your modules and you will find that one or more custom modules has interfered with it.
Flush out your cache by emptying var/cache
Clear out sessions by emptying var/sessions
This happens when you have created a new admin page and not properly configured a layout handle for this.
for debugging the error please add the following code in index.php file
ini_set('display_errors', 1);
error_reporting(E_ALL);
$_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;
OR
Disable your modules and you will find that one or more custom modules has interfered with it.
Flush out your cache by emptying var/cache
Clear out sessions by emptying var/sessions
answered Jun 27 '17 at 6:49
JjoJjo
8503 silver badges14 bronze badges
8503 silver badges14 bronze badges
add a comment |
add a comment |
It is issue with the extensions that are missing in you application. The above error clearly says the 'Magpleasure_Filesystem' module is not available. So check whether this module is available in app/code/local
or app/code/community
folders. The folder will be names with 'Magepleasure'
.
If this folder is available, check whether the module is enabled or disabled. If everything is fine, then check the module has any dependencies with the other modules. Through this way we can debug.
EDIT:
You can verify from the admin section and files too.
1. Login to admin panel and navigate to **system->Configuration->Advanced**. Check for you module in these list.
2. In files Magepleasure/Filesystem/etc/Magepleasure_Filesystem.xml
3. Open it and check the `<active>`tag contains true or false. if false, make it yes.
4. If true, then go to Magepleasure/Filesystem/Helper. Check whether Data.php exists here or not.
Magepleasure folder is available in app/code/community but from where can we enable and disable it.
– Varna Raj
Jun 27 '17 at 7:51
check the above edited answer
– Pavan Kumar
Jun 27 '17 at 8:55
1
Thank u Pavan Kumar, I have uninstalled Magepleasure and now its working.
– Varna Raj
Jun 27 '17 at 9:22
Cool.. That's great to hear. It would be great if you accept the answer so that i would be helpful to others.
– Pavan Kumar
Jun 27 '17 at 9:24
add a comment |
It is issue with the extensions that are missing in you application. The above error clearly says the 'Magpleasure_Filesystem' module is not available. So check whether this module is available in app/code/local
or app/code/community
folders. The folder will be names with 'Magepleasure'
.
If this folder is available, check whether the module is enabled or disabled. If everything is fine, then check the module has any dependencies with the other modules. Through this way we can debug.
EDIT:
You can verify from the admin section and files too.
1. Login to admin panel and navigate to **system->Configuration->Advanced**. Check for you module in these list.
2. In files Magepleasure/Filesystem/etc/Magepleasure_Filesystem.xml
3. Open it and check the `<active>`tag contains true or false. if false, make it yes.
4. If true, then go to Magepleasure/Filesystem/Helper. Check whether Data.php exists here or not.
Magepleasure folder is available in app/code/community but from where can we enable and disable it.
– Varna Raj
Jun 27 '17 at 7:51
check the above edited answer
– Pavan Kumar
Jun 27 '17 at 8:55
1
Thank u Pavan Kumar, I have uninstalled Magepleasure and now its working.
– Varna Raj
Jun 27 '17 at 9:22
Cool.. That's great to hear. It would be great if you accept the answer so that i would be helpful to others.
– Pavan Kumar
Jun 27 '17 at 9:24
add a comment |
It is issue with the extensions that are missing in you application. The above error clearly says the 'Magpleasure_Filesystem' module is not available. So check whether this module is available in app/code/local
or app/code/community
folders. The folder will be names with 'Magepleasure'
.
If this folder is available, check whether the module is enabled or disabled. If everything is fine, then check the module has any dependencies with the other modules. Through this way we can debug.
EDIT:
You can verify from the admin section and files too.
1. Login to admin panel and navigate to **system->Configuration->Advanced**. Check for you module in these list.
2. In files Magepleasure/Filesystem/etc/Magepleasure_Filesystem.xml
3. Open it and check the `<active>`tag contains true or false. if false, make it yes.
4. If true, then go to Magepleasure/Filesystem/Helper. Check whether Data.php exists here or not.
It is issue with the extensions that are missing in you application. The above error clearly says the 'Magpleasure_Filesystem' module is not available. So check whether this module is available in app/code/local
or app/code/community
folders. The folder will be names with 'Magepleasure'
.
If this folder is available, check whether the module is enabled or disabled. If everything is fine, then check the module has any dependencies with the other modules. Through this way we can debug.
EDIT:
You can verify from the admin section and files too.
1. Login to admin panel and navigate to **system->Configuration->Advanced**. Check for you module in these list.
2. In files Magepleasure/Filesystem/etc/Magepleasure_Filesystem.xml
3. Open it and check the `<active>`tag contains true or false. if false, make it yes.
4. If true, then go to Magepleasure/Filesystem/Helper. Check whether Data.php exists here or not.
edited Jun 27 '17 at 8:55
answered Jun 27 '17 at 7:18
Pavan KumarPavan Kumar
3321 gold badge2 silver badges11 bronze badges
3321 gold badge2 silver badges11 bronze badges
Magepleasure folder is available in app/code/community but from where can we enable and disable it.
– Varna Raj
Jun 27 '17 at 7:51
check the above edited answer
– Pavan Kumar
Jun 27 '17 at 8:55
1
Thank u Pavan Kumar, I have uninstalled Magepleasure and now its working.
– Varna Raj
Jun 27 '17 at 9:22
Cool.. That's great to hear. It would be great if you accept the answer so that i would be helpful to others.
– Pavan Kumar
Jun 27 '17 at 9:24
add a comment |
Magepleasure folder is available in app/code/community but from where can we enable and disable it.
– Varna Raj
Jun 27 '17 at 7:51
check the above edited answer
– Pavan Kumar
Jun 27 '17 at 8:55
1
Thank u Pavan Kumar, I have uninstalled Magepleasure and now its working.
– Varna Raj
Jun 27 '17 at 9:22
Cool.. That's great to hear. It would be great if you accept the answer so that i would be helpful to others.
– Pavan Kumar
Jun 27 '17 at 9:24
Magepleasure folder is available in app/code/community but from where can we enable and disable it.
– Varna Raj
Jun 27 '17 at 7:51
Magepleasure folder is available in app/code/community but from where can we enable and disable it.
– Varna Raj
Jun 27 '17 at 7:51
check the above edited answer
– Pavan Kumar
Jun 27 '17 at 8:55
check the above edited answer
– Pavan Kumar
Jun 27 '17 at 8:55
1
1
Thank u Pavan Kumar, I have uninstalled Magepleasure and now its working.
– Varna Raj
Jun 27 '17 at 9:22
Thank u Pavan Kumar, I have uninstalled Magepleasure and now its working.
– Varna Raj
Jun 27 '17 at 9:22
Cool.. That's great to hear. It would be great if you accept the answer so that i would be helpful to others.
– Pavan Kumar
Jun 27 '17 at 9:24
Cool.. That's great to hear. It would be great if you accept the answer so that i would be helpful to others.
– Pavan Kumar
Jun 27 '17 at 9:24
add a comment |
This happens when you have created a new admin module but you forget to create the helper file in this new module or not configured properly in config.xml.
May be this issue related to compilation
If everything is fine please check Compilation is on in the admin panel System >> Tools >> Compilation. If you can't check via admin than navigate to the magento root folder in ftp >> include >> config.php and than comment both line in this file.
Flush the cache.
add a comment |
This happens when you have created a new admin module but you forget to create the helper file in this new module or not configured properly in config.xml.
May be this issue related to compilation
If everything is fine please check Compilation is on in the admin panel System >> Tools >> Compilation. If you can't check via admin than navigate to the magento root folder in ftp >> include >> config.php and than comment both line in this file.
Flush the cache.
add a comment |
This happens when you have created a new admin module but you forget to create the helper file in this new module or not configured properly in config.xml.
May be this issue related to compilation
If everything is fine please check Compilation is on in the admin panel System >> Tools >> Compilation. If you can't check via admin than navigate to the magento root folder in ftp >> include >> config.php and than comment both line in this file.
Flush the cache.
This happens when you have created a new admin module but you forget to create the helper file in this new module or not configured properly in config.xml.
May be this issue related to compilation
If everything is fine please check Compilation is on in the admin panel System >> Tools >> Compilation. If you can't check via admin than navigate to the magento root folder in ftp >> include >> config.php and than comment both line in this file.
Flush the cache.
edited Mar 16 '18 at 4:25
Teja Bhagavan Kollepara
2,9994 gold badges20 silver badges51 bronze badges
2,9994 gold badges20 silver badges51 bronze badges
answered Jun 27 '17 at 12:35
Sumil sanghaviSumil sanghavi
3872 silver badges9 bronze badges
3872 silver badges9 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f180834%2fdashboard-of-magento-shows-a-blankpage%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
flush your magento root /var/cache folder and /var/session folders,
– Manoj Deswal
Jun 27 '17 at 6:40
Sorry, No Change even after flushing out all these.
– Varna Raj
Jun 27 '17 at 6:45
is there any third party plugins is installed if yes the try after disabling them and clear and flush all .... did you changed your server ?
– Manoj Deswal
Jun 27 '17 at 6:47