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 - andrereyes_mzt

Pages: 1 [2]
16
CentOS-WebPanel GUI / Re: File Manager: FTP upload problem
« on: January 12, 2019, 04:09:37 AM »
I have the issue, how did you solved it?

Just disable the mod_security for your domain.

I did, and I even uninstalled mod security and the problem persist.

17
What does PHP Setttings> PHP info show?

Show the same information as /usr/local/php/php.ini that apply to apache server, but the same settings do not apply to cwpsrv, php is stored in a different place and there no way to know the actual php values as in phpinfo() that cwpsrv is using.

Whats's in /usr/local/php/php.ini
/usr/local/php/php.ini does not apply for cwpsrv

/usr/local/cwp/php71/php.ini & //use/local/cwp/php/php.ini are set to

memory_limit = 128M
post_max_size = 64M
upload_max_filesize = 64M
max_file_uploads = 20



18
Hi,

I disabled the rules 210230, 210240, 243930, 221270 in mod_Security, I did not get more errors on the log, and still did not work.
I uninstalled mod_security and still did not work.

Files above 2MB will not upload using the file manager.

I am open to any suggestions. 

19
CentOS-WebPanel GUI / Re: CWP.USER PHP.INI not stored on the right folder
« on: January 08, 2019, 09:53:45 PM »
Hi,

I found the file but I have different settings,

Code: [Select]
<IfModule mod_suphp.c>
suPHP_UserGroup andresre andresre
suPHP_ConfigPath /home/andresre
</IfModule>

20
CentOS-WebPanel GUI / Re: File Manager: FTP upload problem
« on: January 08, 2019, 08:43:17 PM »
I have the issue, how did you solved it?

21
CentOS-WebPanel GUI / CWP.USER PHP.INI not stored on the right folder
« on: January 08, 2019, 07:47:48 PM »
When I login to my domain using CWP User, I can edit my php.ini file (CWP settings -> Edit Php.ini) for my website, but this changes only apply to one folder of my website (/home/andresre/public_html), and doesn't apply to the sub-folders. 

After placing the php.ini in the main folder /home/andresre then changes will apply to all sub-folders on my website.

Shouldn't the php.ini file be stored on "/home/username" folder instead directly by CWP so changes apply to all website instead of having to copy php.ini to every sub-folder? 

22
Im using the file manager on CWP (/admin/fileManager2.php), every time I try to upload a file over 2MB, the file manager indicated the file has been uploaded sucessfully, but after refreshing the directory there is nowhere to be found, I tried with files smaller than 2 Mb and they worked fine.

I though it was a problem with PHP, so I went to edit /usr/local/cwp/php71/php.ini, I didn't change anything as settings seems right.
I have also review /usr/local/cwp/php/php.ini, and settings are fine too.

post_max_size = 64M
upload_max_filesize = 64M
max_file_uploads = 20

I am not sure were else do I have to look, as I cannot find more information in how to fix this issue.

23
Updates / Re: Misconfiguration in 0.9.8.98 ???
« on: November 04, 2016, 12:02:53 PM »
I am having the same issue with 0.9.8.80, I already restarted my server and still the same.

Any other suggestion?

24
Backup / Re: Daily backup...
« on: August 16, 2016, 09:52:45 AM »
I am having the same issue for a few days, I haven't change the password, I did upgrade to MariaDB.
I can access using phpAdmin with the same password as before.

Wondering if you find out how to solve this issue?

Pages: 1 [2]