- Posts: 2
Feature Requests
Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.
Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.
[Closed] Cannot access "user" section of joomdle menu
- lappy
- Topic Author
- Offline
- New Member
-
Less
More
15 years 7 months ago - 13 years 7 months ago #1
by lappy
[Closed] Cannot access "user" section of joomdle menu was created by lappy
Joomdle seems to be working fine in my site. SSO is ok, simultaneous account creation is ok. However, When I tried to migrate some users from joomla to joomdle, I get a fatal error.
I cannot access the "user" part of the joomdle menu in the administrator end of joomla.
Here's the error that I get:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2625025 bytes) in /home/upcatrev/public_html/administrator/components/com_joomdle/helpers/content.php on line 61
Any advice?
I cannot access the "user" part of the joomdle menu in the administrator end of joomla.
Here's the error that I get:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2625025 bytes) in /home/upcatrev/public_html/administrator/components/com_joomdle/helpers/content.php on line 61
Any advice?
Last edit: 13 years 7 months ago by Antonio Durán.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7929
15 years 7 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: Cannot access "user" section of joomdle menu
Hi.
This message is just PHP telling you that it has not enough memory.
Do you have a lot of users? I know this is not optimized, so maybe that is the issue?
This message is just PHP telling you that it has not enough memory.
Do you have a lot of users? I know this is not optimized, so maybe that is the issue?
The topic has been locked.
- lappy
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
15 years 7 months ago #3
by lappy
Replied by lappy on topic Re: Cannot access "user" section of joomdle menu
I have about 14,000 accounts in my database. This also happens to me when I accidentally click the "all" in the display option instead of just 20 or 50 entries for the users view in admin panel. So maybe its the same with this one I guess.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7929
15 years 7 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Re: Cannot access "user" section of joomdle menu
Yes, it is the same.
The problem here is that Joomdle users code is much more complicated than just getting a list of records from database.
I coded it so that it worked, without paying much attention to perfomance.
I guess the time has come to rewrite it. I will move this thread to the Feature Requests forum, so we can work on it for a future release.
The problem here is that Joomdle users code is much more complicated than just getting a list of records from database.
I coded it so that it worked, without paying much attention to perfomance.
I guess the time has come to rewrite it. I will move this thread to the Feature Requests forum, so we can work on it for a future release.
The topic has been locked.