RHCdG
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Unable to login to networkThanks, cheezitman. I turned on debugging, and there’s quite a few messages but I don’t know how severe they are. Perhaps you would care to take a look?
My htaccess file has the following content:
<IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] FileETag none # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]Do you spot anything?
It does, thanks a lot, Jeremy!
Forum: Plugins
In reply to: [Breadcrumb NavXT] Where did Breadcrumb NavXT go?Hi,
It’s been six months since your reply but I just wanted to let you know that I got things working again. The error was due to a glitch in the Atahualpa theme (which is otherwise great); the solution being to put the calling code directly in the theme’s index.php file, right afterget_header(); ?>Thanks again!
RutgerYes, but I don’t want a slideshow, I want to click through images without having to look where I need to put the cursor. I want to leave the mouse in one place, I don’t care how big that area is as long as I can just click without moving.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Where did Breadcrumb NavXT go?Hi,
Thanks for your response. Unfortunately, I do not master PHP, therefore I do not understand what you’re saying. Can you be more precise, i.e. can you tell me what the calling code is and in which file and where in the file I should put it?
Should it perhaps be somewhere in “the loop”?Thanks,
Rutger
Forum: Fixing WordPress
In reply to: Failure to upload simple text fileHi govpatel,
The taskbar reading “Uploading 71%…” appears immediately upon hitting “Publish” (or “Update”). So I’m not sure if it’s timing me out…Thanks Kburrows, smaller and larger files bith may work fine, they’re still no comparison to image or audio files that are so much bigger. it’s just a freak thing. Stay tuned!
Forum: Fixing WordPress
In reply to: Page won't fully uploadLet me just add that I feel that it only happens to pages that I already had for some time but to which I needed to add some extra text.
I have now deleted the original page, and set up a new page from scratch with the same text but it doesn’t help; I guess there is something in there that it doesn’t want. Other pages with new text upload just fine. In other words, this is weird.
Any help would be much appreciated!
Forum: Networking WordPress
In reply to: How to remove network admin?Thanks, Mika, that worked!
One problem solved… 🙂Forum: Networking WordPress
In reply to: How to remove network admin?No, they have their own email adresses…
Forum: Fixing WordPress
In reply to: Maximum amount of text??Hi esmi,
Yes, I have read about this in the last couple of hours. Words like “from”, or “select”, and others are simply rejected. A workaround would be to add this code to the .htaccess file:
<ifmodule mod_security.c>
<files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</files>
</ifmodule>Indeed, this works for me; I can now post the full original page. I am just wondering about my security now. Do you have anything to say about that?
Forum: Fixing WordPress
In reply to: Maximum amount of text??Hi esmi,
Yes, it does! Very strange.
Thanks Alan,
The plugin you suggest is too difficult for me (no php knowledge). I am trying the ‘Hierarchical Pages’ plugin, and it seems to work. Thanks anyway!
Kindly,
Rutger
Forum: Fixing WordPress
In reply to: Organizing pagesThanks, Esmi!
I am all for pages, so that is a reassuring suggestion! Could you tell me what kind of numeric permalink structure you are suggesting exactly? Could you give me an example based on my site?
Many thanks,
Rutger
Forum: Fixing WordPress
In reply to: Organizing pagesHi SS_Minow,
Thanks for the quick reply!
I am not sure if this preserves the hierarchy? I am not looking so much for a script to do the job (I tried the html importer plugin) but, rather, for a method that will yield the same result I had on the old website.Thanks,
Rutger
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Problem with two WP-installs on same domainThe Error Console says, “FB not defined” and when I click on it, it highlights the following in the source code:
FB.ensureInit(function(){
Does that mean anything to you? Or should I supply the rest of the code as well?