This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
2
How to / Re: Upgrade PhpMyAdmin
« on: December 11, 2022, 06:49:16 PM »
Thanks,
I have managed to upgrade to the new version of phpmyadmin
but after 24 hours the script reverts back to the old one again.
What am I doing wrong?
Thanks for the reply
I have managed to upgrade to the new version of phpmyadmin
but after 24 hours the script reverts back to the old one again.
What am I doing wrong?
Thanks for the reply
3
Installation / Re: internal server error for php but not for html
« on: May 21, 2022, 04:10:25 PM »
two different PHP versions on two different domains get me same probmel
domain 1 --> PHP 7.3.4
domain 2 --> PHP 5.6.4
Internal server error on 7.3.4 (if 5.6.4 is default)
domain 1 --> PHP 7.3.4
domain 2 --> PHP 5.6.4
Internal server error on 7.3.4 (if 5.6.4 is default)
4
Installation / internal server error for php but not for html
« on: May 21, 2022, 12:37:00 PM »
Have installed fresh cwp after everything was OK setting up domain no problems make default html file it work, make php file (php info) Internal server error message upcomming every time.
googled after problem have tray all solutions without success
server settings is selected as --> apache+ngnix+varnish
log file var/log/apache (not found)
googled after problem have tray all solutions without success
server settings is selected as --> apache+ngnix+varnish
log file var/log/apache (not found)
5
CentOS 7 Problems / Re: Can't start nginx or apache after updatig
« on: January 30, 2022, 11:52:59 AM »
Hi and thanks for asking, that was no error message at all (error log shows nothing)
this has forced me to reinstall both nginx and apache again and then came this message in CPW7 that there was a misconfiguration in nginx and apache itself. After this I was able to start both applications and start the server propertly
Then my lesson is not to install the next updates but to wait a while before doing so
this has forced me to reinstall both nginx and apache again and then came this message in CPW7 that there was a misconfiguration in nginx and apache itself. After this I was able to start both applications and start the server propertly
Then my lesson is not to install the next updates but to wait a while before doing so
6
CentOS 7 Problems / Can't start nginx or apache after updatig
« on: January 27, 2022, 11:26:19 PM »
Hi guys, after latest updatinf of my centos now I can't start apacher or nginx
How to solve that or roll back to old settings?
Regards
How to solve that or roll back to old settings?
Regards
7
CentOS 7 Problems / Re: Crontab only works manually by clicking on the 'Run'
« on: April 09, 2021, 11:18:12 AM »
No answer yet although I have the PRO version, very strange
8
CentOS 7 Problems / Re: Crontab only works manually by clicking on the 'Run'
« on: April 07, 2021, 09:30:32 PM »
Hi, have exactly same problem with my cron job. If I click on run so cron working perfectly, but not automatically every 12 hours as planned:
need some help, please
Regards guys
Code: [Select]
0 0,12 * * * sudo tar -cvpzf /home/backups/myhomepage_$( date +"%Y_%m_%d_%H-%M-%S" ).tar.gz -C /home/myhomepage/ public_html
Code: [Select]
0 0,12 * * * /usr/bin/mysqldump --routines -u mydatabase -p'mypassword' mydatabase | gzip > /home/backups/mydatabase_$( date +"%Y_%m_%d_%H-%M-%S" ).sql.gz
need some help, please
Regards guys
Pages: [1]