More questions

14 views
Skip to first unread message

David West

unread,
Apr 2, 2013, 12:05:55 PM4/2/13
to Omaha Joomla Users Group
Hey guys.

We finally got much of our problems resolved, but now we have two older ones we need to deal with. Both are dealing with calendars in a Joomla 1.5 environment.

Omaha Tennis Association uses JEvents for its calendar. When the content manager attempts to put in a new event, it is coming back with an error: error message JUser::_load: Unable to load user with id:64

The city of Omaha Parks department uses JCal Pro, and it is constantly tossing error messages into the logs, but does not seem to be having a problem with functioning.

Any ideas on where I need to go to pursue figuring out these errors? Tennis is an issue as their calendar cannot be updated while this is happening. I have run a table repair on the tennis database and that did not resolve the issue.

Ken Crowder

unread,
Apr 2, 2013, 12:10:28 PM4/2/13
to omaha-jooml...@googlegroups.com
The issue here is that the user id's that were used to create the events tie to users in the J!1.5 users table. Unless you ported the users and kept the same user ids, there will be a mismatch. So, go into the J!1.5 DB and see which user ids are tied to each event (SELECT DISTINCT(user_id_column) FROM #__events_db_here). you may want to join those against the #__users table to get the name of the user. Next, find those users in J!2.5's users table that each event needs to be mapped to. Then it is just a matter of writing update statements to update the event's table on J!2.5 to have the new user ids.  Clear as mud?


--
--
You received this message because you are subscribed to the Google
Groups "Omaha Joomla! User Group" group.
To post to this group, send email to
omaha-jooml...@googlegroups.com
To unsubscribe from this group, send email to
omaha-joomla-user...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/omaha-joomla-user-group?hl=en
---
You received this message because you are subscribed to the Google Groups "Omaha Joomla! User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to omaha-joomla-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages