View Single Post
  #9  
Old 09-11-2015, 12:08 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

Nah, I think that file just tells Git not to delete those files when it does a Sync and finds that they're not part of the master repository.

It looks like LoadItems() is tied to the new logging system pretty well. Try this: In your logsys_categories table, set the Log_to_console and Log_to_file fields for Log_category_id to 3, and when there's a failure reading the items, look in the logs folder. It should hopefully have logged the error that is causing item loading to fail.
Reply With Quote