I was testing my php application on My wampServer (localhost) and its ALL works! But, when i uploaded this same application to my webserver i got this inssue: PHP Fatal error: require_once(): Failed …
Tag: cpanel
laravel 5.5 schedule:run cron job not working in cpanel
I’m have a laravel5.5 project up on shared hosting and trying to run cron job to execute the command “schedule:run” but it just won’t execute I think I’m writing the command wrong: where prototype in the name of my laravel project. the command works in this directory using ssh. please if you have any observation or thought share it. Answer
Composer Install – requires ext-mbstring
I am trying to do a composer install …, but getting an error of requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system. I am using Apache (Cpanel) and PHP 5.6. Below are the ways I am trying to fix the error. 1: yum search mbstring 2: yum install ea-php56-php-mbstring.x86_64 It seems mbstring is installed
login page php code not working on cpanel blank page comes after succefull login
The code is working perfectly on localhost xampp server but not working on Cpanel I think sesion_start command not working. If i login using wrong password then it shows an error its mean php code in LoinPage.php wroks but when i enter correct username and password it will show blank page instead of taking me to AdminDashboard.php LoginPage.php AdminDashboard.php connection.php
Laravel 5.0 – Shared Hosting – Artisan not working as it should
I actually wanted to follow up on this question, but I guess It’s better to start a new question. I installed a fresh copy of my own laravel(5.0), and I tried running php artisan route:list, which works. Now I have downloaded the compressed repository of a project I want to deploy on a shared hosting enviorment, but when I run
How to change public folder to public_html in laravel 5
I’m using a shared hosting which uses cPanel as its control panel and within the cPanel public_html is the default root directory, because of this I can’t get my Laravel application work properly. Is …
Create cpanel database through php script
Im trying to automate the installation of some custom software using cpanel/whm and postwwwacct php script.This requires files to be copied to the users public_html folder then edit the config and set eh file permissions. So far so good, no issues. When trying to create the database im running into some problems. Rest of the code runs ok but the