Failed to load resource: the server responded with a status of 404 (Not Found). How to solve this issue?
I am running Magento 2.3 with NGINX, PHP7.1 and MariaDb.
This is a fresh instalation with pre-loaded data.
I am getting these follow error:
$ tail var/log/system.log
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:09] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:10] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:36] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 3334; Allocated memory size: 40008000 bytes; InnoDB buffer pool size: 134217728 bytes.
And these are screenshots:
How can I solve these errors?
Any idea?
magento2 javascript css
add a comment |
I am running Magento 2.3 with NGINX, PHP7.1 and MariaDb.
This is a fresh instalation with pre-loaded data.
I am getting these follow error:
$ tail var/log/system.log
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:09] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:10] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:36] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 3334; Allocated memory size: 40008000 bytes; InnoDB buffer pool size: 134217728 bytes.
And these are screenshots:
How can I solve these errors?
Any idea?
magento2 javascript css
Have you tried deploying static content and giving proper permissions?
– Vivek Kumar
Jan 9 at 22:45
yes. I have usedphp bin/magento deploy:mode:set developer
and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.
– zwitterion
Jan 10 at 0:58
did you resolve the issue/
– magefms
Jan 10 at 4:44
add a comment |
I am running Magento 2.3 with NGINX, PHP7.1 and MariaDb.
This is a fresh instalation with pre-loaded data.
I am getting these follow error:
$ tail var/log/system.log
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:09] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:10] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:36] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 3334; Allocated memory size: 40008000 bytes; InnoDB buffer pool size: 134217728 bytes.
And these are screenshots:
How can I solve these errors?
Any idea?
magento2 javascript css
I am running Magento 2.3 with NGINX, PHP7.1 and MariaDb.
This is a fresh instalation with pre-loaded data.
I am getting these follow error:
$ tail var/log/system.log
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:09] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:10] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:36] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 3334; Allocated memory size: 40008000 bytes; InnoDB buffer pool size: 134217728 bytes.
And these are screenshots:
How can I solve these errors?
Any idea?
magento2 javascript css
magento2 javascript css
asked Jan 9 at 18:43
zwitterionzwitterion
1407
1407
Have you tried deploying static content and giving proper permissions?
– Vivek Kumar
Jan 9 at 22:45
yes. I have usedphp bin/magento deploy:mode:set developer
and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.
– zwitterion
Jan 10 at 0:58
did you resolve the issue/
– magefms
Jan 10 at 4:44
add a comment |
Have you tried deploying static content and giving proper permissions?
– Vivek Kumar
Jan 9 at 22:45
yes. I have usedphp bin/magento deploy:mode:set developer
and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.
– zwitterion
Jan 10 at 0:58
did you resolve the issue/
– magefms
Jan 10 at 4:44
Have you tried deploying static content and giving proper permissions?
– Vivek Kumar
Jan 9 at 22:45
Have you tried deploying static content and giving proper permissions?
– Vivek Kumar
Jan 9 at 22:45
yes. I have used
php bin/magento deploy:mode:set developer
and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.– zwitterion
Jan 10 at 0:58
yes. I have used
php bin/magento deploy:mode:set developer
and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.– zwitterion
Jan 10 at 0:58
did you resolve the issue/
– magefms
Jan 10 at 4:44
did you resolve the issue/
– magefms
Jan 10 at 4:44
add a comment |
3 Answers
3
active
oldest
votes
You need to run the following commands
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
check if it resolves the issue
add a comment |
try remove folder:
rm -rf generated/
rm -rf pub/static/frontend/
rm -rf var/cache/
after that, run command:
php bin/magento setup:upgrade
php bin/magento setup:di-compile
php bin/magento setup:static-content:deploy
New contributor
add a comment |
Please try to give permission as follow
cd <your Magento install dir>
find . -type f -exec chmod 644 {} ; // 644 permission for files
find . -type d -exec chmod 755 {} ; // 755 permission for directory
find ./var -type d -exec chmod 777 {} ; // 777 permission for var folder
find ./pub/media -type d -exec chmod 777 {} ;
find ./pub/static -type d -exec chmod 777 {} ;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f257296%2ffailed-to-load-resource-the-server-responded-with-a-status-of-404-not-found%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
You need to run the following commands
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
check if it resolves the issue
add a comment |
You need to run the following commands
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
check if it resolves the issue
add a comment |
You need to run the following commands
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
check if it resolves the issue
You need to run the following commands
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
check if it resolves the issue
answered Jan 10 at 4:52
magefmsmagefms
41512
41512
add a comment |
add a comment |
try remove folder:
rm -rf generated/
rm -rf pub/static/frontend/
rm -rf var/cache/
after that, run command:
php bin/magento setup:upgrade
php bin/magento setup:di-compile
php bin/magento setup:static-content:deploy
New contributor
add a comment |
try remove folder:
rm -rf generated/
rm -rf pub/static/frontend/
rm -rf var/cache/
after that, run command:
php bin/magento setup:upgrade
php bin/magento setup:di-compile
php bin/magento setup:static-content:deploy
New contributor
add a comment |
try remove folder:
rm -rf generated/
rm -rf pub/static/frontend/
rm -rf var/cache/
after that, run command:
php bin/magento setup:upgrade
php bin/magento setup:di-compile
php bin/magento setup:static-content:deploy
New contributor
try remove folder:
rm -rf generated/
rm -rf pub/static/frontend/
rm -rf var/cache/
after that, run command:
php bin/magento setup:upgrade
php bin/magento setup:di-compile
php bin/magento setup:static-content:deploy
New contributor
New contributor
answered Jan 10 at 7:21
the lightthe light
1
1
New contributor
New contributor
add a comment |
add a comment |
Please try to give permission as follow
cd <your Magento install dir>
find . -type f -exec chmod 644 {} ; // 644 permission for files
find . -type d -exec chmod 755 {} ; // 755 permission for directory
find ./var -type d -exec chmod 777 {} ; // 777 permission for var folder
find ./pub/media -type d -exec chmod 777 {} ;
find ./pub/static -type d -exec chmod 777 {} ;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
add a comment |
Please try to give permission as follow
cd <your Magento install dir>
find . -type f -exec chmod 644 {} ; // 644 permission for files
find . -type d -exec chmod 755 {} ; // 755 permission for directory
find ./var -type d -exec chmod 777 {} ; // 777 permission for var folder
find ./pub/media -type d -exec chmod 777 {} ;
find ./pub/static -type d -exec chmod 777 {} ;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
add a comment |
Please try to give permission as follow
cd <your Magento install dir>
find . -type f -exec chmod 644 {} ; // 644 permission for files
find . -type d -exec chmod 755 {} ; // 755 permission for directory
find ./var -type d -exec chmod 777 {} ; // 777 permission for var folder
find ./pub/media -type d -exec chmod 777 {} ;
find ./pub/static -type d -exec chmod 777 {} ;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
Please try to give permission as follow
cd <your Magento install dir>
find . -type f -exec chmod 644 {} ; // 644 permission for files
find . -type d -exec chmod 755 {} ; // 755 permission for directory
find ./var -type d -exec chmod 777 {} ; // 777 permission for var folder
find ./pub/media -type d -exec chmod 777 {} ;
find ./pub/static -type d -exec chmod 777 {} ;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
answered 5 mins ago
DivyarajsinhDivyarajsinh
33419
33419
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f257296%2ffailed-to-load-resource-the-server-responded-with-a-status-of-404-not-found%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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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
Have you tried deploying static content and giving proper permissions?
– Vivek Kumar
Jan 9 at 22:45
yes. I have used
php bin/magento deploy:mode:set developer
and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.– zwitterion
Jan 10 at 0:58
did you resolve the issue/
– magefms
Jan 10 at 4:44