baueri
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Cancel Order] Missing translation stringMany thanks!
It’s ok now!Ivan
Hi there!
I also used the WP Query module to investigate this issue and I found this:
include_once(/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/package.module.ngglegacy.php): failed to open stream: No such file or directory
And this is the file that tries to load this non-existing file:
wp-content/plugins/nextgen-gallery/pope/lib/class.base_module.php:66.Same issue with /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/wpcli/package.module.wpcli.php
The Events Manager plugin’s version is 5.6.4
The Events Manager Pro plugin’s version is 2.4.4.2Forum: Plugins
In reply to: [WP Subtitle] Subtitle shown in the_title() and get_the_title()I’m sorry I used another plugin, not this ??
Forum: Networking WordPress
In reply to: Tinymce is not defined on multisite's post editorI’ve contacted the server owners and they changed something on the server and now apache is used by the website. It’s now woking well.
Thank you for your help
Forum: Networking WordPress
In reply to: Tinymce is not defined on multisite's post editorThanks, I’ll contact them
Forum: Networking WordPress
In reply to: Tinymce is not defined on multisite's post editorI don’t know :/
Where the conf file has to be?Forum: Networking WordPress
In reply to: Tinymce is not defined on multisite's post editormy .htaccess file contains:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [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]
Maybe you forgot a ; at the end of the line above the line with the IF statement.
Forum: Networking WordPress
In reply to: Tinymce is not defined on multisite's post editorUPDATE:
I noticed that the wordpress tries to load files wrom /en/wp-includes that actually not exists only /wp-includes. It also creating errors on the fron end too.