renWeb
Forum Replies Created
-
Forum: Plugins
In reply to: [Compact WP Audio Player] Internal linksYeh! That fixes the ‘internal link’ problem for me. Many thanks ??
Forum: Plugins
In reply to: [Compact WP Audio Player] Error!Hi. I had the same problem and it turned out to be the same issue as the previous one. Now that a wrapper has been added for use in block themes, the full url is required for the fileurl paramater.
Instead of
“/wp-content/uploads/2020/05/filename.mp3”
it now requires
“https://domain-name.com/wp-content/uploads/2020/05/filename.mp3“Fortunately, I don’t have 100’s of shortcodes to update ??
- This reply was modified 1 year, 1 month ago by renWeb.
Forum: Everything else WordPress
In reply to: Multiple text sizes or colors in one block?Thanks. This helped me too ??
I’m getting the following warning from the WooCommerce plugin when attempting to update from 5.1.0 to 5.3.0 ?
“The following active plugin(s) have not declared compatibility with WooCommerce 5.0 yet and should be updated and examined further before you proceed:
Plugin Tested up to WooCommerce version
WooCommerce PayPal Checkout Gateway 4.7”Forum: Plugins
In reply to: [WooCommerce] Cant install latest wc version in local hostAha! This may be a solution?
I’ll have to upgrade my server to Win 10 first to test – will report back here if successful ??
https://www.howtogeek.com/266621/how-to-make-windows-10-accept-file-paths-over-260-characters/
Forum: Plugins
In reply to: [WooCommerce] Cant install latest wc version in local hostI think I’m getting the same problem here when trying to update on an installation of LOCAL on Windows.
Results in: “Update Failed: Could not create directory. woocommerce/packages/woocommerce-admin/dist/analytics-report-categories~analytics-report-coupons~analytics-report-customers~analytics-report-dow~99eefb40”
I believe this is because of the rediculously long directory name which goes over the limit for filepath names for Windows? I often ancounter this prob when trying to unzip plugins etc if not down down near the root of the Windows file structure. Most devs are only familiar with using Mac, presumeably?
Are you able to unpack the plugin near the root of your drive and move the files to the plugins folder manually?
Ren
Any update on this?
I’ve been using iTS for a long time and getting file change warnings as the ‘Administrator’ of the site (very useful). However, this morning I learnt that another user has also been getting a copy for the last couple of days, though the account has the role of ‘Editor’.Forum: Plugins
In reply to: [Google Maps Plugin by Intergeo] Fatal error messageAh yes, that’s a better solution – the default for a non-existent get_option() being FALSE. Thanks.
Forum: Plugins
In reply to: [Google Maps Plugin by Intergeo] Fatal error messageYes, upgrading PHP 5.3.10 to 5.6.25 seemed to fix this.
Forum: Plugins
In reply to: [Google Maps Plugin by Intergeo] Settings Page Disappeared after 1.1.0 UpdateYes, I think it’s the same issue as here? (Are you using pre-5.5 version of PHP?)
https://www.ads-software.com/support/topic/fatal-error-message-165/#post-8182060
Forum: Plugins
In reply to: [Google Maps Plugin by Intergeo] Fatal error messageI just got the same when trying to access the Intergeo Maps page on my live setup (was OK on the dev one).
The error refers to the use of empty() at …/plugins/intergeo-maps/templates/library/list.php on line 3. Apparently, pre to PHP ver 5.5.0 the function can only use a variable, rather than an expression, as it does here. – see php.net/empty
Check your version of PHP – in my case I was using 5.3.10 but the minimum recommended for WP is now 5.6 – see www.ads-software.com/about/requirements/
@hardeep
I temporarily got round the problem by re-writing the first few lines of code but thanks for the ‘heads-up’ to update my server before it caused problems elsewhere ??<div class="wrap"> <?php $map_api_key = get_option( "intergeo_map_api_key" ); // die( '$map_api_key = ' . $map_api_key ); // if (empty(get_option("intergeo_map_api_key"))) { if ( empty( $map_api_key )) { ?>
- This reply was modified 8 years, 6 months ago by renWeb.
Forum: Plugins
In reply to: [Exploit Scanner] work with WP 3.5.2?Forum: Plugins
In reply to: [Exploit Scanner] work with WP 3.5.2?Same here. I also get:
“hashes-3.5.2.php missing
The file containing hashes of all WordPress core files appears to be missing; modified core files will no longer be detected and a lot more suspicious strings will be detected”– and indeed, there is no such file yet in the latest version. Alarming at first, but I guess this is the reason…?
Forum: Fixing WordPress
In reply to: Lost/Reset Password email text truncated: how to fix?Hi. I’m getting almost the same after upgrading to WP 3.4.1.
–
Someone requested that the password be reset for the following account: https://www.example.com/ Username: [email protected] If this was a mistake, just ignore this email and nothing will happen. To reset your password, visit the following address: <email text ends here>
–Did you ever resolve this issue? This is rather urgent too, but I see this was nearly a year ago… It also follows moving a db backup from one (test) domain to another.
Thanks.
Cheers