carblanco
Forum Replies Created
-
Forum: Plugins
In reply to: Showing randomly the 5 lastest postThanks but with this
WP_Query('cat=1&offset=0&posts_per_page=5&orderby=rand');I get 5 post randomly ordered, no matter the date. I need to show only the last 5 post but randomly ordered instead of ordered by date.Forum: Plugins
In reply to: [amr users] [Plugin: amr users] Add a link to user detailsYes, and it works very well 😉
Thanks.Forum: Plugins
In reply to: Ordering a serialized custom fieldYes, using other plugins with better customer support like amr-users for listing s2member custom fields.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersTried with different values like 128M, 156M, 192M and no luck, but more interesting is that the export file has no more size increasing the memory, it’s like a random csv.
I mean, more memory != csv with more users.Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersWell, no luck with PHP 5.3, only a slightly improvement because the exported file is larger.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersI’m going to update to PHP 5.3 and come back.
Thx.Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersSo, how can I export the almost 4.000 users? I have to report…
If I send you a copy of the database… or if I give you access to the wp-admin area…[Email removed]
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersSorry, it doesn’t work, the result is a smaller .csv with the same blank screen.
¿?Thx.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersError de HTTP 500 (Internal Server Error): Se ha detectado una condición inesperada cuando el servidor intentaba atender la solicitud.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersBoth.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersMaybe can help but when importing amounts near to 100 users I got a blank screen, sometimes all are imported sometimes I have to split the csv in 2 parts.
But if I have luck all 100 users are imported with the successfully screen.Or maybe taking a look to my DB you could find the limitation…
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersChanged to 96M, same results.
The exported (but truncated) file is about 1,1MB.Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersCould it be a “memory” problem or similar? Because the exported amount is variable.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersWiped and still the same. Now the error is at line 974:
Notice: Undefined offset: 0 in /home/content/98/7035098/html/anper/wp-content/plugins/cimy-user-manager/cimy_user_manager.php on line 974But when this notice appears the process is still running, I mean, this notice does not break the process.
After a few seconds I got a blank screen.I have no users without roles, and if fact sometimes the export process stops at 2422 users and sometimes at 2467, but never at the total (3.815).
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] not exporting all membersNotice: Undefined offset: 0 in /home/content/98/7035098/html/anper/wp-content/plugins/cimy-user-manager/cimy_user_manager.php on line 975
—
$field_separator.$text_separator.$current_user->roles[0].$text_separator. is my line 975