cris720
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do you remove "category" in url??? I knew two options.I use the plugin “Remove Category URL” since months and it’s working fine
Forum: Fixing WordPress
In reply to: upload_max_filesize strange problemOk i fixed the issue, I write it, maybe it could help someone in the future.
The previous webmaster uploaded in the /wp-admin directory (and not in the website root, where I was searching) a php.ini file that was overriding the server settings. I deleted that php.ini file and it fixed the problem.
Forum: Fixing WordPress
In reply to: upload_max_filesize strange problemThanks for the reply
post_max_size is 128M
upload_max_filesize is 128 m
memory limit was 128M, I put it at 150 M nowbut if I go to wordpress/media/add new, it still give me 10M as max upload limit
Otherwise, if I go to another wp installation on the same dedicated server, in media I got the right value of 128M as max upload.
So what I’m trying to find is if it’s possible that in the wp installation some settings is overriding the php.ini settings of the server, and where I can find it.
Template name is Mr.Tailor. Yes I could try to upload via FTP but it’s still an issue that I can’t change on the wp installation the upload limit on a size higher than 10 MB. I would like to fix this issue somehow.