ipstas
Forum Replies Created
-
Same story with me .
/wp-admin/options.php?page=1Forum: Plugins
In reply to: [Query Monitor] fatal errorI have a confirmation now why it happened for me.
Same story – I have copied the site over, renamed the folder, changed the database, got the Cannot redeclare class QM_Backtrace .
So I checked the symlink for db.php, it was pointing to the old install. Deleted it and recreated it with
wp-content# ln -s plugins/query-monitor/wp-content/db.php .It worked like a charm.
My advice: do not create symlink with the full path, just create it starting with wp-content or plugins.And thanks for the perfect plugin!
Forum: Plugins
In reply to: [Query Monitor] fatal errorJohn,
Same story. I had to restore site from different copy, QM can not be activated because of the same error Cannot redeclare class QM_Backtrace
Tried to delete it and install again, did not help
Then figured out – I was backing up to windows box, symlink was lost and for some reason was not recreated while installing. So, I have just created symlink manually
wp-content# ln -s plugins/query-monitor/wp-content/db.php .
Now it worksForum: Plugins
In reply to: [SlimStat Analytics] wordpress.cloudapp.net failuresLooks like they have an outage again. And we have extra milliseconds due to that error
Forum: Themes and Templates
In reply to: [Customizr] Theme has a problem with Arconix Portfolio pluginIt looks like a lot of portfolio plugins has the same issue. My guess would be because portfolio usually uses the same post structure and you have changed it
Forum: Plugins
In reply to: [Social Login] Set user role for new users.same here. I can set new users going usual way at any role I want automatically. Somehow Social Login gives only Unverified role.
Is it possible to change?