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.


Topics - pixelpadre

Pages: 1 ... 4 5 [6]
76
Apache / Error Log Unable to load dymanmic library
« on: July 30, 2016, 12:18:19 PM »
My error log is bloated with this:

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/extensions/no-debug-non-zts-20100525/php_curl.dll' - /usr/lib64/extensions/no-debug-non-zts-20100525/php_curl.dll: cannot open shared object file: No such file or directory in Unknown on line 0

I am getting this error almost every minute.  I checked my php.ini file and there is no extension there.

OK just went to php info and found this

enable_post_data_reading => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => 22527 => 22527
exit_on_timeout => Off => Off
expose_php => On => On
extension_dir => /usr/local/cwp/php54/lib/php/extensions/no-debug-non-zts-20100525 => /usr/local/cwp/php54/lib/php/extensions/no-debug-non-zts-20100525
file_uploads => On => On
highlight.comment => #FF8000 => #FF8000
highlight.default => #0000BB => #0000BB
highlight.html => #000000 => #000000

77
How to / Cron job not working within cwp
« on: July 25, 2016, 11:09:33 PM »
I am not having any luck with my cron jobs

*/15 * * * * /usr/local/php /home/username/public_html/usersite.com/oc-includes/osclass/cron.php >> /home/username/myfile.log

Any ideas what is wrong?

78
Installation / my.cnf
« on: July 19, 2016, 02:56:07 AM »
Could someone please paste the text from my.cnf here so I can compare it to mine.

Thanks

79
Apache / ipv6 on centos cwp
« on: July 17, 2016, 08:35:48 PM »
Anyone know if centos cwp is automatically configured for ipv6.  If it is not, what are the steps to make ipv6 work properly?

80
Updates / gateway timeout
« on: July 09, 2016, 05:37:22 PM »
I am getting a gateway timeout error every day on cwp update cronjob.

81
Information / CSF Firewall status indicates OFF
« on: May 26, 2016, 06:28:01 PM »
Dashboard shows CSF status as OFF, but command line says it is running.

82
Installation / Mail server settings
« on: May 19, 2016, 01:01:15 PM »
I can't find the mail server settings anymore.  I used to be able to create an email account.  After creating the email account on the right side it would indicate the server settings for pop smtp imap Port Numbers etc etc.  Where is it now?

Found it.  It does not appear in ROOT part of CWP.  I have to be logged in as a different user than root.

83
Information / Delete tmp directory
« on: May 02, 2016, 12:09:56 PM »
My tmp dir is large and contains old files.  Is there a necessity to clean this directory?

84
CentOS-WebPanel Bugs / Disk space 0%
« on: April 21, 2016, 08:43:09 PM »
My disk space for users always indicates 0%.  How do I make it show actual disk space.

85
Information / Mod_deflate.co gzip compression problem
« on: February 11, 2016, 11:47:36 AM »
It required several hours to determine why my sites were not compressing but here is what you MUST add to the bottom of the httpd.conf (apache congifuration file in cwp)

AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.[0678] no-gzip
BrowserMatch bMSIEs7 !no-gzip !gzip-only-text/html
BrowserMatch bOpera !no-gzip
Header append Vary User-Agent

DeflateCompressionLevel 9

86
CentOS-WebPanel Bugs / which: no php in (/usr/bin:/bin) crontab error
« on: January 10, 2016, 08:42:26 PM »
I am having trouble with crontab. 

Enter:
* * * * * /bin/sh /home/username/public_html/domain.com/cron.sh

Result:
which: no php in (/usr/bin:/bin) in email error message from server.

At shell 1 time

Enter:
[root@cutba ~]# !/bin/sh
Result:
Cronjob is successful.

Why cant I create automatic cronjob in cwp.

87
CentOS-WebPanel GUI / 500 internal server error [SOLVED]
« on: July 03, 2015, 03:19:59 PM »
No matter how many different versions of centos that I have tried, I constantly get an internal error on any of the domains that I have set up.  Its driving me crazy for the past week.

A check of dns records for the two domains says everything is a go.  Yet nothing appears. 

When I had to create my first user it asked for my domain and user name.  Great.  did that.

Then I added another domain.  FTP showed a new folder appeared under the public_html directory for the second domain.  Presumably the original first domain does need a folder.  It just goes under the public_html directory.  Much like in my old cpanel.

I created two dns records at digital ocean yesterday and like I said earlier, leafdns said its all good.  Domain is associated with my ip address.

A look in usr/local/apache/logs shows errors all for the main domain and none for the addon domain.  All of the errors are the same.

SoftException in Application.cpp:350: UID of script "/home/scanmyid/public_html/scanmyid.com/index.php" is smaller than min_uid
[Fri Jul 03 11:18:08 2015] [error] [client 74.86.158.107] Premature end of script headers: index.php

Does that help?  Is this a result of my mistake?


88
DNS / Problem viewing site
« on: July 02, 2015, 01:12:38 PM »
I have been pulling my hair out trying to get my site visible.

I have 2 droplets on DO.  One is running ECHPforce and the other is CWP.

EHCP is running fine and all sites visible.  CWP is running fine but no sites visible.

Domain name pings to proper ip on the CWP droplet.  So I know its not a DNS issue.

If I type the ip address I get the default Centos index.html page.  Here is the really strange thing.  In my public_html directory, there is no centos index.html page.  I renamed it, and the default centos page still persists.  I have done the usual shift refresh and that centos page keeps coming back.

And if I type in the FQDN I get internal server error.  What is going on?  I have installed over and over again and always the same end result.  Is it a problem with latest release because a few days ago an install did work properly.  I have not done any tweaking. this is out of the box not working.

89
Migration from other control panels / Migration from cpanel
« on: June 22, 2015, 02:33:18 PM »
Migration is not going well and theres not a lot of documentation out there, especially, no video.

I'm not clear on the exact procedure.  Here's what I did.

Full website Backup in cpanel at current host.
Downloaded to my desktop, changed filename to cpmove-scanmyid.tar.gz
Uploaded to home folder with file name cpmove-scanmyid.tar.gz
Went to cpanel migration and selected cpmove-scanmyid.tar.gz and typed in scanmyid in the account username box

RESULT:
A new folder in home dirctory with name of backup-6-21-2015.  Inside that was a structure of:
  • homedir
  • -------public_html
  • ---------------------all of my files
No database files were constructed or users. And no user account was created for scanmyid even though at the end of the migration process I was asked to create new account from restore.

And now when I try to add a new user account I keep getting an error informing I cannot use capital letters even though I am not.

Pages: 1 ... 4 5 [6]