Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JungMin

Pages: [1]
1
Installation problems / Re: Can't install - 500 Internal Server Error
« on: October 13, 2008, 12:15:56 am »
Sorry....that spelling mistake was my fault, not yours.

2
Installation problems / Uploading/Saving Documents Problems
« on: October 12, 2008, 09:48:00 pm »
I can't upload or save anything.    The file management is set to filesystem.

This is from the log file:

Code: [Select]
<?php die(); ?>
Session "default" started at 2008-10-13T00:35:06+0000
#1 DEBUG: WARNING: Calling getProject() on an object with multiple workspaces.
Time since start: 0.17999792099 seconds
-------------------------------------------------------------------------------

Session "default" started at 2008-10-13T00:36:34+0000
#1 DEBUG: WARNING: Calling getProject() on an object with multiple workspaces.
Time since start: 0.179155111313 seconds
-------------------------------------------------------------------------------

Session "default" started at 2008-10-13T00:40:31+0000
#1 ERROR: Error: Invalid argument supplied for foreach() in '/Applications/xampp/xamppfiles/htdocs/opengoo/application/views/project/workspace_selector.php' on line 11 (error code: 2)
#2 ERROR: Error: Invalid argument supplied for foreach() in '/Applications/xampp/xamppfiles/htdocs/opengoo/application/views/project/workspace_selector.php' on line 14 (error code: 2)
Time since start: 0.163017988205 seconds
-------------------------------------------------------------------------------

Session "default" started at 2008-10-13T00:41:31+0000
#1 DEBUG: WARNING: Calling getProject() on an object with multiple workspaces.
#2 DEBUG: WARNING: Calling getProject() on an object with multiple workspaces.
Time since start: 0.450109004974 seconds
-------------------------------------------------------------------------------

Session "default" started at 2008-10-13T00:41:35+0000
#1 ERROR: Error: Invalid argument supplied for foreach() in '/Applications/xampp/xamppfiles/htdocs/opengoo/application/views/project/workspace_selector.php' on line 11 (error code: 2)
#2 ERROR: Error: Invalid argument supplied for foreach() in '/Applications/xampp/xamppfiles/htdocs/opengoo/application/views/project/workspace_selector.php' on line 14 (error code: 2)
Time since start: 0.166949987411 seconds
-------------------------------------------------------------------------------

Session "default" started at 2008-10-13T00:42:41+0000
#1 DEBUG: WARNING: Calling getProject() on an object with multiple workspaces.
Time since start: 0.242319107056 seconds
-------------------------------------------------------------------------------

I created a new user.  Pretty sure I didn't do anything else, but now I get this:
Code: [Select]
Error (DBQueryError)
Query failed with message 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND show_in_parents = 1) ORDER BY updated_on DESC LIMIT 0, 5' at line 1'
Error params:
File: /Applications/xampp/xamppfiles/htdocs/opengoo/environment/library/database/adapters/AbstractDBAdapter.class.php
Line: 371
Sql: SELECT * FROM `og_project_charts` WHERE (project_id in () AND show_in_parents = 1) ORDER BY updated_on DESC LIMIT 0, 5
Error number: 1064
Error message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND show_in_parents = 1) ORDER BY updated_on DESC LIMIT 0, 5' at line 1
Backtrace:
#0 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/library/database/adapters/AbstractDBAdapter.class.php(289): AbstractDBAdapter->prepareAndExecute('SELECT * FROM `...', NULL)
#1 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/library/database/DB.class.php(194): AbstractDBAdapter->executeAll('SELECT * FROM `...', NULL)
#2 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/classes/dataaccess/DataManager.class.php(182): DB::executeAll('SELECT * FROM `...')
#3 /Applications/xampp/xamppfiles/htdocs/opengoo/application/models/project_charts/base/BaseProjectCharts.class.php(109): DataManager->find(Array)
#4 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/classes/dataaccess/DataManager.class.php(210): BaseProjectCharts->find(Array)
#5 /Applications/xampp/xamppfiles/htdocs/opengoo/application/models/project_charts/base/BaseProjectCharts.class.php(126): DataManager->findAll(Array)
#6 /Applications/xampp/xamppfiles/htdocs/opengoo/application/models/project_charts/base/BaseProjectCharts.class.php(128): BaseProjectCharts->findAll(Array)
#7 /Applications/xampp/xamppfiles/htdocs/opengoo/application/controllers/DashboardController.class.php(56): BaseProjectCharts->findAll(Array)
#8 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/classes/controller/Controller.class.php(69): DashboardController->index()
#9 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/classes/controller/PageController.class.php(62): Controller->execute('index')
#10 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/classes/Env.class.php(152): PageController->execute('index')
#11 /Applications/xampp/xamppfiles/htdocs/opengoo/init.php(150): Env::executeAction('dashboard', 'index')
#12 /Applications/xampp/xamppfiles/htdocs/opengoo/index.php(9): require('/Applications/x...')
#13 {main}
Autoglobal varibles:
$_GET:
$_POST:
$_COOKIE: Array (
  ['PHPSESSID'] => (string) 'b98ec06bf2353abea1dfd7bc79ff58d8'
  ['id'] => (string) '1'
  ['token'] => (string) 'cc594f5d466c363acd6ba56aa18cfff5682c50b4'
)
$_SESSION: Array (
  ['script_installer_executed_steps'] => Array (
    [0] => (int)1
    [1] => (int)2
    [2] => (int)3
    [3] => (int)1
    [4] => (int)2
    [5] => (int)3
    [6] => (int)3
  )
  ['cal_version'] => true
  ['cal_month'] => (string) '10'
  ['cal_year'] => (string) '2008'
  ['cal_day'] => (string) '10'
)
Execution time:
Total execution time: 0.151149 seconds

3
Installation problems / Re: Can't install - 500 Internal Server Error
« on: October 12, 2008, 09:53:26 am »
Looks like its running out of memory...

Code: [Select]
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 19456 bytes) in /Applications/xampp/xamppfiles/htdocs/opengoo/application/models/project_tasks/ProjectTask.class.php on line 1044
I changed the memory limit in php.ini to 16M and it seems to work now (should that be enough??).  I have only added a new user so far, but thats much further than the blank screen!!! 

Thanks for the point in the right direction.  Lots to learn with the sort of stuff!!!  :)

EDIT:  Maybe I should start a new thread, not sure....

I tried to save a new word document, but it didnt seem to work.  I tried to upload a document but no luck there either.  One of the posts here suggested switching from FileSystem to Database file management.  I did that, but now when I try and login, i get this big ol' message....

Code: [Select]
Query failed with message 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND show_in_parents = 1) ORDER BY updated_on DESC LIMIT 0, 5' at line 1'
Error params:
File: /Applications/xampp/xamppfiles/htdocs/opengoo/environment/library/database/adapters/AbstractDBAdapter.class.php
Line: 371
Sql: SELECT * FROM `opg_project_charts` WHERE (project_id in () AND show_in_parents = 1) ORDER BY updated_on DESC LIMIT 0, 5
Error number: 1064
Error message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND show_in_parents = 1) ORDER BY updated_on DESC LIMIT 0, 5' at line 1
Backtrace:
#0 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/library/database/adapters/AbstractDBAdapter.class.php(289): AbstractDBAdapter->prepareAndExecute('SELECT * FROM `...', NULL)
#1 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/library/database/DB.class.php(194): AbstractDBAdapter->executeAll('SELECT * FROM `...', NULL)
#2 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/classes/dataaccess/DataManager.class.php(182): DB::executeAll('SELECT * FROM `...')
#3 /Applications/xampp/xamppfiles/htdocs/opengoo/application/models/project_charts/base/BaseProjectCharts.class.php(109): DataManager->find(Array)
#4 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/classes/dataaccess/DataManager.class.php(210): BaseProjectCharts->find(Array)
#5 /Applications/xampp/xamppfiles/htdocs/opengoo/application/models/project_charts/base/BaseProjectCharts.class.php(126): DataManager->findAll(Array)
#6 /Applications/xampp/xamppfiles/htdocs/opengoo/application/models/project_charts/base/BaseProjectCharts.class.php(128): BaseProjectCharts->findAll(Array)
#7 /Applications/xampp/xamppfiles/htdocs/opengoo/application/controllers/DashboardController.class.php(56): BaseProjectCharts->findAll(Array)
#8 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/classes/controller/Controller.class.php(69): DashboardController->index()
#9 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/classes/controller/PageController.class.php(62): Controller->execute('index')
#10 /Applications/xampp/xamppfiles/htdocs/opengoo/environment/classes/Env.class.php(152): PageController->execute('index')
#11 /Applications/xampp/xamppfiles/htdocs/opengoo/init.php(150): Env::executeAction('dashboard', 'index')
#12 /Applications/xampp/xamppfiles/htdocs/opengoo/index.php(9): require('/Applications/x...')
#13 {main}
Autoglobal varibles:
$_GET: Array (
  ['c'] => (string) 'dashboard'
  ['a'] => (string) 'index'
)
$_POST:
$_COOKIE: Array (
  ['PHPSESSID'] => (string) '824e0b41ed9ae3631997275669156eac'
  ['id'] => (string) '2'
  ['token'] => (string) 'a8bc2436c90f7136c3fd86d70a8c69c939616a11'
)
$_SESSION: Array (
  ['cal_version'] => true
  ['cal_month'] => (string) '10'
  ['cal_year'] => (string) '2008'
  ['cal_day'] => (string) '12'
  ['cal_loginfailed'] => (int)0
  ['cal_user'] => (string) 'Rob'
  ['cal_userid'] => (int)2
)

4
Installation problems / Re: Can't install - 500 Internal Server Error
« on: October 10, 2008, 10:45:00 am »
Any "special" configuration in any relevant .htaccess file ?

No, but there was a .htaccess file in the ~/opengoo.  So I deleted it and it worked straight away.  Maybe deleting it was a bad idea??

Now I get to the login screen, but after logging in I just get a blank page.  http://xxx.com/opengoo/index.php?c=dashboard&a=index

5
Installation problems / Can't install - 500 Internal Server Error
« on: October 09, 2008, 09:24:17 am »
I know i just haven't done something properly, but I can't even begin to get opengoo to install.  XAMPP is installed and working properly (i think anyways).  I have a website up and running and EyeOS also.  But I want to give this a go for a bit.

I can't even start the installation process.  If I point my browser at any index.php file in the opengoo folder, I get the '500 Internal Server Error'.

I have the newest release of XAMPP for Mac OS X 0.7.4 installed on Leopard OSX 10.5.4.

I'm sure there is some easy explanation as to what I am doing wrong, but I can't figure it out.

Any ideas??
Cheers.

Pages: [1]