![]() |
Getting problem to run manual setup on cPanel - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Getting problem to run manual setup on cPanel (/showthread.php?tid=76322) |
Getting problem to run manual setup on cPanel - sakifahmed - 05-03-2020 Default program running all right on Local environment. But when trying to upload it on cPanel with PHP7.3 its showing blank page. on cPanel log we get this error: Failed opening required '/home/selfcareinfolink/public_html/new/app/Config/../../vendor/codeigniter4/codeigniter4/system/bootstrap.php' [03:22:58 host root@93479921 /home/selfcareinfolink/logs]cPs# tail selfcare_infolinkbd_com.php.error.log [02-May-2020 19:29:42 UTC] PHP Fatal error: require(): Failed opening required '/home/selfcareinfolink/public_html/new/app/Config/../../vendor/codeigniter4/codeigniter4/system/bootstrap.php' (include_path='.:/opt/cpanel/ea-php73/root/usr/share/pear') in /home/selfcareinfolink/public_html/new/public/index.php on line 36 [02-May-2020 19:30:06 UTC] PHP Warning: require(/home/selfcareinfolink/public_html/new/app/Config/../../vendor/codeigniter4/codeigniter4/system/bootstrap.php): failed to open stream: No such file or directory in /home/selfcareinfolink/public_html/new/public/index.php on line 36 [02-May-2020 19:30:06 UTC] PHP Warning: require(/home/selfcareinfolink/public_html/new/app/Config/../../vendor/codeigniter4/codeigniter4/system/bootstrap.php): failed to open stream: No such file or directory in /home/selfcareinfolink/public_html/new/public/index.php on line 36 [02-May-2020 19:30:06 UTC] PHP Fatal error: require(): Failed opening required '/home/selfcareinfolink/public_html/new/app/Config/../../vendor/codeigniter4/codeigniter4/system/bootstrap.php' (include_path='.:/opt/cpanel/ea-php73/root/usr/share/pear') in /home/selfcareinfolink/public_html/new/public/index.php on line 36 [02-May-2020 19:34:44 UTC] PHP Warning: require(/home/selfcareinfolink/public_html/new/app/Config/../../vendor/codeigniter4/codeigniter4/system/bootstrap.php): failed to open stream: No such file or directory in /home/selfcareinfolink/public_html/new/public/index.php on line 36 [02-May-2020 19:34:44 UTC] PHP Warning: require(/home/selfcareinfolink/public_html/new/app/Config/../../vendor/codeigniter4/codeigniter4/system/bootstrap.php): failed to open stream: No such file or directory in /home/selfcareinfolink/public_html/new/public/index.php on line 36 [02-May-2020 19:34:44 UTC] PHP Fatal error: require(): Failed opening required '/home/selfcareinfolink/public_html/new/app/Config/../../vendor/codeigniter4/codeigniter4/system/bootstrap.php' (include_path='.:/opt/cpanel/ea-php73/root/usr/share/pear') in /home/selfcareinfolink/public_html/new/public/index.php on line 36 [02-May-2020 19:34:46 UTC] PHP Warning: require(/home/selfcareinfolink/public_html/new/app/Config/../../vendor/codeigniter4/codeigniter4/system/bootstrap.php): failed to open stream: No such file or directory in /home/selfcareinfolink/public_html/new/public/index.php on line 36 [02-May-2020 19:34:46 UTC] PHP Warning: require(/home/selfcareinfolink/public_html/new/app/Config/../../vendor/codeigniter4/codeigniter4/system/bootstrap.php): failed to open stream: No such file or directory in /home/selfcareinfolink/public_html/new/public/index.php on line 36 [02-May-2020 19:34:46 UTC] PHP Fatal error: require(): Failed opening required '/home/selfcareinfolink/public_html/new/app/Config/../../vendor/codeigniter4/codeigniter4/system/bootstrap.php' (include_path='.:/opt/cpanel/ea-php73/root/usr/share/pear') in /home/selfcareinfolink/public_html/new/public/index.php on line 36 [03:23:29 host root@93479921 /home/selfcareinfolink/logs]cPs# RE: Getting problem to run manual setup on cPanel - jreklund - 05-03-2020 Based on that you didn't upload your vendor folder. Or it's in the wrong path. RE: Getting problem to run manual setup on cPanel - sakifahmed - 05-03-2020 (05-03-2020, 12:51 PM)jreklund Wrote: Based on that you didn't upload your vendor folder. Or it's in the wrong path.I uploaded everything. Can you please tell me where is the default location of the vendor folder? RE: Getting problem to run manual setup on cPanel - jreklund - 05-03-2020 It looks like this: /app /public /tests /vendor /writable RE: Getting problem to run manual setup on cPanel - sakifahmed - 05-03-2020 (05-03-2020, 02:26 PM)jreklund Wrote: It looks like this: Thank you but when i am downloading from https://codeigniter.com/ there is no vendor folder inside. [attachment=1773] |