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...
Broncobuster asked 29/8, 2015 at 6:59

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...
Seismic asked 23/2, 2016 at 10:13

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-&...
Morisco asked 19/4, 2018 at 10:8

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...
Calvities asked 20/8, 2010 at 6:3

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...
Carbamate asked 6/11, 2013 at 22:52

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...
Sellers asked 6/9, 2016 at 10:20

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...
Untuck asked 16/3, 2018 at 11:30

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...
Terrier asked 29/6, 2010 at 20:50

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...
Afterburning asked 26/1, 2018 at 8:4

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...
Loxodromic asked 30/9, 2014 at 12:11

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...
Sacerdotalism asked 6/8, 2016 at 5:25

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 ...
Lunula asked 7/4, 2013 at 23:9

1

Solved

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...
Cogon asked 10/9, 2017 at 21:42

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...
Gasp asked 22/6, 2011 at 11:26

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...
Lynching asked 26/11, 2012 at 18:27

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: ...
Parachronism asked 1/3, 2017 at 14:35

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??
Bruckner asked 9/2, 2017 at 17:29

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

I am getting 403 Forbidden Error while i am access images from the server. If I access audio file then i am not getting any error. but if i am accessing image file then only i am facing this issue...
Bypass asked 6/10, 2016 at 16:9

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...
Molokai asked 24/8, 2016 at 9:38

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 ...
Rhea asked 26/10, 2011 at 20:40

© 2022 - 2024 — McMap. All rights reserved.