joshnz
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: WordPress Solution for Catering CompanyThanks scsmash3r,
After a good look around, I found a plugin called jigoshop – https://jigoshop.com/
Seems to meet most of my needs, plus its free. They also have a mailchimp extension for $12, and really user-friendly account pages for users, so they can easily track orders etc… That was the clincher really. Most of the more widely known ecommerce plugins like wp ecommerce and cart66 don’t seem to offer that.Still keen to find a user or subscriber account plugin to manage access to the dashboard, as well as the look and feel of it.
Any recommendations?
Forum: Installing WordPress
In reply to: Blank page after moving WordPress from one server to anotherHey thanks for your reply Sarah,
Turned out to be the wp-super-cache plugin that was causing my problems. What a mission though, because it wasn’t apparent even after I disabled the plugins folder to test. It was adding a line of code to my wp-config file which I had to clear before it would work.
The dreaded white screen of death strikes again haha.
Thanks again.
Forum: Fixing WordPress
In reply to: Problems moving a wordpress site to another hostDeleted the wp-super-cache plugin and re-installed a fresh version, and it still caused the same problem – white screen of death.
Happened as soon as I went to the “Easy” tap in the super-cache settings to enable it.
Deleted the plugin again and now I’m working fine.
Thanks for the help again
Forum: Fixing WordPress
In reply to: Problems moving a wordpress site to another hostWell it happened again…
I went to the wp-super cache plugin then to another page and all of a sudden I was staring at the white screen of death.
I disabled the plugins folder like you said, then removed the line of code from the config file again – which seems to be added by super-cache plugin.
define('WP_CACHE', true); //Added by WP-Cache Manager
Now the site is fine again. Must be a problem with the super-cache plugin. All other plugins are activated and working fine, other than super-cache.
Do Cache plugins normally add this line of code to the config file?
If so, I wander what else I’m doing wrong if its not working for me…Will delete the plugin and download a fresh version and see if that makes a difference.
Forum: Fixing WordPress
In reply to: Problems moving a wordpress site to another host*line of code – over excited
Forum: Fixing WordPress
In reply to: Problems moving a wordpress site to another hostProblem solved:)
Thanks you so much for your help soundmanjd!
Problem was in the wp-config.php file.
There was a code of line in there which I’ve just deleted
define('WP_CACHE', true); //Added by WP-Cache Manager
As soon as I deleted it, the home page showed.
Then I reset permalinks and we are away laughing:)
Thanks again for the help. Really made me look at wp-config more closely.
Forum: Fixing WordPress
In reply to: Problems moving a wordpress site to another hostInteresting, I checked the file and the ?> wasn’t even there…
if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');
I added it to wp-config.php but still no luck. There are also no spaces below ?>
I checked the other sites wp-config, the site which I moved at the same time, and that doesn’t show a ?> either, yet the site works?
Is it maybe the editor I’m using “Notepad++”, although that said I also checked the file in the File Manager in cPanel and the ?> didn’t show there either.Forum: Fixing WordPress
In reply to: Problems moving a wordpress site to another hostCool thanks, I gave that a shot.
Both “siteurl” and “home” match as https://www.cleanup.co.nz
I also tried deleting the .htaccess file, and now the home page shows a complete blank as well.
Forum: Fixing WordPress
In reply to: Problems moving a wordpress site to another hostHi soundmanjd,
How do I check the url structure in phpmyadmin?Forum: Installing WordPress
In reply to: Blank page after moving WordPress from one server to anotherHi Sarah,
I’m experiencing the same problem and struggling to fix it, any chance you solved the problem and could share how you did it?
Would be much appreciated
Thanks
JoshForum: Fixing WordPress
In reply to: Problems moving a wordpress site to another hostUnfortunately I can’t access wp-admin. Just getting a blank page with the url as the page title.
Can you please elaborate a little more on the paths in wp-config. Do they need to be something specific? I’ve never touched or changed paths in there before… so not sure.
Thanks for ya help.