Show Posts

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.


Messages - james88

Pages: [1]
1
CentOS 7 Problems / SQL cfg
« on: September 19, 2022, 05:09:06 PM »
if i copy cfg from /etc/my.cnf.d/server.cnf to /etc/my.cnf will it binde and run off that cfg ?

only way got it to work is using phpadmin Run SQL query/queries on server
SET GLOBAL sql_mode = "NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"




1) Open the  /etc/my.cnf   file by accessing your server via SSH or SFTP with root authority.
(If you do not have root access, these process must be provided by people who are authorized to access the server root.)


2) Add the sql_mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" definition to the bottom of the file "my.cnf" and save it.

If your server does not accept ", you can define without ". If this doesn't work, you can just define it as sql_mode=
The definition you add should be under the [mysqld] line. If your file does not contain the line [mysqld], you can add it manually.

2
CentOS-WebPanel Bugs / Redirects tab
« on: September 04, 2022, 05:11:03 PM »
Cant get Redirects to stay up button keep going away.

Feature Manager i give plans all redirect and still dont come up only when it want to.

3
CentOS 7 Problems / web server keep going down
« on: September 03, 2022, 02:56:12 PM »
last 5 days my web server keep going down in the AM  around 2am - 9am BIND DNS Server, Postfix Mail Server, Dovecot IMAP/POP3 Server  be down

Apache version: Apache/2.4.52
PHP version: 7.4.30 + 8.0+ 8.1+

Nginx & Varnish & Apache

4
CentOS-WebPanel Bugs / Re: Change Password to login
« on: November 30, 2021, 03:54:58 PM »
every time you think every thing working its not week playing with this buged panel for bug after bug

5
CentOS-WebPanel Bugs / Change Password to login
« on: November 30, 2021, 03:15:23 PM »

Random Generator come out like ths  ???
ikeW8UxWND5M{"sEcho":0,"iTotalRecords":"2","iTotalDisplayRecords":0,"aaData":[]}

6
CentOS-WebPanel Bugs / Re: Cron job not working right
« on: November 29, 2021, 08:03:54 PM »
omg 6 os reinstalls and now this cron job wants to work

/usr/bin/php -q /home/xxx/public_html/crons/cron.php
/usr/bin/php -q /home/xxx/public_html/modules/addons/thesslstorefullv2_admin/tss_cron.php


centos 7.9
php 7.4.26

7
CentOS-WebPanel Bugs / Re: Cron job not working right
« on: November 29, 2021, 03:44:06 PM »
some time when you go back to fix a long command text some of the command is deleted like end of the command is gone like there a max characters

8
CentOS-WebPanel Bugs / Re: Cron job not working right
« on: November 29, 2021, 03:20:23 PM »
panel junk you put command in set it reload the page back to old command back wtf


9
CentOS-WebPanel Bugs / Re: Cron job not working right
« on: November 29, 2021, 03:07:58 PM »
 "/opt/alt/php-fpm74/usr/bin/php" dont work ? only one works is /usr/local/bin/php -q /home/xxx/public_html/crons/cron.php
but this wont run at all /usr/local/bin/php -q /home/xxx/public_html/modules/addons/thesslstorefullv2_admim/tss_cron schedule:run 2>&1


Hi I see you've incorrect path to php binary : "/opt/alt/php-fpm74/usr/php" corerct is "/opt/alt/php-fpm74/usr/bin/php"

also for this run in putty ssh and see what you get ensure login as user xxx via ssh then run this command (you can enable shell access from cwp admin) :
/usr/local/bin/php -q /home/xxx/public_html/modules/addons/thesslstorefullv2_admim/tss_cron schedule:run 2>&1

10
CentOS-WebPanel Bugs / Re: Cron job not working right
« on: November 29, 2021, 02:49:02 PM »
ok  can some one tell me what cron job missing in the root cron try running it in root but gone delete old cron and didnt delete right one

24 17 * * * /usr/local/cwp/php71/bin/php -d max_execution_time=18000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_autossl_all_domains.php

0 0 * * * /usr/local/cwp/php71/bin/php -d max_execution_time=18000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/alertandautorenewssl.php

37 0 * * * /root/.acme.sh/acme.sh --cron --home /root/.acme.sh > /dev/null

11
CentOS-WebPanel Bugs / Re: Cron job not working right
« on: November 29, 2021, 02:16:34 PM »
*/5 * * * * /opt/alt/php-fpm74/usr/php -q /home/xxx/whmcs/crons/cron.php schedule:run 2>&1  #whmcs main
*/5 * * * * /usr/local/bin/php -q /home/xxx/public_html/modules/addons/thesslstorefullv2_admim/tss_cron schedule:run 2>&1
*/5 * * * * /usr/bin/php -q /home/xxx/public_html/modules/addons/thesslstorefullv2_admim/tss_cron.php schedule:run 2>&1
*/5 * * * * /opt/alt/php-fpm74/usr/php -q /home/xxx/whmc/cron/cron.php


only one that works but dont run on schedule  permissions are set
*/5 * * * * /usr/bin/php -q /home/xxx/whmcs/crons/cron.php schedule:run 2>&1

12
CentOS-WebPanel Bugs / Cron job not working right
« on: November 28, 2021, 11:44:16 PM »
cant get the cron job stay working

only time it works when i hit the go button ?

Pages: [1]