ChemaZ
Forum Replies Created
-
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Failed to load SourceMap@intechra: Read again please.
My code has *nothing* to do with the SourceMap warning. Which in turn is completely harmless. It just means Dev Tools can’t find the original source of a script, even though the script has a source map declaration.
To remove it, you either eliminate the sourceMappingURL=foo.js.map statement from said script (or whatever creates it, rather), or disable source maps in your Dev Tools.
Or the easiest way: just ignore it. (Elegant should take care of it any time now ??Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Failed to load SourceMapUpdate: as a workaround, I got it to work by adding
<script type="text/javascript"> window.et_gb = (window.top && window.top.Cypress && window.parent === window.top && window) || (window.top && window.top.Cypress && window.parent !== window.top && window.parent) || window.top || window; </script>
to my pages (in Divi > Theme Options > Integration > Add code to the head, for example).
This should be added by includes/builder/functions.php:et_fb_enqueue_bundle(), but it’s not happening for some reason (some particular Divi setting on this particular server, perhaps).Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Failed to load SourceMap“failed to load SourceMap” is a warning, and it’s non-fatal: it should not cause problems. It just means it can’t find an un-minified version of the script, so you won’t see the original code in the debugger.
The Divi Builder fails to load in one of my sites too, and I’m hunting down the error. It worked just fine a couple of days ago, not sure what changed, but now I get this error:
bundle.js?ver=4.3.1:formatted:29366 Uncaught TypeError: Cannot read property 'wp' of undefined
which refers to:
function(e, t) { e.exports = window.et_gb.wp.hooks }
Do you guys see this error too?
Forum: Plugins
In reply to: [Transposh WordPress Translation] Can it replace Links?Ofer probably refers to this:
https://trac.transposh.org/wiki/ShortCodes
(the wiki is kind of hidden, could use a link in the wp-admin, plugin’s description and transposh.org’s menu, me thinks)
You might want to disable Transposh (renaming wp-content\plugins\transposh-translation-filter-for-wordpress\ in your WordPress directory) to make your website work again, by using your hosting panel’s file manager, SFTP or such:
https://duckduckgo.com/?q=wordpress+plugin+crashes+rename+directory
Afterwards, you can try to search for the error to find a solution (can’t find another occurrence with Transposh though), try reinstalling Transposh (backup your DB first, preferably), deactivating other plugins to find a conflict, or undoing any recent changes.
Good luck!
TL;DR: check that your server partitions are not full.
I might have experienced a related issue. Started while trying to upload images and failing with “Error HTTP”, like @dyv156. Went to see the log and boy, there were a lot of errors about Wordfence’s database queries, like:
[1533106029 ] Error The table 'wp_wfStatus' is full de la base de datos de WordPress para la consulta insert into wp_wfStatus (ctime, level, type, msg) values ('1533106029.933407', 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files') realizada por do_action('wp_ajax_nopriv_wordfence_doScan'), WP_Hook->do_action, WP_Hook->apply_filters, wordfence::ajax_doScan_callback, wfScan::wfScanMain, wfScanEngine->go, wfScanEngine->doScan, wfScanEngine->scan_oldVersions_finish, wfIssues::statusEnd, wordfence::status, wfLog->addStatus, wfDB->queryWrite [1532759468 ] Error Got error -1 "Internal error < 0 (Not system error)" from storage engine InnoDB de la base de datos de WordPress para la consulta truncate table wp_wfBadLeechers realizada por do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, wordfence::dailyCron, wfDB->truncate, wfDB->queryWrite [1532719879 ] Error Tablespace is missing for table '(null)' de la base de datos de WordPress para la consulta select IP from wp_wfVulnScanners where ctime > unix_timestamp() - 3600 realizada por do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, wordfence::hourlyCron, wfDB->querySelect [1532719879 ] PHP Warning: mysqli_query(): (HY000/1812): Tablespace is missing for table '(null)' in /home/sweethomealabama/wordpress/en-desarrollo/wp-includes/wp-db.php on line 1924 [1532716261 ] Error Tablespace is missing for table '(null)' de la base de datos de WordPress para la consulta delete from wp_wfVulnScanners realizada por do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, wordfence::hourlyCron, wfDB->truncate, wfDB->queryWrite [1532716261 ] Error Got error -1 "Internal error < 0 (Not system error)" from storage engine InnoDB de la base de datos de WordPress para la consulta truncate table wp_wfVulnScanners realizada por do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, wordfence::hourlyCron, wfDB->truncate, wfDB->queryWrite
But I did the obvious thing first: I took a quick look at the server and of course, the problem was the root partition was full (choking the database, even though WordPress is in a different one). After freeing some space, I can again upload images. I still saw a few errors with the first uploads, but they were probably fixed after the first cron activated, and all seems to be working fine now.
I do wish WordPress would check something as obvious as free space instead of throwing these unhelpful errors:
An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums.
Forum: Plugins
In reply to: [Theme My Login] No TML pages on websiteTry creating a page called Login and placing the shortcode ‘[theme-my-login]’ in it. You can create pages with the same shortcode for Log Out, Lost Password, Register and Reset Password.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] 404 error after latest updateDid you try deleting the cache file? It could also be your browser’s, so force a new download by opening the file directly and pressing Shift+Reload (or easier, automatically disable caching when you have the Dev Tools open in Chrome).
But you have worse problems than that. You should look for help in other threads, or start a new one. Preferably with enough details to have someone identify your problem, because “do not work at all” is hard to diagnose. ??
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] 404 error after latest updateApparently this bug was fixed time ago, but seems AiO doesn’t clears its CSS cache automatically (
/wp-content/plugins/all-in-one-event-calendar/cache/ai1ec_parsed_css
), so it will keep bugging you until you do it yourself. Switching to another theme and back again should do the trick.Forum: Plugins
In reply to: [Transposh WordPress Translation] 0.9.0 ReleasedNo, it happens with new, untranslated sentences. I do a translation, then hit the Next translation button to advance to the next sentence, which is untranslated, and no suggestion appears automatically. I either have to click on Bing and back on Google, or if there’s no Bing, I’ve to close the dialog and reopen.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Translate Full Paragraphs / SectionsYou wouldn’t ask in the forum without first reading the Frequently Asked Questions right? ??
Forum: Plugins
In reply to: [Transposh WordPress Translation] 0.9.0 ReleasedHmph, I would swear I posted this before… seems I need a stronger coffee!
A couple of issues:
The “Set post language” menu is not working in any of my test sites, it reverts to whatever I have in tp_language (or Default) when I Save/Update a page.
In my widgets, titles of posts with a tp_language different from the default language now get messed up with a SPAN tag inside the link, like:
<a title="<span lang =">Post Title" href="https://site.org/posttitle"><span>Title translation</span></a>
When translating, if I click on Google Suggest and then on Next translation, I don’t get any new suggestions unless I click on Bing and back on Google or I close and reopen the dialog.
Transposh is that close from perfection! ??
Forum: Plugins
In reply to: [BuddyPress Template Pack] sidebar appears below the contentHere’s a nice tutorial (search is your friend): https://codex.buddypress.org/legacy/bp-template-pack-walkthrough-level-easy-2/
Forum: Plugins
In reply to: [BuddyPress Template Pack] sidebar appears below the contentDepending on your theme, applying BP Template Pack may end up placing the sidebar and content wrappers at the same level than the header and the footer:
<div id="wrapper"> <div id="header">...</div> <div id="content">...</div> <div id="sidebar">...</div> <div id="footer">...</div> </div>
But you need them to be inside their own container. BP uses something like this:
<div id="header">...</div> <div id="container">...</div> <div id="content">...</div> <div id="sidebar" role="complementary">...</div> <div id="footer">...</div>
Your theme is probably using a different structure and/or container names from BP, for example:
<div id="wrapper"> <div id="header">...</div> <div id="content">...</div> <div id="main">...</div> <div id="sidebar" class="col-right">...</div> <div id="footer">...</div> </div>
or something like that. You need to check the structure of your theme in a page where your sidebar is displayed correctly, and then modify the template files BPTP copied to your theme to reflect that structure.
You did the right thing, reporting it here. The maintainers will surely incorporate your fix… eventually (with autoPlay and any other attributes with a capital letter).
This was bugging me, but you saved me all the debugging, thanks!