losgaz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: website is failing to display correctlyThanks. Site is
https://www.losmusicaltheatre.org.uk/bar_man/about/Please note if the shortform address is used, it is temporarily redirected so we don’t lose customers trying to book. Errors from firefox dev tools are below – you will see that the search path is “www.losmusicaltheatre.org.uk/bar_man/bar_man/..” but should be
“www.losmusicaltheatre.org.uk/bar_man/..”Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-includes/js/jquery/jquery.min.js?ver=3.7.1”. about:94:134
Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1”. about:95:145
Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-content/themes/twentytwenty/assets/js/index.js?ver=1.0.0”. about:96:183
Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-content/plugins/calculation-for-contact-form-7-pro/assets/js/front.js?ver=2.0.0”. about:495:185
Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18”. about:496:143
Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6”. about:497:141
Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.9.8”. about:501:149
Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.9.8”. about:505:156
Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0”. about:507:145
Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.9.8”. about:511:163
Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381”. about:512:151
Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-includes/js/dist/a11y.min.js?ver=d90eebea464f6c09bfd5”. about:520:141
Loading failed for the <script> with source “https://www.losmusicaltheatre.org.uk/bar_man/bar_man/wp-content/plugins/my-calendar/js/mcjs.min.js?ver=3.5.15”. about:524:141Forum: Plugins
In reply to: [WP-Members Membership Plugin] Update Settings Yields Page Not FoundHi Chad,
I also have this problem now. I have been using for a couple of years without problems. I recently realised I was getting no moderations emails. On checking WP-Members Options, all expect the Block Posts check boxes were unchecked – i.e. they had been changed. As in Mik’s case the update returns a not found.
It seems to have started in October 2013 (it is a small membership with not much change.
Your help would be much appreciated
site is https://www.lewesoperatic.co.uk/
Forum: Fixing WordPress
In reply to: Theme Previews blankManaged to fix this (don’t know why it stopped working)
Copied index.php tp the root and added wordpress directory name to therequire( dirname( __FILE__ )
statementForum: Fixing WordPress
In reply to: Homepage forbidden, others blankI seem to have sorted this now – redirect to bar_man… in htacess
Forum: Fixing WordPress
In reply to: Tinymce not showingThat seems to have fixed it – a reload of the wp-includes was the one.
Thanks a lot for your help.
Forum: Fixing WordPress
In reply to: Tinymce not showingSCRIPT_DEBUG fixed the problem – the only js warning (in firefox) was
Use of getPreventDefault() is deprecated. Use defaultPrevented instead. load-scripts:4
When debug is off, additional warnings are
ReferenceError: tinyMCE is not defined. (wp-includes/js/tinymce/langs/wp-langs-en.js?ver=358-25336:1)
and
ReferenceError: tinymce is not defined. (post.php?post=552&action=edit:1225)
Is there any downside to running debug as a temp fix?
Forum: Fixing WordPress
In reply to: Tinymce not showingI’ve done all of that; even completely deleted the plugins directory. Still no change. I have also been through all the wp options and removed all entries which referred to Exec-php.
Forum: Networking WordPress
In reply to: Network admin links wrongHave now done a vanilla reinstall and all is now ok. As I was installing the network I noticed the message about mod_rewrite which I had obviously missed previously. I activated that this time, so that may be why it wasn’t working properly before.
Just a thought – could perhaps a fix be made to throw an error if the module is not enabled?
Thanks for your time.
Forum: Networking WordPress
In reply to: Network admin links wrongI’ve tried that – exactly the same result.
Forum: Networking WordPress
In reply to: Network admin links wrongThat gets into the network admin page but the links to edit the site are incorrect. Also the Add New link is incorrect.
I can go direct to localhost/LOSTest/barman/wp-admin/network/site-new.php
but the post action url is also incorrect (no ‘barman’).Forum: Networking WordPress
In reply to: Network admin links wrongThat what was suggested on the Network setup – if I change that to anything else I get the:-
Error establishing a database connectionIn fact if I remove that line and the
define('DOMAIN_CURRENT_SITE', 'localhost');
nothing seems to change – the existing site worls and the network admin links are still wrong.Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] wrong file url generatedOK. I’ve sorted it. The defaulted path was the actual path, not the path from the blog location.
Forum: Fixing WordPress
In reply to: Widget Content enclosed in HTML commentoops! Have now raised this in the correct forum.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] [Plugin: WP-Members] No emailsOk that’s did the trick – perfect!
Great plugin. Thanks
Forum: Plugins
In reply to: WP-Members – Can the block/unblock be set in a template?Thanks for your response. At the moment there are 6 members pages (this number will increase) and dozens of public pages. It’s no big deal to add the custom field to the members only pages. Plugin seems to work well. Thanks.