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 - mekgp

Pages: [1]
1
Announcements / Re: OpenGoo 1.0 RC3!
« on: November 06, 2008, 02:32:02 am »
Seems to still be issue with deleting notes, documents, and/or contacts from the system.  I will see if I can gather any further information...

2
Feng Office 1 / Re: [bug] contacts can't be deleted !!
« on: October 29, 2008, 06:41:49 pm »
Hmmm....just updated to the RC1 solution.  Can't seem to delete "notes" from the notes tab.  Looking at it more.  Will report any further information. ;)  Great work to this point...

3
Getting Started / Re: Email
« on: October 29, 2008, 04:58:29 pm »
Gmail accounts are currently not supported because they require SSL/TLS connections.
Take a look at this workaround:
http://forums.opengoo.org/index.php?topic=190.0
Thanks,
Marcos

Thxs Marcos...I'll see what I can setup!  ;)

4
Getting Started / Re: Email
« on: October 27, 2008, 03:32:06 pm »
Code: [Select]
Error
Email retrieval complete: 0 emails received.<br/><br/>Error checking account 'xxxxxxxxx@gmail.com': Sockets Error: (0) -- The operation completed successfully.
Click to remove

Any ideas? 
My thought it is because this server is on/with a No-IP address.  The message states "....successfully." but no messages seem to appear that I've tested with.

5
Installation problems / Re: Setup of OpenGoo
« on: October 27, 2008, 01:25:11 pm »
Its lines 120 through 124 that you need to comment, giving this:

Code: [Select]
120      /* $memory_limit = $this->return_bytes(ini_get('memory_limit')); // Memory allocated to PHP scripts
121      $suggested_memory = 12582912;     
122      if ( $memory_limit < $suggested_memory ) {
123       $this->addToChecklist("Variable 'memory_limit' is $memory_limit which might not  be enough for OpenGoo. You should increase it to at least $suggested_memory in   your php.ini.", false);
124    } */

That did it ignacio...Thxs!  I just wanted to make sure before I commented out the lines.  Reading the file, dropping 119-128 didn't look right.   Seems to have installed/setup correctly without notices, warnings or errors.  Time to give it a go....

6
Installation problems / Re: Setup of OpenGoo
« on: October 27, 2008, 01:50:00 am »
It seems like the memory_limit of your PHP installation returns zero. Just comment (or delete) lines 119 to 128 of the file C:\apache2triad\htdocs\_opengoo_\public\install\installation\steps\ChecksStep.class.php so as to disable memory limit checking for OpenGoo.
Marcos

Hello Marcos...
Are you sure those are the correct lines to modify?


Here is the section 119-128 of the above stated file:
 
Code: [Select]
119
120      $memory_limit = $this->return_bytes(ini_get('memory_limit')); // Memory allocated to PHP scripts
121      $suggested_memory = 12582912;     
122      if ( $memory_limit < $suggested_memory ) {
123       $this->addToChecklist("Variable 'memory_limit' is $memory_limit which might not  be enough for OpenGoo. You should increase it to at least $suggested_memory in   your php.ini.", false);
124    }
125     
126      $this->setContentFromTemplate('checks.php');
127   
128       if(ini_get('zend.ze1_compatibility_mode')) {

Memory_Limit per script in php.ini says 15M....

I also noticed that I'm getting a "Notice" in red at the top of the "Step 2: Environment Check" screen:
Code: [Select]
Notice: Uninitialized string offset: -1 in C:\apache2triad\htdocs\_opengoo_\public\install\installation\steps\ChecksStep.class.php on line 58

7
Installation problems / Re: Setup of OpenGoo
« on: October 27, 2008, 01:24:13 am »
Thanks cabeza!
I'll give that a go and see what happens.  I appreciate the fast turn around on the reply.   ;D

8
Installation problems / Setup of OpenGoo
« on: October 26, 2008, 08:42:20 pm »
Where did I take a wrong turn?  Everything seemed to work until I got the below message...

Code: [Select]
Notice: Uninitialized string offset: -1 in C:\apache2triad\htdocs\_opengoo_\public\install\installation\steps\ChecksStep.class.php on line 58
Warning: Cannot modify header information -
headers already sent by (output started at C:\apache2triad\htdocs\_opengoo_\public\install\installation\steps\ChecksStep.class.php:58)
in C:\apache2triad\htdocs\_opengoo_\environment\functions\general.php on line 367

Pages: [1]