nightbook
Forum Replies Created
-
Thanks Daniel,
I appreciate you sending me in that direction, I contacted my provider and they apparently have had some sql issues with their PHP v5.5 so I’ve rolled back to 5.3 and my problems are no more.
Quoted from Netfirms Support
It appears like PHP version 5.5 that is set for your account may causing the error. We have placed the bug report for the issue where some PHP applications are unable to connect database when PHP version 5.5 is set. So you are receiving error message when PHP version 5.5 is set for your account. Our engineers are working on the issue. Issue will be resolved as soon as possible. Once this fixed we will contact you. Thank you for your continued patience. For the time being please change PHP version to 5.3 at https://www.netfirms.com/controlpanel/cgiManagement/PHPplus.bml and then check the functionality of BackWPUp plugin from your end.
Thanks
Hi Daniel,
I set up the database through Netfirms, it’s an sql database.
DB Setup
// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', '******'); /** MySQL database username */ define('DB_USER', '******'); /** MySQL database password */ define('DB_PASSWORD', '*******'); /** MySQL hostname */ define('DB_HOST', '******'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); /** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each a unique * prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'eqh_';
Also it’s multisite if that helps any with domain mapping enabled. Is there anything in particular I should be looking for.
Not sure if it’s helpful but some more information
MySQL Version: 5.5.32 * According to Netfirms ui. Logged in as phpMyAdmin is different information MySQL - 5.5.40-0ubuntu0.12.04.1-log phpMyAdmin - 2.8.0.1 MySQL charset: UTF-8 Unicode (utf8) *old_passwords set to off. PHP Version 5.5.6
Anything you need from phpinfo() or other debugging let me know.
I mentioned old_passwords as searching online found some mention of it in relation to the error message.
Any thoughts appreciated,
ThanksThanks @garl,
Greatly appreciated, didn’t realize the function could disable the encoding through the additional params I guess you can condense it easily into one call:
<?php echo do_shortcode(get_field(‘gallery_shortcode’, false, false)); ?>All the best,
CheersForum: Plugins
In reply to: [Firelight Lightbox] Fancybox iFrame doesn't scroll on Touch DevicesHi RavanH,
Sadly changing the css from #fancybox-content to #fancybox-frame broke the scroll for me. It would only work if I placed the css into the #fancybox-content selector. It appears it’s because the #fancybox-frame is on the actual iframe rather than it’s container.
Potential solution in my mind to target only iframe and not other content is to add a class to the #fancybox-content element of .iframe or .fancybox-iframe or some way so you can target the container as it seems placing the css on the iframe itself doesn’t work.
For now I’ve just switched back to using #fancybox-content as I only use fancybox for iframes on my instance.
ThanksForum: Plugins
In reply to: [Flamingo] Inbound Messages "subject"Hi @videogold, if you’re not using the [subject] field within your email you’ll want to change it to use whatever you have for subject or just use a Text field to indicate what kind of message it is for example;
flamingo_subject: “Contact Form Submission”Hope that’s helpful,
CheersForum: Plugins
In reply to: [WP HootSuite Dashboard] Unexpected Redirect to HootSuite.comHi Johnny,
Not sure if this gets us any further, I did some research on frame buster scripts and came up with a way to at least not kick me out. I can login but then hootsuite dashboard seems like none of it’s contents will load.
If you create a 204.php file with the content;
<?php header("HTTP/1.0 204 No Content"); ?>
And then implement the frame buster script found here:
https://coderrr.wordpress.com/2009/02/13/preventing-frame-busting-and-click-jacking-ui-redressing/
Place it’s code into wp-hootsuite-dashboard/core/views/admin/admin-hootsuite-dashboard.php<script> var prevent_bust = 0 window.onbeforeunload = function() { prevent_bust++ } setInterval(function() { if (prevent_bust > 0) { prevent_bust -= 2 window.top.location = 'https://whalecontentstudio.com/204.php' } }, 1); </script>
Loading the Dashboard then gets me the login and logging in loads the dashboard but gives me insecure content errors, so I switched to https on my domain and got;
Blocked a frame with origin “https://hootsuite.com” from accessing a frame with origin “https://whalecontentstudio.com”. Protocols, domains, and ports must match.At a loss if there’s any way to get around that to have hootsuite load.
Thought I’d share if someone has any ideas.
CheersForum: Plugins
In reply to: [Flamingo] Inbound Messages "subject"If you’re using Contact Form 7 and change the default fields from [your-name], [your-email] and [your-subject] to something like [name], [email], [subject] you can get Flamingo to recognize this new form field naming convention by setting these additional settings at the base of your form editor in the ‘Additional Settings’:
flamingo_email: “[email]”
flamingo_name: “[name]”
flamingo_subject: “[subject]”Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox iFrame doesn't scroll on Touch DevicesThanks Mickey,
That fixed my issue so now I can re-enable fancybox for mobile.
Appreciate that,
CheersForum: Plugins
In reply to: [Yoast SEO] Latest update to 1.5.5.3 causing problemThis is happening for me as well on Multi-site w/ WordPress SEO 1.5.5.3
Very frustrating.
If I inspect I get the following error:[Error] TypeError: 'undefined' is not an object (evaluating 'jQuery("#content").val().replace') yst_replaceVariables (wp-seo-metabox.min.js, line 1) yst_updateTitle (wp-seo-metabox.min.js, line 1) yst_updateSnippet (wp-seo-metabox.min.js, line 1) (anonymous function) (wp-seo-metabox.min.js, line 1) j (load-scripts.php, line 2) fireWith (load-scripts.php, line 2) ready (load-scripts.php, line 2) K (load-scripts.php, line 2)
Forum: Plugins
In reply to: [Yoast SEO] Image Resize/Crop doesn't work anymoreI have the same issue when using the Scale feature.
If I try some individually they’ll work half the time and the other half I get a 502 error.
Forum: Plugins
In reply to: [Flamingo] Can't find where to edit code to change Inbound Messages fields.Thanks for this, very helpful information. Would love to see it documented.
Forum: Plugins
In reply to: [Revision Control] Revisions aren't being displayedThanks esmi,
I realize this but sadly the only way I can currently get revisions to work is with the combination.
If I just have the line in wp-config.php then the Revisions Editor Widget doesn’t exist.
If I just have Revision Control enabled then no revisions are stored.
If I enable both then I get the Revision History functioning as expected although with that error:
Error: WP_POST_REVISIONS is defined in your wp-config.php. Revision Control cannot operate.So if anyone knows how to fix Revision Control to display all revisions without enabling the line in wp-config.php then I’m all ears.
In the meantime will stick with my workaround as it’s ‘functioning’Appreciate the feedback,
ThanksForum: Plugins
In reply to: [Revision Control] Revisions aren't being displayedI was able to find a workaround adding the following to my wp-config.php file:
define( 'WP_POST_REVISIONS', 3 );
The sideaffect of this is on the editor widget it has an error:
Error: WP_POST_REVISIONS is defined in your wp-config.php. Revision Control cannot operate.
*But at least now my revisions are displayed and I can compare and revert.If anyone has a proper fix would be awesome.
Awesome thanks Alin, that’s working nicely now with the responsive dashboard. Appreciated.