hanspan
Forum Replies Created
-
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] File Upload Failed error messageTried again but unfortunately the file will not open.
Do you have any other thoughts or suggestions?
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] File Upload Failed error messageThank you for your response.
1. I have already tried creating 2 files and downloaded them.
2. The issue I have is that I am unable to update the WordPress version because of the PHP version on the server. This is why I am trying to migrate the site to a new box with the latest WordPress.I’ll try another download as I may have a better connection today.
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] File Upload Failed error messageHello, I have uninstalled and reinstalled the plugin on my instance of WordPress, generated the download file, and attempted to extract the file in the SGBP Extractor. Unfortunately I get the same error as above.
We have quite an old version of WordPress which I am trying to migrate to a new version. Perhaps the old version of WordPress is causing issues here? The plugin does say it is compatible with our version.
- This reply was modified 4 years ago by hanspan.
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] File Upload Failed error messageThank you for the response π
1. On both old and new we have Version 1.6.8.5
2. I’ll try this now – should I do old and new?
3. The file did NOT extract properly; the log says “SGExceptionInternal: Archive is not validThe file is large btw – it’s 40GB. I don’t know if this is a factor or perhaps the download has corrupted?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Unknown login key errorAmazing! That’s worked. Thank you
Forum: Themes and Templates
In reply to: [Magazine Basic] IE7/IE8 no longer supported in v3.0.3?Ok, on further investigation, it appears it all starts to go wrong when child themes are created.
It all seems ok in FireFox. I have removed all my amended styles except the link to the parent theme. Any ideas why the theme looks fine in IE8 pre-child theme?
Forum: Themes and Templates
In reply to: [Magazine Basic] Widgets movingIt would seem you need 4 posts to make the right bar work properly – any fix for this?
Forum: Themes and Templates
In reply to: [Magazine Basic] Widgets movingI am experiencing the same issue. I have 3 posts on the homepage – this has not fixed the issue. The right column is appearing beneath the footer on the homepage. Any ideas?
Forum: Fixing WordPress
In reply to: Fatal Error has Locked Me Out!How might this work if you would like to stop the child theme from displaying certain admin options like picking a header image? I have created a child theme using twentytwelve as a parent and would like to turn off
require( get_template_directory() . '/inc/custom-header.php' );When I comment out this line in the parent theme’s functions.php the header image picker no longer displays – perfect. How might I achieve this in the child theme?
Forum: Themes and Templates
In reply to: Best practice for globally required files (fonts, images)Thanks for the clarification Esmi.
Forum: Themes and Templates
In reply to: index.php code changes not reflectedThanks for responding. After about another hour I realised the theme was referring to a page.php file. I am very new to wordpress and am currently trying to grasp the terminology. Thanks for pointing me in the direction of child themes. I may look at that this evening.