cpanel Questions
5
Solved
The problem workflow:
1 - Open CPanel on your web browser,
2 - Login to CPanel,
3 - Mysql databases -> Create a database,
4 - Create a user,
5 - Get the confirmation that db and user create...
Shaikh asked 20/8, 2015 at 20:58
3
Solved
I have a statusUpdate.php file in the xampp\htdocs\project\app\Console\Commands folder.
statusUpdate.php :
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
use DB;
class...
3
Solved
Right now i am running my cron job everyday at 3.00PM
0 15 * * *
But I want to run my cron job twice in a day. 10.30AM and 2.30PM
0 30 10 * * *
I believe this command will run at 10.30AM. How...
4
Solved
I have a host and cPanel access but only one main user and password to cPanel.
I want to give someone access to phpMyAdmin but don't want to give that person my main user and password for cPanel.
...
Joellajoelle asked 17/9, 2011 at 17:7
3
I'm new to PHPMailer, and I just downloaded it with Composer and coded this as index.php:
<?php
require_once 'vendor/autoload.php';
use PHPMailer\PHPMailer\PHPMailer;
$m = new PHPMailer;
$m-&...
3
Solved
I am planning to make an application like cPanel/WHM in perl since i never worked out my own server in perl, and i was thinking of a few points that i wanted some advices/help:
cpanel and whm wor...
3
Solved
I have cron jobs in cPanel that are scheduled every night. Yesterday, I noticed that these cron jobs haven't run since 2 days ago. I checked the cron log in /var/log/cron, and it shows me errors wh...
2
Solved
I am using Easy apache 4, mod_wsgi, and Python 3.5. When I called a Django project in the server I got the following error:
(13)Permission denied: mod_wsgi (pid=24223): Unable to connect to WSGI d...
2
Solved
I have developed a website using PhalconPHP. the website works perfectly fine on my local computer with the following specifications:
PHP Version 7.0.22
Apache/2.4.18
PhalconPHP 3.3.1
and also o...
5
Solved
Hi I want to run a cron job to call a PHP script on my server. I am using Cpanel from my web host and these are the options:
Minute:
Hour:
Day:
Month:
Weekday:
Command:
I am really struggl...
2
Solved
$content = "some text here";
$fp = fopen("myText.txt","w");
fwrite($fp,$content);
fclose($fp);
The above code creates a file in the folder where the PHP script is present. However when the scr...
2
Solved
Really quick one - I am attempting to use mailgun for my email.
One of the requirements is to add a CNAME = mailgun.org
I am attempting to do this via WHM - and can successfully create the record...
4
Solved
This seems like a common request, but I haven't been able to find definitive instructions on doing something like this.
I'd like a subdomain to trigger a certain controller on my CI installation. ...
Pelligrini asked 22/10, 2013 at 8:51
3
I'm using godaddy hosting and running cron job for codeigniter. That will be running every day at 10am. So in cron tab i tried like this
00 10 * * * export TZ=Asia/Dhaka; wget http://www.example.c...
9
I want to create a dev environment of my website on the same server. But I have a 7Gb of database which contains 479 tables and I want to make a copy of that database to the new DB.
I have tried t...
Broch asked 28/9, 2017 at 7:15
12
Solved
I am using cPanel of my website to increase maximum upload file size for wordpress media uploads. I have used the codes(found out from google) for this purpose wp-config.php, .htaccess but nothing ...
1
Solved
Cannot make remote connection with PyMySQL (pymysql.err.InternalError: Packet sequence number wrong)
update: Problem solved, solution posted below
I am new to the process of making remote database connections, but it seems that there tends not to be an obvious solution for this error.
pymysql.er...
3
Solved
I installed node.js like this:
cd /usr/local/bin/
git clone --depth 1 http://github.com/joyent/node.git
cd node
git checkout origin/v0.4 # optional. Note that master is unstable.
export JOBS=2 # o...
2
I have tried to password protect a single file using .htaccess. But when accessing the file the browser just redirects to the home page of the website. I have my .htpasswd on my webroot. My .htacce...
0
For e dedicated server with WHM/cPanel configured with Apache + PHP-FPM the default Pool Options per domain are:
Max Children = 5
Process Idle Timeout = 10
Max Requests = 20
The questions are:
...
1
Solved
I can't see my .env file in my cpanel and i also can't upload .env file in my cpanel.
What can i do??
3
Solved
Redirect the site url http to https..for this i upload .htaccess file in my cpanl public_html root directory.the code of the file as
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(...
Adrenal asked 9/4, 2012 at 16:16
1
2
Solved
From a couple of hours, PHP commands, given from the console, are not accepting local path.
For example in laravel i've always given the command
php artisan
but from this night i'm receiving the...
5
Solved
I just recently had to find a way to get a SSL certificate for my domain as facebook required this by the 1st of October as you may aware.
Therefore I signed and installed my startssl certificate ...
© 2022 - 2024 — McMap. All rights reserved.