ddjjmm
Forum Replies Created
-
Bug still exists! You shouldn’t use this plugin at the moment.
Forum: Networking WordPress
In reply to: Network Admin functions unreachableFinally solved!
It was the plugin “All in One Video Pack” from Kaltura which was the bad one…
Forum: Networking WordPress
In reply to: Network Admin functions unreachableThe apache log file says:
script ‘/var/www/update-core.php’ not found or unable to stat
script ‘/var/www/update-core.php’ not found or unable to stat
PHP Fatal error: Call to undefined function wp_get_current_user() in /var/www/wp-includes/capabilities.php on line 1182, referer: https://IP/dev/wp-admin/themes.php?activated=true
PHP Fatal error: Call to undefined function wp_get_current_user() in /var/www/wp-includes/capabilities.php on line 1182, referer: https://IP/dev/wp-admin/admin.php?page=nattywp_home&pageaction=activated
PHP Fatal error: Call to undefined function wp_get_current_user() in /var/www/wp-includes/capabilities.php on line 1182, referer: https://IP/dev/wp-admin/admin.php?page=nattywp_home&pageaction=activatedAdditional information:
1) cache flushed, not solved
3) switched to another theme cause twenty eleven isn’t available in the network at the moment (and i cant activate it)Forum: Networking WordPress
In reply to: Network Admin functions unreachableAs I wrote I’m afraid of deactivating all cause I don’t won’t to destroy the running pages.
If you say that this would be the only chance to get back to network administrator menu I would risk it, wouldn’t have any choice I think?
Forum: Networking WordPress
In reply to: Network Admin functions unreachableNo I just disabled the plugins over the plugin function in the blog.
When I rename all the plugins to disable them, rename again will reactivate them? Don’t want to destroy the pages in the end.
In the mu-plugins folder there is just the domain mapping .php
Forum: Networking WordPress
In reply to: Network Admin functions unreachableDisabling plugins and switching theme but no effect. The /network/ links are still unavailble since updating. Additionally the reminder “update all of your blogs now” is shown at the top.
Forum: Networking WordPress
In reply to: Network Admin functions unreachableany suggestions so far?
Forum: Networking WordPress
In reply to: 3.3 upgrade breaks network?Any solutions so far?
Forum: Plugins
In reply to: [User Access Manager] [Plugin: User Access Manager] Check Access with PHPI’m working on this fact too: I like to list all posts unlocked for a certain or more users.
e.g. list posts for accessable for user1:
- post1/li>
- post2/li>
- post3/li>
- post4/li>
e.g. list posts for accessable for user2:
- post5/li>
- post6/li>
- post7/li>
- post8/li>
The idea I had was to create a login session with the permissions of user 1 and list the articles. Setting up UAM correclty only accessable articles would be shown.
This works okay but if I want to list articles for a few users (like shown above) I think it won’t work with login sessions like: “create session 1, list articles, create session 2, list articles …”
Is there a basic function of UAM to list articles accessable for a certain user?
Finally I made a grad workaround and fixed the known issues.
As I can see the plugin is not public at the moment. How can I upload my update and reactivate it on the WP plugin directory?
on work!
Forum: Fixing WordPress
In reply to: new user registrationEmailed to you.
Could it be because of the fact that his email domain isn’t set up with SSL encryption?
Forum: Fixing WordPress
In reply to: new user registration@ipstenu: We tried to reset the password now the second time but never received an email again?! ??
Forum: Networking WordPress
In reply to: WordPress MultiSite Domain Change / Domain Mapping ProblemYeah and that’s the big problem! ??
Seem to me that the only way to get worpdress working on the “LIVE URL” is to setup a new multisite system and integrating the old one?
Think that will be very hard too?!
Backup and Importing the old stuff would lead into similar problems?
Forum: Networking WordPress
In reply to: WordPress MultiSite Domain Change / Domain Mapping ProblemIn the wp-config.php I have the following entries:
PHP Code:
define ('MULTI-SITE', true); define ('SUBDOMAIN_INSTALL', false); $ Base = '/ dev / wordpress /'; define ('DOMAIN_CURRENT_SITE', 'name.server4you.de'); define ('PATH_CURRENT_SITE', '/ dev / wordpress /'); define ('SITE_ID_CURRENT_SITE', 1); define ('BLOG_ID_CURRENT_SITE', 1);
, and my dev / wordpress / .htaccess looks like this:
PHP Code:RewriteEngine On RewriteBase / dev / blog / RewriteRule ^ index.php $ - [L] # 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]
Database entries, I’d have to modify in the following Dabell by hand:
DEVwp_postmeta
DEVwp_site
DEVwp_options
DEVwp_blogs
DEVwp_usermetaSince I’ve at least found a direct URL entries.