Dashboard of magento shows a blankpageMagento Dashboard QR Code instead of Graph! Google API Failure?Admin...
Why does magnet wire need to be insulated?
How much mayhem could I cause as a fish?
Why are all my replica super soldiers young adults or old teenagers?
Globe trotting Grandpa. Where is he going next?
In Linux what happens if 1000 files in a directory are moved to another location while another 300 files were added to the source directory?
What game did these black and yellow dice come from?
Why does PHOTOREC keep finding files?
Premature ending of generator in list comprehension
I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."
Why is Agricola named as such?
After checking in online, how do I know whether I need to go show my passport at airport check-in?
Bash script to truncate subject line of incoming email
Why are the books in the Game of Thrones citadel library shelved spine inwards?
Saint abbreviation
How to not let the Identify spell spoil everything?
How can I play a serial killer in a party of good PCs?
What is a DAG (Graph Theory)?
Is the child responsible for the Parent PLUS Loan when the parent has passed away?
What makes papers publishable in top-tier journals?
Why was Lupin comfortable with saying Voldemort's name?
Boss asked me to sign a resignation paper without a date on it along with my new contract
TikZ graph edges not drawn nicely
Most demanding German Newspapers
Is there a verb that means to inject with poison?
Dashboard of magento shows a blankpage
Magento Dashboard QR Code instead of Graph! Google API Failure?Admin 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 dashboardChrome - admin freeze/stuck error message
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
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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
661620
661620
asked Jun 27 '17 at 6:38
Varna RajVarna Raj
267
267
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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
815214
815214
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
3321211
3321211
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,96341847
2,96341847
answered Jun 27 '17 at 12:35
Sumil sanghaviSumil sanghavi
38719
38719
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