Note that there are some explanatory texts on larger screens.

plurals
  1. POWordPress - MultiSite: Are you sure you want to do this? Please try again
    primarykey
    data
    text
    <p>I have problem on my blog: <a href="http://osify.com" rel="nofollow">http://osify.com</a> while processing add new post with above error message. I tried to disable all plugins or changed theme, the error is still the same. I found the issue might link to the media upload, it is not be able to post any image, it's waiting at: "Crunching…" with no continue but the file was in the folder (checked via FTP)</p> <p>And I already tried to chmod the folder to 777 (before it's 755 for folder, 644 for files)</p> <p>I think it might link to multi-site issue on shared hosting but no clear idea or clue about that.</p> <p>My .htaccess</p> <pre><code>#uploaded files RewriteRule ^(.*/)?files/$ index.php [L] RewriteCond %{REQUEST_URI} !.*wp-content/plugins.* RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteCond %{REQUEST_URI} ^.*/wp-admin$ RewriteRule ^(.+)$ $1/ [R=301,L] &lt;IfModule mod_security.c&gt; &lt;Files async-upload.php&gt; SecFilterEngine Off SecFilterScanPOST Off &lt;/Files&gt; &lt;/IfModule&gt; [..] # BEGIN WordPress RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule . - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress </code></pre> <p>It seems just happen when I enable my sub site Is there any way to solve this issue?</p> <p>Thanks for advise,</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload