• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

PLZ HELP

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Banned User
Jan 6, 2019
3,031
6,200
120
world
babiato.co
Im desperate because I cant get my second domain added into my hosting plan thru cPanel.
After adding domain name, root directory and subdomain name I always get internal error 500.
This is thru cPanel--Addon Domain option.

I HAVE ROOT ACESS @ckeeper sir what may be issue
 
try to diagnose with log files first
tail -n 200 /usr/local/apache/logs/error_log
tail -n 200 /usr/local/apache/logs/suexec_log

Look for error 500 to narrow down the issue.

/scripts/upcp --force

Possible permission error, I would suspect, you can try the following as well, make sure you have a good working full backup first...

cd /home
find /home/*/public_html -type f -name '*.php' | xargs chmod 0644 --
find /home/*/public_html -type d | xargs chmod 0755 --
 
  • Like
Reactions: White Devil
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock