mmoovs
Forum Replies Created
-
I have the same problem with two sites. Sometimes it resolves just by logging in to admin but sometimes not and it’s resolved by saving permalinks. It’s an annoying hassle to do this daily or every other day.
The other page is very simple and there’s only Kandence theme & Kadence blocks plugins. The other is using Avada theme and few other WooCommerce plugins. So the setup is different on both.
At first I thought it has something to do with the setup but because it’s happening in multiple sites and not just on my sites, the common factor is WooCommerce and there’s also other bug reports of it (support message) it must be something related to it. I have also other sites with Kadence and Avada + WooCommerce and there’s no problem…
Real head scratcher. And it’s hard to debug because you can’t login to admin.
Forum: Plugins
In reply to: [WP-PostRatings] no Rating LogsI also noticed logs dont’s show anything. I’ve enabled rating for logged in users and guests and logging is enabled by cookie.
I have done 2 test ratings but the rating log shows “Displaying 0 to 0 of 0 rating log entries.”. Rating stats however shows the correct data:
Total Users Voted: 2
Total Score: 5
Total Average: 2,50Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Using the translations, how?@mmeida I also tried them there, no help. Do I need a subfolder there or just put the files there? The files are now in the plugins folder:
/wp-content/languages/plugins/google-calendar-events-fi.po
/wp-content/languages/plugins/google-calendar-events-fi.moForum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Using the translations, how?That’s right @mmeida. @nickyoung87 you say those are the current translations but how do we use something else than those? Like I said I tried to put the files everywhere but nothing happens.
I can even create the finnish translation and make it available to everyone but just need to know how. Even though the finnish translation can be found from the wp translation repo (not 100% translated).. How does one push it to production?
Forum: Plugins
In reply to: [Contact Form 7] Error submitting form, with reCAPTCHA onlyI had the exact same issue and was banging my head to the keyboard for a while. With captcha added to the form it didn’t submit it and when I removed the captcha it worked just fine.
In the settings I had the same email address in the recipient and sender fields and with captcha I got this response to console:
{“mailSent”:false,”into”:”#wpcf7-f12-p10-o1″,”captcha”:null,”message”:”Failed to send your message. Please try later.”,”spam”:true
}I guess it couldn’t, for some mystical reason, validate the captcha when those fields had the same value. I changed the sender to “[your-name] <[email protected]>” (this address doesn’t even exist) and now it works.
Hope this helps you too. If not, have you checked this:
https://contactform7.com/configuration-errors/#mail.sender:error_email_not_in_site_domain- This reply was modified 8 years ago by mmoovs. Reason: Added link
Forum: Plugins
In reply to: [Dropbox Folder Share] there is no filename, same story as on hynotechI got this fixed by changing these lines (at around 281-289 in file dropbox-folder-share.php)
foreach ($archivos->find('div[class=filename] span') as $datos) { $id_nombre = $datos->id; $data_all_files['id'][] = $datos->id; } foreach ($archivos->find('span[id=' . $id_nombre . ']') as $datos) { $data_all_files['nombre'][] = eregi_replace('\"', '', $datos->innertext); //$id_archivo = eregi_replace('\"','',$this->formatFileNames($id_archivo)); //echo $datos->innertext."<br >"; }
to these
foreach ($archivos->find('div[class=filename-col] a[class=file-link] div') as $datos) { $id_nombre = $datos->id; $data_all_files['id'][] = $datos->id; } foreach ($archivos->find('div[class=filename] a') as $datos) { $data_all_files['nombre'][] = eregi_replace('\"', '', $datos->innertext); //$id_archivo = eregi_replace('\"','',$this->formatFileNames($id_archivo)); //echo $datos->innertext."<br >"; }
There’s no more span in filename div and the only ID I could find was around comments-bubble and it didn’t contain the name anymore. I’m not sure if this is the best fix but atleast the name is visible now. I think you wouldn’t even need to get the ID anymore but I left it there anyway. Plugin developer can make the decisions ??
For Hyno:
I also noticed there is a foreach to format the name using the formatFileNames function but this formatted name is not used anywhere. Is it some old feature which was just left there?Forum: Plugins
In reply to: [Blighty Explorer] Dropbox not authorizedIt’s a basic Dropbox account so I guess it’s personal. Two-step verification is disabled.
I have also these plugins:
– Contact form 7
– Display posts shortcode
– EWWW Image optimizer
– Facebook page plugin
– Facebook widget
– Imsanity
– Remove dashboard access
– Sidebar loginAnd those member plugins I mentioned yesterday are Members and User role editor.
Forum: Plugins
In reply to: [Blighty Explorer] Dropbox not authorizedThat does happen:
When I click the Authenticate link, I get redirected to the dropbox page where I click allow and I get redirected back to my WP admin. It shows me the “Succesfull” notice, but nothing else on the content area and then theres the Fatal error on the sidebar.I don’t have any other dropbox plugins installed but I do have tons of other plugins and a premium theme. Theme I use is Photography bought from ThemeForest (https://themeforest.net/item/photography-responsive-photography-theme/13304399). This theme has atleast 5 five different custom taxonomies, if that matters? I think those were: Galleries, Portfolios, Clients, Pricing and Team.
I don’t remember all the plugins I have since I’m at home now and can’t remember password for that site but there’s atleast:
– BBpress
– Revolution Slider
– 2 plugins to manage members and capabilities
– Justified Image GridI think next thing to do is to deactive plugins one by one etc etc but I wouldn’t like to do that because I’ve been building the site quite long and it’s ready and working for all the other parts ??
Forum: Plugins
In reply to: [Blighty Explorer] Dropbox not authorizedI have tried that multiple times, nothing changes.
It doesn’t create the Apps/Blighty Explorer folder and in the dropbox profile settings it says “you haven’t linked any apps” on the Apps linked section.
Should I have the Apps folder already somewhere in Dropbox? I can’t see that either. Do I need to make my own Dropbox app with the api?
I’m on Win7 and tried the authentication with Firefox and Chrome, wordpress version is 4.3.1. If this information helps..
Forum: Plugins
In reply to: [Blighty Explorer] Dropbox not authorizedI got this same error just now. Plugin says Dropbox connection succesful but the right sidebar shows fatal error.
Plugin is downloaded and installed today. And I’m not on localhost.
The complete error is:
Fatal error: Uncaught exception ‘DropboxException’ with message ‘Invalid OAuth1 token.’ in /home/xxx/public_html/wp-content/plugins/blighty-explorer/Dropbox/DropboxClient.php:607 Stack trace: #0 /home/xxx/public_html/wp-content/plugins/blighty-explorer/Dropbox/DropboxClient.php(627): DropboxClient::checkForError(Object(stdClass)) #1 /home/xxx/public_html/wp-content/plugins/blighty-explorer/Dropbox/DropboxClient.php(163): DropboxClient->apiCall(‘account/info’, ‘GET’) #2 /home/xxx/public_html/wp-content/plugins/blighty-explorer/admin-settings.php(124): DropboxClient->GetAccountInfo() #3 [internal function]: bex_admin_settings(”) #4 /home/xxx/public_html/wp-includes/plugin.php(503): call_user_func_array(‘bex_admin_setti…’, Array) #5 /home/xxx/public_html/wp-admin/admin.php(236): do_action(‘settings_page_b…’) #6 /home/xxx/public_html/wp-admin/options-general.php(10): require_once(‘/home/xxx/pub…’) #7 {main} thrown in /home/xxx/public_html/wp-content/plugins/blighty-explorer/Dropbox/DropboxClient.php on line 607