hmaddy
- Total activity 573
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 180
Posts
Recent activity by hmaddy-
Table 'sessions' is read only
Illuminate\Database\QueryException SQLSTATE[HY000]: General error: 1036 Table 'sessions' is read only Most of the tables have the same issues. How to fix this
-
Apache Down after switching from Litespeed
Apache Down after switching from Litespeed to Apache. service httpd restart Redirecting to /bin/systemctl restart httpd.service Job for httpd.service failed because the control process exited with...
-
Apache not working
/scripts/rebuildhttpdconf Initial configuration generation failed with the following message: The "/usr/sbin/httpd -DSSL -t -f /etc/apache2/conf/httpd.conf.work.35ea95bb.cfgcheck -C Include "/etc/...
-
Mysql Dump
How to dumb all databases to seperate files via cron job. i tried to use following script. but its only taking some databases for DB in $(mysql -e 'show databases' -s --skip-column-names); do ...
-
Website showing other website content
Server Main ip: 1.1.1.1 Reseller and child account ip: 2.2.2.2 All accounts have a valid ssl also. Now the issue is reseller or its child accounts not showing its original content and its showi...
-
php fpm consumes 100% cpu
php-fpm consumes 100% cpu. how to find the root reason and how to fix it.
-
Account redirecting
All domains automatically redirected to another domain or its content. when we opens abcd.com, then its will display the content of xyz.com the same will happens for efgh.com also.
-
Database Connection error.
ERROR - 2021-11-27 04:31:45 --> Error connecting to the database: mysqli::real_connect(): Headers and client library minor version mismatch. Headers:100331 Library:100238 CRITICAL - 2021-11-27 04:...
-
Whm Not loading properly.
After enter login credentials whm not loading properly. its takes too much time. cpanel and webmail have no issue like this.
-
Cant Import a Database
i cant import a database via ssh or via phpmyadmin. its throwing some error like this ERROR 1118 (42000) at line 38669: Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ...