no allowed
-
Hi
there is no way to use your pluggin to change php.inii got this sentences, on the top of wordpress
Warning: Cannot modify header information – headers already sent by (output started at /homepages/4/d276499265/htdocs/clickandbuilds/mysitewp-content/plugins/custom-php-settings/admin/custom-php-settings.php:390) in /homepages/4/d276499265/htdocs/clickandbuilds/mysite/wp-admin/admin-header.php on line 9
Warning: fopen(/homepages/4/d276499265/htdocs/clickandbuilds/Eurogestion/.user.ini): failed to open stream: Permission denied in /homepages/4/d276499265/htdocs/clickandbuilds/mysite/wp-content/plugins/custom-php-settings/admin/custom-php-settings.php on line 390
user.ini has 744 permission, also try with 204
but i get a green check saying Settings updated and stored in .user.ini.
the user.ini is on the root of the site, and the .ini analisis says it is on /homepages/4/d276499298/htdocs/clickandbuilds/mysite/wp-admin/php.ini
i also has php.ini on every root but none changes
custom setting i try to change are
post_max_size= 128M
max_execution_time= 10000
max_input_vars= 10000
max_input_time= 400on a 1and1 server, php 7.3
and their .ini txt is
safe_mode=false;upload_max_filesize=67108864;
post_max_size=67108864;
memory_limit=268435456;
extension_dir=/usr/lib/php7.0/extensions;
zend_extension=/usr/lib/php7.0/extensions/opcache.so;
opcache.enable=1;
opcache.memory_consumption=32;
opcache.interned_strings_buffer=8;
opcache.max_accelerated_files=3000;
opcache.revalidate_freq=180;
opcache.fast_shutdown=0;
opcache.enable_cli=0;
opcache.revalidate_path=0;
opcache.validate_timestamps=2;
opcache.max_file_size=0;
opcache.file_cache=/kunden/homepages/4/d2764992xx/htdocs/.opcache;
opcache.file_cache_only=1;
thanks
- The topic ‘no allowed’ is closed to new replies.