Cannot Import Members
Posted: July 27th, 2011, 11:35 pm
I'm trying to import members using the Pro version of s2Member.
Here's my steps so far:
- I made the csv, imported, didn't work.
- Then I tried the import text with comma separation, that worked ok but didn't bring custom fields over.
- Then I went in and tried to modify just a record so I could export the members and see how the csv file was configured, but then I got this error:
Line 1526 in my functions file is:
Any idea what's happening here? I've really got to get these members imported in ASAP!
Here's my steps so far:
- I made the csv, imported, didn't work.
- Then I tried the import text with comma separation, that worked ok but didn't bring custom fields over.
- Then I went in and tried to modify just a record so I could export the members and see how the csv file was configured, but then I got this error:
- Code: Select all
Catchable fatal error: Object of class __PHP_Incomplete_Class could not be converted to string in /home/ypci/public_html/wp-includes/functions.php on line 1526.
Line 1526 in my functions file is:
- Code: Select all
$array[$k] = addslashes( $v );
Any idea what's happening here? I've really got to get these members imported in ASAP!