by axew3 » Tue Oct 18, 2016 1:33 pm
hello, not of course, i not look to other plugins and what they do, i can only resolve a report in case.
So, like this, i've just test the thing on fly.
I've reactivate nextgen, on latest wp 4.6, and wp_w3all active, with path to phpBB root. I've see, many query errors, and are given by nextgen:
Code: Select all
WordPress database error: [Table 'clean_wordpress.phpbb_posts' doesn't exist]
SHOW COLUMNS FROM `phpbb_posts`
WordPress database error: [Table 'clean_wordpress.phpbb_ngg_gallery' doesn't exist]
SHOW COLUMNS FROM `phpbb_ngg_gallery`
WordPress database error: [Table 'clean_wordpress.phpbb_ngg_gallery' doesn't exist]
ALTER TABLE `phpbb_ngg_gallery` ADD COLUMN `gid` BIGINT ....
I do not know the plugin features, nor how is coded, as his queries seem to search for posts into a fantomatic phpBB ngg gallery table
that this is very nice. Have next gen something to do with phpBB? I assume no (let me know if the contrary).
So to resolve i've setup path to custom config.php folder and file, and all work well now on next gen gallery as expected.
About login instead: as nextgen i assume do not modify nothing about login into WP, can't be related. Have you try to clean cookies?
hello, not of course, i not look to other plugins and what they do, i can only resolve a report in case.
So, like this, i've just test the thing on fly.
I've reactivate nextgen, on latest wp 4.6, and wp_w3all active, with path to phpBB root. I've see, many query errors, and are given by nextgen:
[code]WordPress database error: [Table 'clean_wordpress.phpbb_posts' doesn't exist]
SHOW COLUMNS FROM `phpbb_posts`
WordPress database error: [Table 'clean_wordpress.phpbb_ngg_gallery' doesn't exist]
SHOW COLUMNS FROM `phpbb_ngg_gallery`
WordPress database error: [Table 'clean_wordpress.phpbb_ngg_gallery' doesn't exist]
ALTER TABLE `phpbb_ngg_gallery` ADD COLUMN `gid` BIGINT ....[/code]
I do not know the plugin features, nor how is coded, as his queries seem to search for posts into a fantomatic phpBB ngg gallery table :) that this is very nice. Have next gen something to do with phpBB? I assume no (let me know if the contrary).
So to resolve i've setup path to custom config.php folder and file, and all work well now on next gen gallery as expected.
About login instead: as nextgen i assume do not modify nothing about login into WP, can't be related. Have you try to clean cookies?