neilfarrell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: moving my WordPressUnfortunately, I think you could be right. If you are are having issues with being able to download the site from file manager, you might be better off paying someone a small amount to fix it and move it over for you. It’s a fairly straight forward process but you would need to understand what you are trying to do. The XML export is not going to transfer your site over. It would be a way to backup your theme options.
Essentially what you need to do is download files from the linux server. As in download a copy of the whole folder, all your files to your computer. If file manager is not giving you an option to download them, you might have to FTP into the folder using an FTP client and download the files to a local folder on your computer. You then need to export out your database from the database storage on the linux server. Normally there would be a PHPMyAdmin option which is a user interface to export out the database. Again you would need to download a local copy of the database.
You would then need to upload the files to your new hosting on cPanel. You would have to create a new domain in cPanel to create a directory for you to load it into. You would then have to create the database and upload the downloaded sql file. Lastly, you would have to connect the database to the website files in wp-config.php and switch the dns records of your domain to point to the new server.
If that sounds too complicated, I think you need help with the task.
Have you possibly edited the .htaccess file to cause that error?
Forum: Fixing WordPress
In reply to: moving my WordPressWhat you could do is install https://ww.wp.xz.cn/plugins/updraftplus/ from the admin section. You could backup your entire site and database and save it to dropbox or google drive. Then you could download that and upload the website to cPanel. Are you familiar with setting up your database and connecting it in your wp-config or did you use the cPanel WP installer?
Forum: Fixing WordPress
In reply to: moving my WordPressHi, I’m sure I can help you with this. Firstly on your older site which you say is hosted on linux. Do you have any sort of control panel for accessing the files or the database? When you login to GoDaddy, do they give you any link to a file manager?
Forum: Plugins
In reply to: [SitePush] Configuring SitePush – help pleaseThat’s great news. Glad you got sorted. Best of luck with SitePush
Forum: Fixing WordPress
In reply to: Creating a wordpress websiteHey there,
Irish over here too!
You’ve got most of it right and in theory that will work, however that means you will have downtime for your current website.
I’d recommend you either build the site on localhost (WAMP or XAMPP) – loads of tutorials online to show you how to install those and get up and running. You can build the site locally on your machine then.
You can start transferring the domain to your name, you’ll have to request an auth code from the current host and add that code when moving provider.
Once you have the site ready and your hosting purchased, you can upload the site to the newly created hosting account. (I’d recommend Blacknight in Ireland). You’ll have to make some small edits in the wp-config.php file to make the site now point to the right urls but that’s all very straightforward and you can get lots of help on here if you’re stuck. I’d only recommend changing the nameservers at that point or you will have (as I said earlier) downtime on your current site.
Woocommerce is a great plugin for managing a small store. I’m assuming if you’re building the site yourself and you’re saying you want to keep costs low, it will be a small store. Stripe is a great provider and easily installed plugin for credit card payments on woocommerce.
Let me know if you have any other questions or need any further help.
Forum: Plugins
In reply to: [SitePush] Configuring SitePush – help pleaseEverything looks ok to me in that config file. I’m assuming your database prefix is actually oo_? and not wp_?
I would recommend you delete the dev database and set up from scratch. It’s not liking something to do with that database. I’d set it up again and ensure you put the exact credentials in to the config file.
Forum: Fixing WordPress
In reply to: Error with the database connectionHave you got the correct settings to connect to your database in your wp-config file? Are you installing from scratch with fresh wordpress files? The wp-config file would not have the correct settings to connect to your database
Forum: Plugins
In reply to: [SitePush] Configuring SitePush – help pleaseI’ll go through the Sitepush documentation later on and see if I can come up with anything else on it
Forum: Fixing WordPress
In reply to: SSL subdomain wordpress 404 errorHave you set up an A record in your DNS manager to point to the subdomain? The web needs to know where your subdomain is stored.
Forum: Fixing WordPress
In reply to: WordPress site not recognizedDid you see if the files and database are still there? If your machine was cleaned, it’s possible these files have been completely removed. If you are using wamp, check in C:/wamp/DMEDWP
Forum: Fixing WordPress
In reply to: htaccess – redirect all visitors except for certain IP addressI think you need to add a “DirectoryIndex index.html index.php” line to your .htaccess file. It’s possible your apache settings is set to display index.php as a preference over index.html
Forum: Fixing WordPress
In reply to: How to view live siteYou have installed wordpress locally using a MAMP stack which is MAC, APACHE, MYSQL & PHP.
Mac = your computer you are installling the website on
Apache = the web server you are using to compile the website
MySQL = the database server you are using to store all of the content on
PHP = the programming language required to display your websiteWhen you set up the website on your MAMP stack, you would have to have a folder of files which makes the website run and apache would be the server they would run on. At the same time, you would need a database connection to those files and this database is where every piece of content used on the website gets stored. In MAMP, this would be stored in PHPMyAdmin.
You have completed the first step of moving your site from a local environment to a web environment. Moving the files is the first step. You would then need to export the database from your local environment into a sql file. You need to create a database on your web hosting control panel and import that local sql file into the database. The last step is to configure the newly created database settings in your wp-config.php file.
When you turn off MAMP on your mac, you can no longer see your website because the website is not actually working on the internet. All of the files are up there but they don’t have any connection to anything so the website is never actually live. What you are looking at is your local copy
Forum: Plugins
In reply to: [SitePush] Configuring SitePush – help pleaseIt’s a strange one I must say. I’ve never had an issue like that.
I haven’t installed sitepush in the same vhost, always in different vhosts but that shouldn’t be causing any issue, it’s still supposed to work, just not play nice with cache plugins.
The fact that it is reading the contents of the config file but not the db file in the same folder has me stumped. Have you tried replacing the contents of that file. I know one time I uploaded text into the db file but I had missed a couple of the first characters and it caused a problem until I rectified it.
After that, I’m afraid I am of no help. What I can say is though, it’s worth trying to get it working because it’s a great plugin which makes life very easy if you’ve lots of content/dev to update.
Forum: Plugins
In reply to: [SitePush] Configuring SitePush – help pleaseI don’t think you would need to put the full path in. My path is /var/www/<mydomain>/httpdocs/<files> and I use wp_dir =
as Sitepush is able to detect the /var/www/<mydomain>/httpdocs/ part
That still doesn’t solve your problem of not being able to read the file.
I don’t mean to annoy you but have you checked that you definitely have the file names correct and definitely have the permissions correct. You could also try setting the folders above to 777 temporarily to see does that make any difference
Forum: Fixing WordPress
In reply to: Recover PreviousYou should be able to see post revisions under the publish menu on the right. If it’s not there, there’s a good chance, it’s disabled