Author Topic: [1.6.2] Accessing the trashcan gives me a 500 error  (Read 2760 times)

carcam

  • Full Member
  • ***
  • Posts: 127
    • View Profile
    • Gnumla!
    • Email
[1.6.2] Accessing the trashcan gives me a 500 error
« on: February 19, 2010, 10:26:52 pm »
When I try to access to the trashcan I get a 500 error and it shows nothing. Is this action linked to the php.ini variables or so?
Gnumla
Tu sitio de Joomla! en español

carcam

  • Full Member
  • ***
  • Posts: 127
    • View Profile
    • Gnumla!
    • Email
Re: [1.6.2] Accessing the trashcan gives me a 500 error
« Reply #1 on: February 20, 2010, 05:47:02 pm »
More info:

I can access to the trashcan of single workspaces, I get the arror when I try to get the trashcan of all the workspaces.

I have also found that in one of my workspaces I have a .gel file (from the 1.4 when it was freely available) that I can delete forever. I get the error below:

Code: [Select]
Caught Exception in AutoLoader: exception 'Exception' with message 'Could not find class file for "FRONTCONTROLLER"' in /homepages/3/d229978852/htdocs/fengoffice/environment/classes/AutoLoader.class.php:105 Stack trace: #0 /homepages/3/d229978852/htdocs/fengoffice/environment/classes/AutoLoader.class.php(111): AutoLoader->loadClass('FRONTCONTROLLER') #1 /homepages/3/d229978852/htdocs/fengoffice/application/functions.php(33): AutoLoader->loadClass('FRONTCONTROLLER') #2 /homepages/3/d229978852/htdocs/fengoffice/public/assets/javascript/gelSheet/php/controller/BookController.class.php(15): __autoload('FrontController') #3 /homepages/3/d229978852/htdocs/fengoffice/application/application/models/project_file_revisions/ProjectFileRevision.class.php(420): include_once('/homepages/3/d2...') #4 /homepages/3/d229978852/htdocs/fengoffice/application/controllers/ObjectController.class.php(1646): ProjectFileRevision->delete() #5 /homepages/3/d229978852/htdocs/fengoffice/application/controllers/ObjectController.class.php(1332): ObjectController->do_delete_objects(Array, NULL, true) #6 /homepages/3/d229978852/htdocs/fengoffice/environment/classes/controller/Controller.class.php(76): ObjectController->list_objects() #7 /homepages/3/d229978852/htdocs/fengoffice/environment/classes/controller/PageController.class.php(62): Controller->execute('list_objects') #8 /homepages/3/d229978852/htdocs/fengoffice/environment/classes/Env.class.php(133): PageController->execute('list_objects') #9 /homepages/3/d229978852/htdocs/fengoffice/init.php(149): Env::executeAction('object', 'list_objects') #10 /homepages/3/d229978852/htdocs/fengoffice/index.php(9): require('/homepages/3/d2...') #11 {main}
Gnumla
Tu sitio de Joomla! en español

allenlook

  • Volunteer Moderator
  • Sr. Member
  • ****
  • Posts: 312
    • MSN Messenger - sii_lookal@hotmail.com
    • View Profile
    • SI Group, Inc.
Re: [1.6.2] Accessing the trashcan gives me a 500 error
« Reply #2 on: February 21, 2010, 03:27:34 pm »
I'm sorry I cannot help - I do not get those errors.  I can see all of my trash items when I select the "All" workspace.

Can you wrap your error message to make this thread more readable?  I did not initially see your first message, and I also had a hard time Reply-ing because everything is off the right side of my screen.
I am a volunteer moderator.  Any statements, opinions or observations I contribute are solely mine and are not necessarily shared by the makers of Feng Office.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: [1.6.2] Accessing the trashcan gives me a 500 error
« Reply #3 on: March 10, 2010, 02:54:27 pm »
Do you have DEBUG mode enabled? Do you get any error message in 'cache/log.php'?

You can try deleting the .gel file directly in the database. First find out the file's id by checking the "Unique Id" property in the file's view (the numerical part is the file's id). Now run the following query in the database (assuming the file's id is 123):

Code: [Select]
DELETE FROM `og_project_files` WHERE `id` = 123