Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Same problem here. Where to start?!

    mjwouda

    (@mjwouda)

    No, 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
    mjwouda

    (@mjwouda)

    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?

Viewing 4 replies - 1 through 4 (of 4 total)