Marco Cimmino
Forum Replies Created
-
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersThen seems you run out of memory indeed, you need to increase it to 128M or more.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersI think you should try to update to PHP 5.3 since has better memory management.
If you already have PHP 5.3 then I really don’t know what to do, REALLY.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersI have one user that successfully exported more than 3000 users with the new version and very low consumption of memory (around 50 megs).
So what shall I do more?
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersI have no idea, I optimized the export a lot with the help of one user, v1.2.0 should be much better.
So more than recommending what is already in the FAQ I don’t know what to do.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersSorry that was wrong, try simply this
$field_separator.$text_separator.$text_separator.And if it works I’ll think a better solution.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersPlease change line 974 with this one:
if (isset($current_user->roles[0])) $field_separator.$text_separator.$current_user->roles[0].$text_separator. else $field_separator.$text_separator.$text_separator.And let me know, but still is odd.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersBut the problem is _importing_ or _exporting_? You are making such a confusion here.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersIt might be, but you tried all the faq but not the one that really matters about memory usage.
You need to change the memory limit:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPForum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersyea 974 makes sense, well kinda, still no idea why it happens. But I’ll see if I can fix it.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersThat line is 974 for me on v1.2.0 – did you modify the plug-in? I suggest to wipe out that version and reinstall.
It is weird anyway that you have that error, that means you have an user without roles?
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersI can see the problem only on line 974, but not 975 can you check again?
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersIf you read the FAQ where are the missing info requested? Version of the plug-in used?? Come on.
You need help, I need information.
I’m using wordpress 3.1.4 and I can’t add extra fields from “Dashboard > Users > Add New” 🙁
What can I do?Extra fields from add new user in backend are not supported, add the user from:
1. Frontend
2. Edit/Modify an user
3. Users->Users Extended page.Plus you are totally off topic here.
Forum: Plugins
In reply to: Cimy Header Image Rotator shows nothingAdd an IF.
Or sure I can also try to fix the plug-in, but this takes time.