Brent Havill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Just lost our whole site doing wp upgradeOkay, we’ve just reuploaded the func.php file into our file manager – we seem to have access to wp-admin even thought there is errors in the site.
What should we do now? De-activate the wplms theme? Are you sure it wont wreck anything if we activate twentyfourteen or twentyfifteen because we have only got licence for wplms?
I just dont want to make things even worse!
bh
Forum: Fixing WordPress
In reply to: Just lost our whole site doing wp upgradeI’ll try to login to Filezilla soon.
bh
Forum: Fixing WordPress
In reply to: Just lost our whole site doing wp upgradeHope so – we need all the help we can get – we’re newbies
bh
Forum: Fixing WordPress
In reply to: Just lost our whole site doing wp upgradeOkay I’ve just created one called:
[Moderated – Please don’t share sensitive information]
Forum: Fixing WordPress
In reply to: Just lost our whole site doing wp upgradeokay, I’ll check it out now
Forum: Fixing WordPress
In reply to: Just lost our whole site doing wp upgradeI tried to create one, but it says it ‘already exists’
so do i find it and ‘configure it’?
bh
Forum: Fixing WordPress
In reply to: Just lost our whole site doing wp upgradeWhen we go to ‘ftp accounts’ we get the option to ‘configure an ftp client’ data as follows:
Login Path Usage / Quota Actions
[email protected] /home/brento…ecourses.com 186 / ∞ MBChange
Password Change
Quota Delete Configure
FTP Client?Is this what we want?
bh
Forum: Fixing WordPress
In reply to: Just lost our whole site doing wp upgradeHmmm
Okay, as for the ftp thing, if you go to our host server
hostgator home page
files:
ftp accounts
ftp session controlWhich one do I use?
bh
Forum: Fixing WordPress
In reply to: Just lost our whole site doing wp upgradeHmmm
We downloaded FileZilla, but when we try to connect to our hostserver (hg) it comes up with error message:
Could not connect to server
Status: Waiting to retry…
Status: Resolving address of https://www.hostgator.com
Status: Connecting to 216.12.194.67:21…
Status: Connection attempt failed with “ECONNREFUSED – Connection refused by server”.
Error: Could not connect to serverSo, at this stage, we’re gonna contact hostserver to restore files & database (all) from last backup
bh
Forum: Fixing WordPress
In reply to: Just lost our whole site doing wp upgradeHmmm
We went to our Hostserver, we cant seem to change the name of that wplms folder, as when we right-click, the ‘rename’ options doesnt come up.
Should we email the Hostserver to restore to last backup?
bh
Forum: Fixing WordPress
In reply to: Just lost our whole site doing wp upgradeOkay thanks so much for quick response – we cant access dashbd in normal way, so we’re gonna go to host now and rename wplms as you suggested.
Talk soon, thanks
bh
Forum: Plugins
In reply to: [WooCommerce] Disbabling Product Reviews Site-WideWhoops.
No need – Mr Vibe helped turn the reviews off yesterday. So all if fine now, thanks guys so very much.
bh
Forum: Plugins
In reply to: [WooCommerce] Disbabling Product Reviews Site-WideOkay thanks Woo & Lorro
I was able to upload & replace existing func.php file with the clean one downloaded from Envato Mkts.
PS Woo…Can you help me to place the ‘Disbabling Reviews’ code into the file? I’m afraid I’ll stuff it again.
bh
Forum: Plugins
In reply to: [WooCommerce] Disbabling Product Reviews Site-WideHi
I cant post your code in my wp-admin/appearance/edit/func.php, because we havent got a website anymore to get our admin backdoor entrance to it.
All we get is the syntax error message:Parse error: syntax error, unexpected end of file in /home4/brentonh/public_html/australiaonlinecourses.com/wp-content/themes/wplms/includes/func.php on line 1976
bh
Forum: Plugins
In reply to: [WooCommerce] Disbabling Product Reviews Site-WideHere is the contents of the file:
// Essentials
include_once ‘includes/config.php’;
include_once ‘includes/init.php’;// Register & Functions
include_once ‘includes/register.php’;
include_once ‘includes/func.php’;
include_once ‘includes/ratings.php’;
// Customizer
include_once ‘includes/customizer/customizer.php’;
include_once ‘includes/customizer/css.php’;
include_once ‘includes/vibe-menu.php’;
include_once ‘includes/notes-discussions.php’;
if ( function_exists(‘bp_get_signup_allowed’)) {
include_once ‘includes/bp-custom.php’;
}include_once ‘_inc/ajax.php’;
//Widgets
include_once(‘includes/widgets/custom_widgets.php’);
if ( function_exists(‘bp_get_signup_allowed’)) {
include_once(‘includes/widgets/custom_bp_widgets.php’);
}
include_once(‘includes/widgets/advanced_woocommerce_widgets.php’);
include_once(‘includes/widgets/twitter.php’);
include_once(‘includes/widgets/flickr.php’);//Misc
include_once ‘includes/extras.php’;
include_once ‘includes/tincan.php’;
include_once ‘setup/wplms-install.php’;// Options Panel
get_template_part(‘vibe’,’options’);?>