Questions tagged [cpanel]

cPanel is a Linux-based web hosting control panel that provides graphical interface and automation tools to simplify website and server management for website owners and web hosting providers. It offers a range of features such as email and file management, backup and restoration, security, and domain management. Only PROGRAMMING related questions are on-topic. General configuration questions are off-topic.

References:

5342 questions
7
votes
4 answers

Fatal error: Class 'PEAR' not found in /home/user1/public_html/go-pear.php on line 697

When trying to install PEAR by running go-pear.php (from the root of a cPanel GoDaddy hosted account), I get the following error: Starting installation ... Loading zlib: ok Bootstrapping Installer................... Bootstrapping…
AlexY
  • 71
  • 1
  • 1
  • 3
7
votes
5 answers

cronjob in codeigniter using cpanel

My website hosting server is hostmonster.com. My application uses codeigniter framework. I have a code which sends emails to my users and I want to make it automatic. I have used the cpanel of the hosting service and I tried to give the command…
spod
  • 406
  • 3
  • 5
  • 19
7
votes
2 answers

how to install django on cpanel

What directory do I need to put the files in? I tried public_html but when I put the files there and clicked on setup.py, it didn't start the script.
spysappin
  • 83
  • 1
  • 1
  • 4
7
votes
1 answer

MySQL performance differences when using cron

I have a number of PHP maintenance scripts running on a shared hosting environment using cPanel. Most of the scripts need to run every 3-4 hours and to simplify their execution, I wrote a scheduler script that checks which (if any) of these scripts…
Hybrid System
  • 798
  • 12
  • 25
7
votes
4 answers

Mysql cannot connect - Access denied (using password yes)

I have hosting provided by eleven 2 and I just created a new MySQL user and gave it access to every action listed. I'm getting the following error Warning: mysql_connect() [function.mysql-connect]: Access denied for user '(username is here, removed…
user1443519
  • 591
  • 1
  • 12
  • 26
6
votes
5 answers

Cron jobs in codeigniter

I am trying to do a cron job with a site built in CodeIgniter - I've got access to the CPanel cron feature can anyone suggest the best way to setup a cron job using CPanel? I am using CodIgniter so cannot be sure how to call a controller within a…
Zabs
  • 13,852
  • 45
  • 173
  • 297
6
votes
0 answers

How to fix BINARY ERROR when deploying a Node Js API REST to CPANEL. (shared hosting)

first of all thanks for the help. I have a Node js API REST, i use Express, fs module, sharp for images and many others, everything works fine in my machine, and i wanted to test this API in a shared hosting that i purchased months ago. i have my…
6
votes
3 answers

How to clone Bitbucket git into cPanel Git™ Version Control

I have git into my Bitbucket account and I want clone those git into my cPanel Git™ Version Control. How to do that? I was able pull git using cPanel terminal. but I want to make clone using cPanel Git™ Version Control. We want to make bitbucket git…
Viral
  • 441
  • 9
  • 17
6
votes
0 answers

Activate Virtual enviornment in Cpanel without SSH

I am deploying a django based web application. My hosting provider doesn't allow SSH access. So I deployed my application via python setup app. But it doesn't load static files altough it loads media files. so i wanted to execute "python manage.py…
Raisul Islam
  • 115
  • 8
6
votes
1 answer

How to setup and run a PHP WebSocket service on a cpanel-based shared hosting platform?

I have created a Chat application in Ratchet PHP. It runs fine on local machine using WAMP. I want it to setup on live server. On my server I have: PHP Support SSH access Port 9000, which is opened for OutBound connections. Sub-domains What I…
htmler
  • 380
  • 1
  • 4
  • 12
6
votes
1 answer

What is "Application startup file" option on Cpanel python application?

I'm trying to deploy my django project to my host using cpanel, but there are some new options in Create python applications tab. What should i set for the following items: "Application startup file" "Application Entry point" create application
Overlord
  • 132
  • 2
  • 10
6
votes
2 answers

Deploy Angular webApp on cPanel

I need to deploy my angular 6 app on cPanel. Can someone guide me the steps? I cant't find configuration folder in cPanel.
Coder
  • 359
  • 1
  • 7
  • 14
6
votes
5 answers

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…
Pak Ho Cheung
  • 1,382
  • 6
  • 22
  • 52
6
votes
3 answers

SMTP ERROR: Failed to connect to server: Connection refused (111) ERROR MESSAGE

I'm new to PHPMailer, and I just downloaded it with Composer and coded this as index.php: isSMTP(); $m->SMTPAuth = true; $m->SMTPDebug =…
user9668370
6
votes
4 answers

PHPMyAdmin: You might be lacking the necessary privileges to edit this routine

Error in processing request: No routine with name 'daily_difference' found in database 'chamelis_wp'. You might be lacking the necessary privileges to edit this routine.
Tasnim Khan
  • 207
  • 3
  • 12