hyperhyper
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Tax is not showing up at CheckoutHi visual23,
Your tax rate is actually working fine. You’ve just tailored your tax rate to be very specific.
I got the tax included but I had to have my shipping address match your country code, your state, your zip code and city.
If you want to make it more generic (such as just the state of Georgia), put in a * value for the Zip and city values.
Hope that helps,
-DForum: Installing WordPress
In reply to: Unable to Install WordPressMy account has been with them for 5 years and I’m getting this error when I’m trying to install WP through their/mojo’s 1 click installer. I’ve used it dozens of times in the past without issue. Guess they must have updated it or something – guess I’m going to have to do it old school and FTP it and create the DB myself.
Forum: Networking WordPress
In reply to: Migrating Multisite install from Zeus server to BluehostThanks for the reply !
My story goes like this: Bluehost -> Zeus -> Bluehost
I’ll explain it a bit more:
I started developing the site ahead of time on Bluehost but then I got access to the client’s servers which use the Zeus web server platform but the performance was terrible and there have been annoying issues such as not being able to use certain caches and trying to figure out the workarounds for not using the .htcaccess file.While those have mostly been figured out, I’m not a fan of wasting time for every issue that comes up related to Zeus so I was looking for a plan B so I tried moving the environment (which has now been populated with a ton of data and has had configuration work done to it) back to a host like Bluehost so that I could evaluate the speed difference between the two. My hope was to go with a company like flywheel but need stats to backup my claim that moving off the current hosting package would be beneficial.
As for the logs, I cannot find any logs related to the errors (it is supposed to be in ‘/wp-content/debug.log – I’ve scoured the other directories and no luck. This is what I have in my wp-config.php for my debug section:
define(‘WP_DEBUG’, true);
define( ‘WP_DEBUG_LOG’, true);
define( ‘WP_DEBUG_DISPLAY’, true);Even with the debug_display being true, there is nothing in the HTML to indicate any issues. Just everlasting and mind numbing white. ??
The page source comes back at this:
<!– SHTML Wrapper – 500 Server Error –>I do know that I had to have PHP setup manually on the Zeus hosted server so maybe my install of WordPress is looking for PHP in a different location? I don’t know.
I do know that I will avoid hosting services that use Zeus web servers for WordPress multisite installs. I’ve read that when finally tuned, Zeus servers are very fast web servers but that is not a skill I feel I need to learn when there are hundreds of services out there which do that for you already.
I know that once I get some log feedback, I’ll be rolling as debugging is usually pretty straightforward. Hard to do it when there is no info at all.
Forum: Networking WordPress
In reply to: Migrating Multisite install from Zeus server to BluehostLet me add that I cannot see the website or any admin page. All I get is the white screen.