rob_teamworks
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Type Switcher] Confilct with WPML pluginI can’t get this to work. I pasted in the code (and removed the extra } ) after the line specified, tried to switch my custom post type to a different custom post type but it didn’t work. The english came across but the translation didn’t.
Do I need to change the code in any way? I pasted in exactly.
Forum: Fixing WordPress
In reply to: Connection lost. Saving has been disabled@kericromwell Did you ever get to the bottom of this, I’ve got the same problem and have posted my question here – https://www.ads-software.com/support/topic/ooi62htedvb?replies=11#post-5383236
Forum: Fixing WordPress
In reply to: Connection lost. Saving has been disabled until you’re reconnected…Again, I’ve already done that, point 3 in question.
Forum: Fixing WordPress
In reply to: Connection lost. Saving has been disabled until you’re reconnected…It’s the latest version as mentioned in the question.
Forum: Fixing WordPress
In reply to: Connection lost. Saving has been disabled until you’re reconnected…It’s not in my own functions.php file in my theme, it’s the functions.php file within wp-includes… so not my choice!
Forum: Fixing WordPress
In reply to: Connection lost. Saving has been disabled until you’re reconnected…I’ve disabled and deleted all plugins but get this error:
PHP Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /home/teamwork/public_html/clients/ciw/wp-includes/functions.php on line 2908
So that’s a core problem, how can I fix it because it relates to this piece of code:
function _deprecated_function( $function, $version, $replacement = null ) { do_action( 'deprecated_function_run', $function, $replacement, $version ); // Allow plugin to filter the output error trigger if ( WP_DEBUG && apply_filters( 'deprecated_function_trigger_error', true ) ) { if ( function_exists( '__' ) ) { if ( ! is_null( $replacement ) ) trigger_error( sprintf( __('%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.'), $function, $version, $replacement ) ); else trigger_error( sprintf( __('%1$s is <strong>deprecated</strong> since version %2$s with no alternative available.'), $function, $version ) ); } else { if ( ! is_null( $replacement ) ) trigger_error( sprintf( '%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.', $function, $version, $replacement ) ); else trigger_error( sprintf( '%1$s is <strong>deprecated</strong> since version %2$s with no alternative available.', $function, $version ) ); } } }
Specifically this line:
trigger_error( sprintf( __('%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.'), $function, $version, $replacement ) );
Forum: Fixing WordPress
In reply to: Connection lost. Saving has been disabled until you’re reconnected…I’ve cleared my cookies as well but no luck. There’s obviously a combination of factors that are contributing to this.
I’d love to know this aswell.
Forum: Networking WordPress
In reply to: Trouble with MU domain mapping pluginOk, I’ll scrap the current build and put it on two live domains with two wordpress sites in the root to test it out. I guess the hosts work around I was using it possibly the only reason why it wouldn’t work now. Cheers.
Forum: Networking WordPress
In reply to: Trouble with MU domain mapping pluginI suppose you’d point your mapped domains the same way, then, to 94.76.213.101,
Yep that’s right, everything is pointing to that IP. It doesn’t effect any of this, it just makes my computer think my domains hosting is that IP.
Forum: Networking WordPress
In reply to: Trouble with MU domain mapping pluginI have put the wordpress site in the root (this is why I can’t understand why the mapped domain won’t work!).
All I’ve done with the hosts file is point https://teamworksdesign.com at my host IP – 94.76.213.101
Forum: Networking WordPress
In reply to: Trouble with MU domain mapping pluginIt is in the root.
Forum: Networking WordPress
In reply to: Trouble with MU domain mapping pluginIt’s in the root so wouldn’t it just be https://teamworksdesign.com/?
Forum: Networking WordPress
In reply to: Trouble with MU domain mapping pluginMy brain has been fried by all this sorry, where do I point to the folder?
The main site isn’t, I’ve got a “hidden” wordpress site at https://teamworksdesign.com (I edited the hosts file). It won’t work for everyone else but works for me.