nixuser
- Total activity 290
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 127
Comments
Recent activity by nixuser-
cPanel should not overwrite an existing dns record, ticketing them would be ideal on this case.
-
Fatal error: require(): Failed opening required '../scripts/config.inc.php this file exists on the account? And make sure that the file include paths are correct.
-
Use yourdomain.com. instead of @.
-
Do you have a firewall like csf or apf installed on your server?
-
Please try resetting the account cPanel password and also check the box 'Synchronize MySQL password'.
-
You can use bash to do this. Add all the users to a file named users. cat /etc/userdomains | awk {'print $2'} | sort | uniq > users Then do a one-liner to copy the file to accounts. for user in...
-
For lookup/remove use
-
What is the error message you have received? Did you check the memory and upload size parameters in php?
-
php mcrypt support was removed from php 7.2 onwards. You may install it using yum and pecl, make sure that you have installed the devel package too using yum.
-
Make sure that you have uploaded the files to the correct directory, public_html in the home directory to make them public viewable. From the profile, I believe that you are a user, to which folde...