I can't view my website after uploading filesGetting error while hosting a cakephp appJust moved my CakePHP. Autoload.php error. No such directory foundAfter mod_rewirte: Internal Server Error The server encountered an internal errorcakephp 3.0 installation error after composerFatal error: Can't find core file. CakePHPPHP Warning: include(/var/www/html/…/lib/Cake/Error/ErrorHandler.php): failed to open stream ErrorHow to resolve “Uncaught TypeError” in error handler using CakePHP 2 on PHP7?Failed opening 'PHPUnit/Autoload.php'Cake php upgrade showing error
Read string of any length in C
What was the motivation for the invention of electric pianos?
What organs or modifications would be needed for a life biological creature not to require sleep?
How to modify this code to add more vertical space in timeline that uses Tikz
Would a hotel in Turkey question absence of entry stamp in passport?
How to give my students a straightedge instead of a ruler
How to publish superseding results without creating enemies
How do certain apps show new notifications when internet access is restricted to them?
Can I see Harvest moon in India?
A Mainer Expression
How To Make Earth's Oceans as Brackish as Lyr's
Unable to find solution to 6 simultaneous equations
How to write characters doing illogical things in a believable way?
Why is my fire extinguisher emptied after one use?
Bit one of the Intel 8080's Flags register
In what sequence should an advanced civilization teach technology to medieval society to maximize rate of adoption?
Shouldn't countries like Russia and Canada support global warming?
What's the benefit of prohibiting the use of techniques/language constructs that have not been taught?
Apostrophe in math formula prevents luatex compilation for Slovak
Planar regular languages
Make 1998 using the least possible digits 8
Why are some files not movable on Windows 10?
Is "you will become a subject matter expert" code for "you'll be working on your own 100% of the time"?
Why is the UK still pressing on with Brexit?
I can't view my website after uploading files
Getting error while hosting a cakephp appJust moved my CakePHP. Autoload.php error. No such directory foundAfter mod_rewirte: Internal Server Error The server encountered an internal errorcakephp 3.0 installation error after composerFatal error: Can't find core file. CakePHPPHP Warning: include(/var/www/html/…/lib/Cake/Error/ErrorHandler.php): failed to open stream ErrorHow to resolve “Uncaught TypeError” in error handler using CakePHP 2 on PHP7?Failed opening 'PHPUnit/Autoload.php'Cake php upgrade showing error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I uploaded my site backup files from another domain, after extracting the content and setting up the database I am getting this error message:
This page isn’t working is currently unable to handle this request.
HTTP ERROR 500.
these are the errors I am getting from apache error logs:
I have deleted the cache folder from the previous site
PHP Fatal error: Class 'ErrorHandler' not found in /home/studypal/public_html/lib/Cake/Core/App.php on line 957
mmap cache can't open /home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php - Permission denied (pid 18797)
mmap cache can't open /home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php - Permission denied (pid 18797)
mmap cache can't open /home/payconnet/public_html/lib/Cake/Configure/PhpReader.php - Permission denied (pid 18797)
mmap cache can't open /home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php - Permission denied (pid 18797)
PHP Warning: include(/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php): failed to open stream: Permission denied in /home/studyconnet/public_html/lib/Cake/Core/App.php on line 547
PHP Warning: include(): Failed opening '/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /home/studyconnet/public_html/lib/Cake/Core/App.php on line 547
PHP Fatal error: Class 'ErrorHandler' not found in /home/studyconnet/public_html/lib/Cake/Core/App.php on line 957
cakephp cakephp-2.0
add a comment
|
I uploaded my site backup files from another domain, after extracting the content and setting up the database I am getting this error message:
This page isn’t working is currently unable to handle this request.
HTTP ERROR 500.
these are the errors I am getting from apache error logs:
I have deleted the cache folder from the previous site
PHP Fatal error: Class 'ErrorHandler' not found in /home/studypal/public_html/lib/Cake/Core/App.php on line 957
mmap cache can't open /home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php - Permission denied (pid 18797)
mmap cache can't open /home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php - Permission denied (pid 18797)
mmap cache can't open /home/payconnet/public_html/lib/Cake/Configure/PhpReader.php - Permission denied (pid 18797)
mmap cache can't open /home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php - Permission denied (pid 18797)
PHP Warning: include(/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php): failed to open stream: Permission denied in /home/studyconnet/public_html/lib/Cake/Core/App.php on line 547
PHP Warning: include(): Failed opening '/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /home/studyconnet/public_html/lib/Cake/Core/App.php on line 547
PHP Fatal error: Class 'ErrorHandler' not found in /home/studyconnet/public_html/lib/Cake/Core/App.php on line 957
cakephp cakephp-2.0
1
It seems that some of the files are not readable, because they do not have the correct access rights.
– mixable
Mar 28 at 12:30
so i should make them writeable by changing the permission?
– Isaiah Oladapo
Mar 28 at 12:38
At least readable. Check the permissions of the file/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php
– mixable
Mar 28 at 12:42
it's 0644 and I have changed it to 0755
– Isaiah Oladapo
Mar 28 at 13:27
add a comment
|
I uploaded my site backup files from another domain, after extracting the content and setting up the database I am getting this error message:
This page isn’t working is currently unable to handle this request.
HTTP ERROR 500.
these are the errors I am getting from apache error logs:
I have deleted the cache folder from the previous site
PHP Fatal error: Class 'ErrorHandler' not found in /home/studypal/public_html/lib/Cake/Core/App.php on line 957
mmap cache can't open /home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php - Permission denied (pid 18797)
mmap cache can't open /home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php - Permission denied (pid 18797)
mmap cache can't open /home/payconnet/public_html/lib/Cake/Configure/PhpReader.php - Permission denied (pid 18797)
mmap cache can't open /home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php - Permission denied (pid 18797)
PHP Warning: include(/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php): failed to open stream: Permission denied in /home/studyconnet/public_html/lib/Cake/Core/App.php on line 547
PHP Warning: include(): Failed opening '/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /home/studyconnet/public_html/lib/Cake/Core/App.php on line 547
PHP Fatal error: Class 'ErrorHandler' not found in /home/studyconnet/public_html/lib/Cake/Core/App.php on line 957
cakephp cakephp-2.0
I uploaded my site backup files from another domain, after extracting the content and setting up the database I am getting this error message:
This page isn’t working is currently unable to handle this request.
HTTP ERROR 500.
these are the errors I am getting from apache error logs:
I have deleted the cache folder from the previous site
PHP Fatal error: Class 'ErrorHandler' not found in /home/studypal/public_html/lib/Cake/Core/App.php on line 957
mmap cache can't open /home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php - Permission denied (pid 18797)
mmap cache can't open /home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php - Permission denied (pid 18797)
mmap cache can't open /home/payconnet/public_html/lib/Cake/Configure/PhpReader.php - Permission denied (pid 18797)
mmap cache can't open /home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php - Permission denied (pid 18797)
PHP Warning: include(/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php): failed to open stream: Permission denied in /home/studyconnet/public_html/lib/Cake/Core/App.php on line 547
PHP Warning: include(): Failed opening '/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php' for inclusion (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /home/studyconnet/public_html/lib/Cake/Core/App.php on line 547
PHP Fatal error: Class 'ErrorHandler' not found in /home/studyconnet/public_html/lib/Cake/Core/App.php on line 957
cakephp cakephp-2.0
cakephp cakephp-2.0
asked Mar 28 at 12:20
Isaiah OladapoIsaiah Oladapo
44 bronze badges
44 bronze badges
1
It seems that some of the files are not readable, because they do not have the correct access rights.
– mixable
Mar 28 at 12:30
so i should make them writeable by changing the permission?
– Isaiah Oladapo
Mar 28 at 12:38
At least readable. Check the permissions of the file/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php
– mixable
Mar 28 at 12:42
it's 0644 and I have changed it to 0755
– Isaiah Oladapo
Mar 28 at 13:27
add a comment
|
1
It seems that some of the files are not readable, because they do not have the correct access rights.
– mixable
Mar 28 at 12:30
so i should make them writeable by changing the permission?
– Isaiah Oladapo
Mar 28 at 12:38
At least readable. Check the permissions of the file/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php
– mixable
Mar 28 at 12:42
it's 0644 and I have changed it to 0755
– Isaiah Oladapo
Mar 28 at 13:27
1
1
It seems that some of the files are not readable, because they do not have the correct access rights.
– mixable
Mar 28 at 12:30
It seems that some of the files are not readable, because they do not have the correct access rights.
– mixable
Mar 28 at 12:30
so i should make them writeable by changing the permission?
– Isaiah Oladapo
Mar 28 at 12:38
so i should make them writeable by changing the permission?
– Isaiah Oladapo
Mar 28 at 12:38
At least readable. Check the permissions of the file
/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php– mixable
Mar 28 at 12:42
At least readable. Check the permissions of the file
/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php– mixable
Mar 28 at 12:42
it's 0644 and I have changed it to 0755
– Isaiah Oladapo
Mar 28 at 13:27
it's 0644 and I have changed it to 0755
– Isaiah Oladapo
Mar 28 at 13:27
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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/4.0/"u003ecc by-sa 4.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%2fstackoverflow.com%2fquestions%2f55397490%2fi-cant-view-my-website-after-uploading-files%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55397490%2fi-cant-view-my-website-after-uploading-files%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
1
It seems that some of the files are not readable, because they do not have the correct access rights.
– mixable
Mar 28 at 12:30
so i should make them writeable by changing the permission?
– Isaiah Oladapo
Mar 28 at 12:38
At least readable. Check the permissions of the file
/home/payconnet/public_html/lib/Cake/Error/ErrorHandler.php– mixable
Mar 28 at 12:42
it's 0644 and I have changed it to 0755
– Isaiah Oladapo
Mar 28 at 13:27