tezza71
Forum Replies Created
-
Forum: Networking WordPress
In reply to: login cookie error (multisite)Let me know if you solve it since I have not been able to yet.
You may like to follow this issue in the bug tracker link I posted above. You can subscribe to it and leave a comment if it’s useful.
Cheers.
Forum: Networking WordPress
In reply to: login cookie error (multisite)New bug report created at
https://core.trac.wordpress.org/ticket/30067Forum: Networking WordPress
In reply to: login cookie error (multisite)I Installed the firefox extension “Cookies Manager+” and manually created a cookie for that domain “testcookie ” and set its value to “1”. Still no dice.
Forum: Networking WordPress
In reply to: login cookie error (multisite)I added a comment to the bug database and will open new bug report soon.
Forum: Networking WordPress
In reply to: login cookie error (multisite)I’ve disabled all the web browser extensions and followed the instructions here, but it has made no difference.
https://support.mozilla.org/en-US/kb/enable-and-disable-cookies-website-preferences
As suggested on another thread, I also temporarily commented out the “elseif ( isset( $_POST[‘testcookie’] )” clause in wp-login.php but it won’t log in (even though the error message went away).
I’m using the 2014 theme with WP4.0.
Forum: Networking WordPress
In reply to: login cookie error (multisite)disabling all the plugins has not helped.
So I think it is fairly safe to assume that when adding new editors to the site, they will run into the same issue?
That’s just awesome
Forum: Fixing WordPress
In reply to: Permissions – Can WordPress act kind of like Sharepoint?I haven’t tried it yet, but I found this plugin today. It should do the job nicely if you’re still looking for options.
“Think of it as an open-source and more intuitive version of the popular Microsoft collaboration suite, Sharepoint.”
Okay just to be clear, I read the instructions and I read the readme file which states (in the FAQ)
== Frequently Asked Questions ==
= The registration link doesn’t show! What’s wrong? =
Before you start troubleshooting, make sure your blog has registrations enabled via the admin area (Settings > General) and that your widget has the registration link box checked.I have enabled the checkbox in the wizard. I have enabled user registration, and the registration link DOES NOT show up.
I am using WP 3.5.2 with the twentytwelve theme.
I have made sure there are no other login plugins active. I had ‘login configurator’ but I deactivated it first. I am running multisite.
Forum: Plugins
In reply to: [Broadcast] Plugin could not be activated because it triggered a fatal error.I don’t see why the plugin can’t detect which PHP version it’s running and actually handle the exceptional condition with a civilized error saying that the current version of the plugin is not supported with that version of PHP. Instead is just cripples the user’s WP installation and leaves them to play detective.
Just saying.
Forum: Plugins
In reply to: [Broadcast] Plugin could not be activated because it triggered a fatal error.The latest plugin update is still breaking people’s wordpress admin consoles.
Forum: Hacks
In reply to: Using custom mysql table inside wordpress pagePlease let me know if the above approach will have missing parts that will cause me problems…
Forum: Hacks
In reply to: Using custom mysql table inside wordpress pageSo far, so good. I just tried it, and it was just missing WP_DEBG so I defined it
[65 lines of code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Hacks
In reply to: Using custom mysql table inside wordpress pageCan you include just the wpdb file from a separate standalone PHP application? or does it assume other vars exist?