erikggonc
Forum Replies Created
-
Thank you very much for your support, Brad!
I’m glad that the access to my site helped you improve your product.
Like I said, it’s very difficult to find a developer so dedicated and helpful like you were.
Greetings from Brazil!Just sent you a message with temp wordpress and ftp login.
Thank you.Both messages are from the same site. The first one was from the error_log file. And the second was from e-mail digest, generated by wordpress itself, about the same error.
If you want a temporary access, just let me know how can I send you the credentials in private.
Thanks!
Sorry for taking too long to respond. Busy day here.
FooGallery version : 1.9.53
WordPress version : 5.6.1
Activated Theme : Dreamspa Child
WordPress URL : https://mysite.com
PHP version : 7.4.15
PHP GD : Loaded (V2)
PHP Imagick : Loaded
PHP Open SSL : Loaded
PHP HTTP Wrapper : Found
PHP HTTPS Wrapper : Found
HTTPS Mismatch : None
PHP Config[allow_url_fopen] : 1
PHP Config[allow_url_include] : 1
WP Image Editor : WP_Thumb_Image_Editor_Imagick
Thumbnail Generation Test : https://mysite.com/wp-content/uploads/layerslider/Dream-Spa-Slider/slider1-image.png
Extensions Endpoint : https://raw.githubusercontent.com/fooplugins/foogallery-extensions/master/extensions.json?v=V4DjCXMByOhH
Extensions Errors : Nope, all good
Extensions :
Extensions Active : Array
(
[0] => default_templates
[1] => foobox-image-lightbox
[2] => foobox
)Gallery Templates : Array
(
[0] => default
[1] => image-viewer
[2] => justified
[3] => masonry
[4] => simple_portfolio
[5] => thumbnail
[6] => polaroid_promo
[7] => grid_promo
[8] => slider_promo
)Lightboxes : Array
(
[foogallery] => FooGallery PRO Lightbox (Not installed!)
[foobox] => FooBox
)Settings : Array
(
[gallery_template] => default
[gallery_sorting] =>
[default_gallery_settings] => 0
[caption_title_source] => caption
[caption_desc_source] => desc
[thumb_jpeg_quality] => 90
[default_crop_position] => center,center
[thumb_resize_upscale_small_color] => rgb(0,0,0)
[language_imageviewer_prev_text] => Prev
[language_imageviewer_next_text] => Next
[language_imageviewer_of_text] => of
[language_images_count_none_text] => No images
[language_images_count_single_text] => 1 image
[language_images_count_plural_text] => %s images
[enable_custom_ready] => on
[custom_js] =>
[custom_css] =>
[default_retina_support] => Array
(
[2x] => false
[3x] => false
[4x] => false
))
Active Plugins : Array
(
[0] => worker/init.php
[1] => foogallery/foogallery.php
[2] => LayerSlider/layerslider.php
[3] => Ultimate_VC_Addons/Ultimate_VC_Addons.php
[4] => better-wp-security/better-wp-security.php
[5] => colorlib-login-customizer/colorlib-login-customizer.php
[6] => contact-form-7/wp-contact-form-7.php
[7] => custom-facebook-feed/custom-facebook-feed.php
[8] => designthemes-core-features/designthemes-core-features.php
[9] => dt-reservation-plugin/dt-reservation-plugin.php
[10] => duplicate-post/duplicate-post.php
[11] => easy-wp-smtp/easy-wp-smtp.php
[12] => envato-market/envato-market.php
[13] => events-manager/events-manager.php
[14] => flamingo/flamingo.php
[15] => foobox-image-lightbox/foobox-free.php
[16] => instagram-feed/instagram-feed.php
[17] => iq-block-country/iq-block-country.php
[18] => js_composer/js_composer.php
[19] => kirki/kirki.php
[20] => loco-translate/loco.php
[21] => mailchimp-for-wp/mailchimp-for-wp.php
[22] => menu-duplicator/menu-duplicator.php
[23] => profile-builder/index.php
[24] => revslider/revslider.php
[25] => s2member/s2member.php
[26] => simple-history/index.php
[27] => unyson/unyson.php
[28] => woo-combo-offers/woo-combo-offers.php
[29] => woocommerce-correios/woocommerce-correios.php
[30] => woocommerce-extra-checkout-fields-for-brazil/woocommerce-extra-checkout-fields-for-brazil.php
[31] => woocommerce-pagseguro/woocommerce-pagseguro.php
[32] => woocommerce/woocommerce.php
[33] => wp-html-mail/wp-html-mail.php
)I disabled the plugin, deleted it, asked to install from the “add new plugin” menu and even then the error occurs.
I had to overwrite the last functional version to get my site back online.I just received an automatic message from wordpress with the following error detail:
An error of type E_COMPILE_ERROR was caused at line 39 of the file /home2/mysite/public_html/wp-content/plugins/foogallery/freemius/includes/fs-essential-functions.php. Error message: require_once(): Failed opening required '/home2/mysite/public_html/wp-content/plugins/foogallery/freemius/includes/supplements/fs-essential-functions-2.2.1.php' (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear')
I hope this can help to fix the problem.
Thanks again.
Yes, Georgian.
Tried to disable iThemes security and S2 Member too and the same behavior persisted.
I don’t know if one of these plugins are interfering…
But searching a little more, I found the solution to what I want and need: that is to take the user back to the plugin front-end page.Just added the complementary code:
/* redirect invalid login script */ function invalid_login_fail( $username ) { $referrer = $_SERVER['HTTP_REFERER']; if ( !empty($referrer) && !strstr($referrer,'wp-login') && !strstr($referrer,'wp-admin') ) { wp_redirect( $referrer . '?login=failed' ); exit; } } add_action( 'wp_login_failed', 'invalid_login_fail' ); /* redirect blank login script */ function blank_username_password( $user, $username, $password ) { //global $page_id; $login_page = 'LOGIN_PAGE_URL'; if( $username == "" || $password == "" ) { wp_redirect( $login_page ); exit; } } add_filter( 'authenticate', 'blank_username_password', 1, 3);
Thank you very much for you your attention and great support!
Hello Georgian @raster02, how are you?
After a few months using the plugin without any problems, a doubt came up, and it became a necessity.
When a user sends incorrect or blank login information, is it possible to redirect him back to the login page of the plugin instead of the wp-login.php page?
Is it possible to supplement the above script?
Thank you very much!
Thank you so much, Georgian!!! My best wishes for you!
Forum: Plugins
In reply to: [New User Approve] How To Change Background? Please!Forum: Plugins
In reply to: [New User Approve] How To Change Background? Please!Thank you for your response, but in the end I left the warning box in white.
Since my page is dark gray, the white warning is better because it allows users (some are newbies) to see that they need to be approved by me.
The addon is very handy as it allows me to custom all messages send instructions in the approval email.
Thanks again.
PS: I translated it 100% to pt_BR. It was incomplete and had some incorrect expressions, but now it’s fine. If you wish I can send it to you.
Forum: Plugins
In reply to: [New User Approve] How To Change Background? Please!Just bought the $24 addon thinking that it could be possible to change the color and… nothing.
??
Hi, I tried to install it too and got same error.
I’m using, besides the design plugins, iThemes PRO, ManageWP Orion with Arcane theme from skywarriorthemes.com.
Could some of those plugins affecting your installation?
Thanks.