Hi,
First of all i need to say that i like OLS, im new, im coming from WHM Centos, this is my first experiment with wordpress/centos 7 because im looking for speed for low traffic websites.
I did the installation of OLS via "one click", everything works fine with a wordpress pre installed.
My problem is that i need to upload a new wordpress installation in the same place, so, i installed phpmyadmin and when im trying to upload a 3mb file it says:
No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.
I know is about php.ini, so i edited the file at etc/php.ini, but the problem persist, i did a php --ini:
[root@centos-2gb-hel1-2 ~]# php --ini
Configuration File (php.ini) Path: /etc
Loaded Configuration File: /etc/php.ini
Scan for additional .ini files in: /etc/php.d
Additional .ini files parsed: /etc/php.d/curl.ini,
/etc/php.d/fileinfo.ini,
/etc/php.d/json.ini,
/etc/php.d/phar.ini,
/etc/php.d/zip.ini
There is no other php.ini!!!!!
Im doing something wrong?
this is my php.ini:
post_max_size = 128M
memory_limit = 512M
max_input_time = 300
I did restart OLS and server
Thanks
First of all i need to say that i like OLS, im new, im coming from WHM Centos, this is my first experiment with wordpress/centos 7 because im looking for speed for low traffic websites.
I did the installation of OLS via "one click", everything works fine with a wordpress pre installed.
My problem is that i need to upload a new wordpress installation in the same place, so, i installed phpmyadmin and when im trying to upload a 3mb file it says:
No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.
I know is about php.ini, so i edited the file at etc/php.ini, but the problem persist, i did a php --ini:
[root@centos-2gb-hel1-2 ~]# php --ini
Configuration File (php.ini) Path: /etc
Loaded Configuration File: /etc/php.ini
Scan for additional .ini files in: /etc/php.d
Additional .ini files parsed: /etc/php.d/curl.ini,
/etc/php.d/fileinfo.ini,
/etc/php.d/json.ini,
/etc/php.d/phar.ini,
/etc/php.d/zip.ini
There is no other php.ini!!!!!
Im doing something wrong?
this is my php.ini:
post_max_size = 128M
memory_limit = 512M
max_input_time = 300
I did restart OLS and server
Thanks