mjwouda
Forum Replies Created
-
You can go the database, table ‘wp_options’ and search for ‘acui_columns’ in the ‘option_name’ column.
There you can find ( serialized ) the columns that are used under ‘Extra Profile Information. In mine case I had to clean up all columns, so I’ve deleted the complete contents inside of ‘option_value’.
Hopes this helps you further.
Forum: Plugins
In reply to: [WP Coda Slider] How do you use this ???Same problem here. Where to start?!
Forum: Requests and Feedback
In reply to: ereg deprecated in php 5.3No, WordPress 3.0.1 is not compatible with PHP 5.3.2.
Mine hoster has updated the PHP version to 5.3.2 so I had no choice. You have to suppress the ‘E_DEPRECATED’ notices. When ignoring this you can get something like this:Deprecated: Assigning the return value of new by reference is deprecated in /home/users/ftpuser/domain.com/wp-settings.php on line 204 Deprecated: Assigning the return value of new by reference is deprecated in /home/users/ftpuser/domain.com/wp-settings.php on line 219 Deprecated: Assigning the return value of new by reference is deprecated in /home/users/ftpuser/domain.com/wp-settings.php on line 226 Deprecated: Assigning the return value of new by reference is deprecated in /home/users/ftpuser/domain.com/wp-settings.php on line 233 Deprecated: Assigning the return value of new by reference is deprecated in /home/users/ftpuser/domain.com/wp-settings.php on line 258 Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/users/ftpuser/domain.com/wp-settings.php on line 27
I’m also looking forward to an upgrade of WordPress. The current version ( 3.0.1 ) containes deprecated warnings in file ‘wp-settings.php’ on PHP 5.3.
The suggestions posted by shaunco I’ve made them in de settings file. But when creating a new WordPress site I don’t wanna forget this, so WordPress do have already a new version to fix this?