rene springmann
Forum Replies Created
-
On the way Testing we activated the developer-mode in wordpress and it told us:
Warning: strstr(): Empty delimiter in /var/customers/webs/lynto/dvpt/wp-content/plugins/events-manager/em-posts.php on line 253
Does this give you a hint?So, we will give you as many information as we could collect if that may help, because we really need to do something about this.
We are working at a testing environment to play around as we like to, so there we have all plugins deactivated in multisite config. only the EM is activated at this actual blog. Pages are normally created via backend-> new page. a new first level page goes to the 404 page, a new page in the second level, under the one in the first level is normally displayed.
Permalink-Structure ist set to month and name.
the wordpress network configuration says to have this .htaccess:RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [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 RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L]Maybe the Permalink-Options of the Plugin are interesting for you?
The one for events is set to /veranstaltungen/termine the ones for places, categories and tags are empty, but here we also tried to leave all of them blank, nothing changed.We would really like to find a solution to this problem, because the EM is a very heavily used plugin in this case and we´d like to stay with this wonderful plugin.
we deactivated all Plugins except EM and resaved permalinks but the problem remained, deactivated EM, the problem was gone, pages show up
They are actual pages, not a category or anything else from a plugin etc.
A subdomain-configuration is used, but the different sites are on completely different domains. such as: http://zukunftspreis-kommunikation.de as an other example
the multisite .htaccess is as the network management wants it.
default theme was tested, but did not have any effect
Hello Marcus,
Some of the pages contain events and list of events in their childs, but also just freshly created pages, that are not related to any event are broken.
The Website where this happenes is http://dvpt.de. At the moment there is a workaround in this page, as you can see if you look at the urls in the top-menu: http://www.dvpt.de/topnav/unternehmensberatung/
The part “/topnav/” was created to let the page “unternehmensberatung” show up.In the testing enviroment we also created a page /test/ that goes to 404 and a page /test/testtest/ that is shown correctly.
Forum: Plugins
In reply to: [qTranslate] Glossary language linking problemsGot the same Problem with german as default language and then switching to english.
german url: /Wörterverzeichnis/bug/
The url to the english page must be: /Wörterverzeichnis/bug/?lang=en
but it is generated as: /glossary/bug/?lang=en witch gives an error