reolf
Forum Replies Created
-
Once an “employee” is set using the Provider page, how do they login? The [ameliaemployeepanel] shortcode doesn’t seem to work on the Lite version.
Forum: Plugins
In reply to: [The Events Calendar] footer overlays event calendarThanks so much, Abz, that worked a charm! Very grateful for your help.
Forum: Themes and Templates
In reply to: [Theme: Twenty-fourteen] Using header image lengthens pageThis is only a problem on IE 10+.
Forum: Themes and Templates
In reply to: [Theme: Twenty-fourteen] Using header image lengthens pageSorry, forgot to include link to site: http://www.topsoft.ca
I have this problem with no caching plugin and without any caching at the server level. This may be a problem that’s made worse by a cache but appears to exist in the plugin natively.
Forum: Installing WordPress
In reply to: Pointing WordPress to non-standard MySQL instanceTried various forms of DB_HOST with no luck. Changing DB_HOST doesn’t change the underlying fact that the connection to mysql4 is being made using mysql3 libraries. Not advisable and very likely the cause of the “Error establishing a database connection” result. The obvious fix is to change the PATH and LD_LIBRARY_PATH of the httpd server so PHP and WP can inherit the correct settings but this will likely adversely affect other applications running on this server, so no can do. I’m grasping at straws at this point in hopes that some very seasoned WP guru will have some way of having just the WP PHP use different libraries than the host httpd.