cpanel Questions

6

I am getting this error while starting my node js app in my cpanel. RangeError: WebAssembly.instantiate(): Out of memory: wasm memory at internal/deps/cjs-module-lexer/dist/lexer.js:1:33573 but wh...
Schwa asked 31/8, 2021 at 1:0

4

I have developed a Java web application using Tomcat 7 and Oracle JDK 1.7 with NeatBeans 7.3. My application runs on my local pc without any errors. But after i hosted my application, I can't acce...
Beatnik asked 4/10, 2013 at 4:49

5

When deploying nextjs app to c-panel hosting it asks for entry point of the application which default is app.js. In normal react application it's totally in control but when using nextjs it's not c...
Morgun asked 26/1, 2020 at 10:35

8

I am trying to build the next Js app production files to deploy it on cPanel, when I execute npm run dev the app is working just fine but as I start to build a production file with the help of this...
Henchman asked 13/4, 2022 at 3:26

6

Solved

I followed these steps to deploy my nextjs on cPanel. go to package.json and add this line: "homepage": "http://afsanefadaei.ir" run next build to have .next folder as my build folder go to cpane...
Weevil asked 31/1, 2020 at 16:45

7

Solved

I use cron job to do some CRUD operation using laravel Task Scheduling. On localhost and on my Share-Hosting server it worked fine for months until recently I keep getting this error when I run cro...
Tillis asked 31/7, 2017 at 15:21

4

I've been developing a Next.js website locally and now want to set it up on my Apache server (with cPanel). However, I'm very new to Next.js and Node apps and not too sure how to go about it. Has ...
Seawright asked 28/11, 2019 at 20:11

4

Hope someone could help, am new to bluehost and had a shared hosting subscription. Now my issue is how to modify the subdomain document root. example: from public_html/sub to public_html/sub/public...
Mesh asked 23/3, 2022 at 15:46

5

Solved

Here's the error I'm getting: PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0 PHP Warning: Module 'xdebug' already loaded in Unknown on line 0 This is from my php.ini...
Impropriate asked 6/10, 2014 at 17:38

3

after going to /etc/httpd/conf/httpd.conf and even after changing Allow override none -> Allow override All , and then restarting the server using service httpd restart and then i type the ...
Teacup asked 25/4, 2018 at 12:33

4

Solved

I have a webpage(mainmenu.php) with a javascript function as script in the webpage. The java script function name is : statusHistoryUpdate(status) This function does a ajax post call to a php fil...
Ethiopia asked 25/6, 2019 at 7:29

9

Error 503 Service Unavailable Service Unavailable Guru Meditation: XID: 5312211 Varnish cache server I working on cpanel and subdomain but i got this error from laravel project. do you can help ...
Emmyemmye asked 30/1, 2018 at 5:7

16

I'm trying to add a private git repo onto cPanel but have ran into permission issues and not sure where I'm going wrong I have generated the SSH keys in cPanel at the 'SSH Access' section. I then ...
Parfleche asked 25/1, 2019 at 12:11

14

Solved

I am just trying to run a PHP script using a cron job within CPanel - is this the correct syntax: /usr/bin/php -q /home/username/public_html/cron/cron.php >/dev/null I am not getting any emai...
Signorino asked 7/9, 2011 at 11:5

5

Solved

I have the following function: protected function schedule(Schedule $schedule) { $schedule->command('email:users')->everyMinute(); } when I run the command artisan schedule:run it se...
Unassailable asked 30/6, 2017 at 20:10

7

Solved

i am trying to deploy a node.js app. after creating and installing modules using cpanel interface. when i run script, i get this error: Can't acquire lock for app: app. any idea?
Hollywood asked 14/7, 2020 at 1:10

6

Solved

I wanna deploy my application on shared hosting on Cpanel where the primary document root has public_html but Laravel project public
Jotter asked 30/4, 2021 at 5:25

6

Solved

I have connected to CPanel and tried to enable PDO for PHP in it.I have checked Many posts which says to find easyApache to enable PDO.But i am not able to find it in my CPanel Home.All i can find ...
Kazue asked 20/7, 2013 at 4:22

3

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...
Pamphleteer asked 16/7, 2020 at 11:3

5

Solved

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 t...
Mythology asked 5/10, 2013 at 15:12

7

Solved

I have uploaded the file.css file on server with filezilla and also with cpanel. But when i browse the website the css has no impact. I changed: padding-left: 10px; If i see the Page view source i...
Applewhite asked 19/9, 2011 at 15:41

4

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.
Chiffon asked 27/10, 2017 at 20:18

11

Solved

I have a web application that has to perform a repeated tasks, Sending messages and alerts, I, already, use a script page do those tasks when it loaded in the browser i.e http://example.com/tasks.p...
Pell asked 6/11, 2012 at 21:15

5

Solved

i need to create cron job to run URL from Cpanel every minute when i open the link from browser it's auto generate backup for database i choose the common setting ( once per minute ) * * * * * and...
Topcoat asked 18/10, 2016 at 9:47

2

I have already set up a Django Python application in my server with CPanel. The wsgi is correctly configured, the index.html (which doesn't have any css) runs properly but the admin panel doesn't l...
Cookstove asked 6/2, 2020 at 14:15

© 2022 - 2024 — McMap. All rights reserved.