jon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP site is gone this morning. Suggestions pleaseThe error message points to the WordPress SEO plugin in folder /wordpress-seo/. Just deactivate that plugin and your problem will likely disappear.
P.S. – leave WP_DEBUG on until you get this problem totally resolved, which will likely mean some investigation of the plugin.
Forum: Fixing WordPress
In reply to: WordPress Utc Timezone is wrongI get the same time (23:xx) from the site I gave you in my second post. Which says your host has the right time as UTC.
Are you saying that UTC time is not 23:58 right now?
Forum: Fixing WordPress
In reply to: wordpress website and cpanel combinationYour wording has confused me, but I suspect you are speaking of some cPanel WordPress installation features, which I would avoid using in your situation.
What you want is called Moving WordPress, which is documented here:
http://codex.wordpress.org/Moving_WordPressIf you get this plugin to work for you, (it can be tricky in certain situations), it is the easiest way to do a Move:
https://wordpress.org/plugins/duplicator/Forum: Fixing WordPress
In reply to: WordPress Utc Timezone is wrongTo eliminate the possibility of an error on your part, compare the results of the above PHP with the results here:
http://www.timeanddate.com/worldclock/timezone/utcForum: Fixing WordPress
In reply to: WordPress Utc Timezone is wrongHow are your PHP skills?
To determine if the server is right, create a stand-alone .php file on your website root called utc.php with this in it:
<?php echo gmdate( 'M d Y H:i:s' ); ?>Then view it in your browser with a URL something like this: http://example.com/utc.php
Forum: Fixing WordPress
In reply to: WP site is gone this morning. Suggestions pleaseThis is known as the WSOD (White Screen of Death). In my experience, the first thing to do is set WP_DEBUG to TRUE in wp-config.php as that stops the suppression of error messages that you are seeing right now.
Formal documentation on WSOD and those kind of errors is here: http://codex.wordpress.org/Common_WordPress_Errors
Forum: Installing WordPress
In reply to: installeren lukt niet 'geen verbinding"Forum: Plugins
In reply to: [Multiple Themes] Permalinks not overriding themeGreat to hear!
Forum: Plugins
In reply to: [Multiple Themes] Permalinks not overriding themeVersion 7.0.2 is now available and corrects this problem. URL matching was failing because the Port Number was not being retrieved for the current URL.
Please let me know if you run into any other problems.
Forum: Plugins
In reply to: [Multiple Themes] Permalinks not overriding themeA number of things have come up to delay me, so I am now forecasting the new version will be out in the next 6 hours.
Forum: Plugins
In reply to: [Multiple Themes] Permalinks not overriding themeI have now successfully re-created this error.
I will work towards resolution in the next 24 hours, with a new version that resolves this issue. Hopefully sooner.
I will respond here when it is available.
Forum: Plugins
In reply to: [Multiple Themes] Permalinks not overriding themeBecause of time zone differences, I am just seeing this now. Please give me a little time to do some testing as I have to fire up a special test system to use a Port Number in the Site URL.
Thank you for your patience.
Forum: Fixing WordPress
In reply to: Redirect page with tracking link for referral programUnforunately, the standard HTML way to do your own redirect is not so easy in WordPress, as
<meta>tags have to go in the Header.I suspect you’ll find a plugin your best bet. The most popular one is https://wordpress.org/plugins/redirection/ but if it isn’t to your liking, try this search: https://wordpress.org/plugins/redirection/
Forum: Fixing WordPress
In reply to: Unable to access adminAdmin requires more PHP memory than your public site. The number of plugins you have activated also adds to the amount of memory used.
That message indicates that you are limited to 64MB. I would start by asking your hosting company what to do to get more than 64MB of PHP memory. If they say that you are allowed more, then check out some of the Memory threads and Codex entries.
Forum: Plugins
In reply to: [Multiple Themes] Use for different languagesA lot depends on what Settings you choose in Polylang. If you try to have identical URLs for a Page or Post, and use Polylang to determine which language the Page or Post will be displayed in, then my plugin cannot determine what Theme to use.
If the Polylang settings are set so that there is a difference in URL for a Page or Post depending what language it is being displayed in, then my plugin can change the Theme to match the language.
However, the number of Settings entries in my plugin will depend upon those Polylang settings and, of course, how many Pages or Posts your site has.
For example, the Polylang “The language is set from the directory name in pretty permalinks” setting, when checked, would be a good choice, as it allows a single URL Prefix setting in my plugin to provide a Theme for a specific language.
Bottom line: do some testing with, say, 10 Pages or Posts, and see what works best in your situation.
Let me know if you need any more info.