gastronimo
Forum Replies Created
-
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Create Group Type] Does it work with multiblog@vapvarun-
I can now confirm, that using v 1.0.6, the Group Type Search field/button works as intended with Group Hierarchy, to show subgroups of the selected Type. Great
I went to update to v 1.10 within the Net Admin plugin window to see if the newest version also fixes the problem of never saving of plugin settings (Update buttons), in the Group Type admin window…
but WordFence gave me:
Update Failed: <!DOCTYPE html> 403 Forbidden 403 Forbidden A potentially unsafe operation has been detected in your request to this site. Generated by Wordfence at Wed, 18 Apr 2018 17:32:28 GMT.Your computer’s time: document.write(new Date().toUTCString());.Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Create Group Type] Does it work with multiblogHEY @vapvarun!
This topic should definitely NOT be marked as resolved yet! I have continued to report that the problem with the (not) saving of plugin settings (Update buttons), with multisite when BuddyPress is enabled on the subsite, still remains even after the last update to v1.0.6!
I have not heard any response to this in 3 weeks!
Thanks for keeping on this.
Good news and bad news:
While I was waiting for your reply and solution, I figured out how to make it work by simply network deactivating and uninstalling Smushit [bad news], and now I get no more errors. It was like magic [good news]!
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Create Group Type] Does it work with multiblogLet me add that this plugin, even with its own issues, was already working perfectly with the Hierarchical Groups plugin- right up until the last update! Maybe you can easily find what was modified to produce the conflict? It’s really important!!!
Thanks @umeshsingla,
Running SQL Query on CREATE TABLE in phpMyAdmin gets me this in the console window:
—————————————-
SQL query:CREATE TABLE mydb_smush_dir_images ( id mediumint(9) NOT NULL AUTO_INCREMENT, path text NOT NULL, resize varchar(55), lossy varchar(55), error varchar(55) DEFAULT NULL, image_size int(10) unsigned, orig_size int(10) unsigned, file_time int(10) unsigned, last_scan timestamp DEFAULT ‘0000-00-00 00:00:00’, meta text, UNIQUE KEY id (id), UNIQUE KEY path (path(191)), KEY image_size (image_size) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
MySQL said: Documentation
#1005 – Can’t create table ‘mysite.mydb_smush_dir_images’ (errno: -1) (Details…)
—————————————————————-Unfortunately, there is no option to expand the ‘(Details…)’ message!!!
However… REquerying the same result from within the console gets me a QUERY FAILED and an ERROR popup with this message:
—————————————-
Static analysis:2 errors were found during analysis.
Variable name was expected. (near ” ” at position 10)
Unrecognized statement type. (near “SQL” at position 0)SQL query:
SQL query: CREATE TABLE mydb_smush_dir_images ( id mediumint(9) NOT NULL AUTO_INCREMENT, path text NOT NULL, resize varchar(55), lossy varchar(55), error varchar(55) DEFAULT NULL, image_size int(10) unsigned, orig_size int(10) unsigned, file_time int(10) unsigned, last_scan timestamp DEFAULT ‘0000-00-00 00:00:00’, meta text, UNIQUE KEY id (id), UNIQUE KEY path (path(191)), KEY image_size (image_size) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci MySQL said: Documentation #1005 – Can’t create table ‘mysite.mydb_smush_dir_images’ (errno: -1) (Details…)
MySQL said: Documentation
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘SQL query:CREATE TABLE mydb_smush_dir_images ( id mediumint(9) NOT NULL A’ at line 1
Switch to visual builder
Column:
Alias:
————————————–Thanks for asking, had to learn how to first! So I used the plugin Query Monitor and came up with..pretty much the same as above, plus error codes
1146 -Table ‘mysite_mydb_smush_dir_images’ doesn’t exist
& 1005 – Can’t create table ‘,ysite_mydb_smush_dir_images’ (errno: -1).It also showed the specific queries being run by Smushit as:
17 SELECT meta_value
FROM mmdb_sitemeta
WHERE meta_key = ‘wp-smush-networkwide’
AND site_id = 1get_network_option()
wp-includes/option.php:1162Plugin: wp-smushit 1 0.0004
18 SELECT meta_value
FROM mydb_sitemeta
WHERE meta_key = ‘wp-smush-last_settings’
AND site_id = 1get_network_option()
wp-includes/option.php:1162Plugin: wp-smushit 1 0.0003
19 SELECT meta_value
FROM mydb_sitemeta
WHERE meta_key = ‘wdev-frash’
AND site_id = 1get_network_option()
wp-includes/option.php:1162Plugin: wp-smushit
Any of this help you at all?
@umeshsingla,
I had previously done a bulk smash on some sites, and manual on others.I finally attempted to Network Deactivate Smushit before deleting it, but it still remained active all the sites individually! I tried again to Network reactivate/deactivate, then finally just deleted it from cPanel. Next, I reinstalled the plugin and Network Activated it, but checking the debug.log, I now see the error repeated but just on the main site of the network:
WordPress database error Table 'mysite.mydb_smush_dir_images' doesn't exist for query SELECT count(id) FROM mydb_smush_dir_images made by require_once('wp-admin/network/admin.php'), require_once('wp-admin/admin.php'), do_action('settings_page_wp-smush'), WP_Hook->do_action, WP_Hook->apply_filters, WpSmushBulkUi->ui, WpSmushBulkUi->smush_page_header, WpSmushitAdmin->setup_global_stats, WpSmushDir->total_stats [25-Feb-2018 01:12:41 UTC] WordPress database error Table 'mysite.mydb_smush_dir_images' doesn't exist for query SELECT path, image_size, orig_size FROM mydb_smush_dir_images WHERE image_size IS NOT NULL ORDER BY <code>id</code> LIMIT 0, 1000 made by require_once('wp-admin/network/admin.php'), require_once('wp-admin/admin.php'), do_action('settings_page_wp-smush'), WP_Hook->do_action, WP_Hook->apply_filters, WpSmushBulkUi->ui, WpSmushBulkUi->smush_page_header, WpSmushitAdmin->setup_global_stats, WpSmushDir->total_stats [25-Feb-2018 01:12:55 UTC] WordPress database error Can't create table 'mysite.mydb_smush_dir_images' (errno: -1) for query CREATE TABLE mydb_smush_dir_images ( id mediumint(9) NOT NULL AUTO_INCREMENT, path text NOT NULL, resize varchar(55), lossy varchar(55), error varchar(55) DEFAULT NULL, image_size int(10) unsigned, orig_size int(10) unsigned, file_time int(10) unsigned, last_scan timestamp DEFAULT '0000-00-00 00:00:00', meta text, UNIQUE KEY id (id), UNIQUE KEY path (path(191)), KEY image_size (image_size) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci made by do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, WpSmush->admin_init, WpSmushDir->create_table, dbDelta
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Create Group Type] Does it work with multiblogOK, but, the issue with the (not) saving of plugin settings (Update buttons), with multisite when BuddyPress is enabled on the subsite, still remains in v1.0.6!
Rapid response = great support- unfortunately, ‘Network Deactivating’, then Reactivating, and even making a few changes to Smush configurations in one or two of the affected sites did NOT seem to work, as the debug log shows the exact same errors.
Did I miss something? What else could I try?
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Create Group Type] Does it work with multiblogI appreciate for the quick support!
I can confirm that with v1.0.6 installed, the Group Type Search field/button works as intended, BUT- with the drawback that it does NOT show if the groups of the selected Type have any SUBgroups, even with ‘Hierarchy View’ checked. Possible plugin conflict with Hierarchical Groups for BP ???
Also, the issue with the saving of plugin setting, with multisite when BuddyPress is enabled on the subsite, still remains in v1.0.6!
I again tried page reload, clear browser cahce, and even tried adding new Group Type, but the Update buttons all still continuously load.
Newest Debug Log shows no related errors to either issue. Only thing I found in the browser console was: JQMIGRATE: Migrate is installed, version 1.4.1
Let me know when v1.0.7 is ready!!
Thanks…
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Create Group Type] Does it work with multiblogGreat! Thanks for the fast reply…
I’m trying it now on a dev multisite with BP network activated (root blog on a subdomain), multiblog enabled, and really like the UI…however, my selected Group Type Search (from All Groups) won’t produce the any results, the Group Directory page just reloads and the selector resets to All Types.
I really need to find how to translate the selector box!! ]
Also, in the Group Types tab of the BuddyPress settings, I find that the Update Group type button below each Type Box keeps loading endlessly and won’t accept any input changes when pressed. I hit the Cancel button, but the Update buttons still load. I tired reloading the page but got the same result.
Any ideas???
I’d love to give it a 5-star rating when I get this figured out and launch.
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Create Group Type] Does it work with multiblog1yr ago you indicated in a thread that BuddyPress Create Group Type Plugin already had multisite support…
Wbcom Designs(@wbcomdesigns)
9 months ago
Hi @wingcoffee,
The current plugin version supports wordpress multisite.
Thanks!Now, you say it does NOT, but will soon.
So which is it for real?I would also like to see support for multisite AND BP multiblog.
Thank you!
- This reply was modified 7 years, 1 month ago by gastronimo.
Forum: Fixing WordPress
In reply to: Reinstalled WP, Lost Some TablesThat is fantastic, than you a billion!
Forum: Fixing WordPress
In reply to: Reinstalled WP, Lost Some TablesPlease forgive my ignorance… I have looked for hours through various forums without finding the answer to how exactly do you replace selected tables from a DB backup?In my case the hosting DB server went down for 5 min and various tables are now missing/deleted, but I dont want to restore the entire DB from a backup!
Thanks for the tips.
Forum: Plugins
In reply to: [Pet Manager] Feature Requests: Social sharing & Video uploadsOK, I’m guessing users access as contributors or authors would grant them access to add videos to pet posts. Will try it out.