MarcL
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Table of Contents] Shortcode in internal linkingHi,
yes these URLs are just examples. I we rather not disclose the link if it’s fine with you.
let me know in case I can share in private.
thanks
Forum: Plugins
In reply to: [Easy Table of Contents] Custom ez-toc-settings[position]Hi Akhsay,
Thanks it works great!
Forum: Plugins
In reply to: [Easy Table of Contents] Custom ez-toc-settings[position]Dear Akshay,
Thanks for your prompt reply.
FYI I have this in wp-config : define( ‘WP_MEMORY_LIMIT’, ‘640M’ );
Here below some example of errors I encountered from the debug :
[22-Feb-2025 16:40:47 UTC] PHP Fatal error: Allowed memory size of 671088640 bytes exhausted (tried to allocate 32768 bytes) in /home/website/www/wp-includes/formatting.php on line 303
[22-Feb-2025 16:40:47 UTC] PHP Fatal error: Allowed memory size of 671088640 bytes exhausted (tried to allocate 53248 bytes) in /home/website/www/wp-includes/functions.php on line 5464
[22-Feb-2025 16:40:47 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
[22-Feb-2025 16:37:57 UTC] PHP Fatal error: Allowed memory size of 671088640 bytes exhausted (tried to allocate 262144 bytes) in /home/website/www/wp-includes/class-wp-term-query.php on line 308
[22-Feb-2025 16:37:57 UTC] PHP Fatal error: Allowed memory size of 671088640 bytes exhausted (tried to allocate 262144 bytes) in /home/website/www/wp-includes/functions.php on line 4294
[22-Feb-2025 16:37:57 UTC] PHP Fatal error: Allowed memory size of 671088640 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
[22-Feb-2025 16:06:22 UTC] PHP Fatal error: Allowed memory size of 671088640 bytes exhausted (tried to allocate 36864 bytes) in /home/website/www/wp-includes/formatting.php on line 616
[22-Feb-2025 16:06:22 UTC] PHP Fatal error: Allowed memory size of 671088640 bytes exhausted (tried to allocate 69632 bytes) in /home/website/www/wp-includes/functions.php on line 5464
[22-Feb-2025 16:06:22 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
Thanks a lot for your help,
My bad I was.
Plugin involved : Broken Link Checker. It was applying special css to broken links..
Thanks for the help on the lead.
No I’m not …. :/
It is all the different fields for the all form (so checkbox, text, email…)…
Hi Jared,
Thanks a lot again, it worked perfectly.
Marc
Hi Jared,
Thanks a lot for your help it works perfectly.
Thanks for answering that fast.
Marc
Forum: Networking WordPress
In reply to: Subdomain – 2nd site not displaying anywhereThanks a lot!
Forum: Networking WordPress
In reply to: Subdomain – 2nd site not displaying anywhereAn other issue I just discovered is that since I activated the multiste it seems that part of my primary website is back in english (was french before). Even when I configure for french language…
Forum: Networking WordPress
In reply to: Subdomain – 2nd site not displaying anywhereThanks Mika for your quick answer.
I did modify my .htaccess by adding the www redirect, but I feel my .htaccess is somehow not well written :
SetEnv PHP_VER 5 SetEnv REGISTER_GLOBALS 0 # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{HTTP_HOST} ^socialtv.fr [NC] RewriteRule ^(.*)$ http://www.socialtv.fr/$1 [L,R=301] RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] </IfModule> # END WordPress> What do you think?
For the second point, I confirm the site “emploi” is created. Actually I need to login to see it in the list on top left. But then main url is not listed.
So my issue is that I can’t get access to the admin panel of emploi and socialtv.fr in the same time, I have to log out for this. Any idea on what am I doing silly?Thanks again for your time helping me.