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 - samuel.kroslak

Pages: [1]
1
I found the same problem to occur in Firefox but not in IE. Seems that something in Firefox on my side is blocking the Javascript from loading.
I'm experiencing the OG to run more smoothly on IE too. Fewer JavaScript errors. Interesting, I'll keep an eye on it.

2
It could be that the server is heavily loaded or you are going through a bad internet connection, and so requests to the server are not completed. If a request is not completed while loading a javascript for OpenGoo it can cause several errors later.

Though it is not a solution to your problem, check out this. It should at least reduce the frequency of your errors.

My suggestion is to look for server load problems or internet connection problems. For example, are you experiencing slow performance with other applications in the same server? Are you getting slow page loads for other internet pages? etc.
ok, I configured my installation with this performance tweaks from wiki and it really feels  a bit faster. Most probably you are right about the cause of 'not rendering' my sections. My installation is on the Apache server where I have no access - it's my webhosting company. The opengoo installation is on the same server as my company's webpage.
Thanks for hints ignacio, I'll keep an eye on this issue and report later

3
Hello there,

I've got very annoying problem with my installation. Random pages, usually Overview, or Tasks or whatever are not rendered at all. I can't determine what triggers this behavior, when debugging is on, no error appears in log.php. My config:
MySQL - 5.1.31
PHP 5.1.4
Apache 1.3.27

Through Firebug, I can see these errors in console:
Code: [Select]
milestone is null
anonymous(Object group_name=Unclassified group_id=unclassified)11 (line 444)
anonymous(10)11 (line 880)
anonymous(true, Object contents=Object current=false errorCode=0)11 (line 862)
anonymous()og.js (line 499)
anonymous()ext-base.js (line 9)
anonymous()ext-all.js (line 17)
anonymous()ext-base.js (line 10)
anonymous()ext-base.js (line 10)
[Break on this error] (1608 out of range 1364)og.js (line 1608)

and also this one:
Code: [Select]
Permission denied to access property 'dom' from a non-chrome context
anonymous()ext-all.js (line 14)
anonymous()ext-all.js (line 13)
anonymous()ext-all.js (line 14)
anonymous()ext-all.js (line 13)
anonymous()ext-base.js (line 10)
[Break on this error] (function(){var D=Ext.lib.Dom;var E=Ext....e El.cache;delete El._flyweights})})();\next-all.js (line 14)

but weirdly, it seems like this is not the cause of 'not rendering' my sections. In firebug, when I click on section, header and workspaces are updated, but I'm waiting indefinitely for content frame to load.
Here are the headers:
Code: [Select]
Request Headers
Host www.kroslak.sk
User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
Referer http://www.kroslak.sk/goo/index.php?c=access&a=index
Cookie PHPSESSID=bb3360e83f66105d2787ad557c313cb2; id=1; token=e4a1c833e79cbb9e466bf3e236f6f8ad7bf8d782; remember=1

params:
Code: [Select]
a index
active_project 0
ajax true
c dashboard

and no response. When (in firebug) I manualy click on load response, this shows up:
Code: [Select]
{"contents":{},"current":false,"errorCode":0,"errorMessage":"","events":[]}

I'm not a web developer, so I'm not sure which of these codes will make sense for anyone, but I'll appriciate any help, because I can't go to production with this installation if errors like this are present.
Besides, performance is very jumpy, one time it goes fast like hell, other times, it's loading longer than usual, but I don't want to make conclusions about performance right now, I have to test it more.

4
interestingly, I no longer see this error and I'm working in this same OpenGoo installation for a few days now.
However, I have troubles sometimes to reach some sections, for ex. Tasks, I simply can't open them. "Loading..." says the header, loading stops after few seconds and the window stays blank (no Tasks toolbar, no content in this sub frame).
What is even more interesting, this inability to reach section disappears after few minutes, I'll keep an eye on it and report later.
thanks

5
Older versions / Re: error: og.TasksBottomToolbar is not a constructor
« on: August 19, 2009, 05:11:56 pm »
I've got another one right now, when I browsed to Tasks section:
Code: [Select]
Error: ogTasks.draw is not a function

sadly, it won't go away... and I have no clue how to get rid of it and acces my tasks :(
Interstingly, all other sections work, also on Overview page I SEE my current Tasks on preview panel at the bottom left by default. Problem is only when I try to go to Tasks section...

edit: well, this is kind of interesting... after few minutes of trying, this error disappeared and everything works like a charm again. This error seems to appear at random basis. I have debug mode ON (no effect on error), but nothing showed up in goo/cache/log.php

6
Older versions / Re: error: og.TasksBottomToolbar is not a constructor
« on: August 18, 2009, 04:12:17 pm »
thx Pet for directions, here goes my info:
MySQL - 5.1.31
MySQL charset:  UTF-8 Unicode (utf8)
MySQL connection collation: utf8_unicode_ci

PHP 5.1.4

Apache API Version    20051115
I can't find Apache version for now... phpinfo() is returning only string "apache" for "apache version" field :(
I also tried this script:
Code: [Select]
     function apacheversion() {
      $ver = split("[/ ]",$_SERVER['SERVER_SOFTWARE']);
      $apver = "$ver[1] $ver[2]";
      return $apver;
      }
neither works (returns empty string). I'll write my hosting company if needed..

here are loaded modules if it helps in any way ->
Loaded Modules    core mod_authn_file mod_authn_default mod_authz_host mod_authz_groupfile mod_authz_user mod_authz_default mod_auth_basic mod_include mod_deflate mod_log_config mod_env mod_expires mod_headers mod_setenvif mod_ssl prefork http_core mod_mime mod_status mod_autoindex mod_suexec mod_cgi mod_negotiation mod_dir mod_actions mod_alias mod_rewrite mod_so mod_cpuusage mod_php5

My hosting company is also using an eAccelerator 0.9.5.3

I also instaled the Backup plugin from official website, do you have it installed too, koko?

edit: after few hours, I browsed to my OG installation and the tasks section suddenly works! One glitch is, that when I login, my Overview panel is not rendered at all, I have to click through some sections and go back to Overview, after that, its ok... I'll take an eye on it  :-X :P

7
this error appears when I want to create a new task.
<og_root>/cache/log.php says nothing about this.
I'm using Apache + MySql InnoDB + PHP... but I don't know which version, because it's hosted on remote server, is there a way how to get version number of these?

8
I'm running on IIS just fine if it helps

I already moved my installation (it's testing anyway) to Apache on linux, so the problem is gone. I already deployed 1.5.2, it's working like a charm.
anyway, thanks for reply Pet!

9
ouch, I've just discovered this OG is running under MS IIS instead of Apache  :(
In a readme.txt to OG I read that recommended is Apache, so I'll have to move it to Apache in a few days and try again...

10
well, it certainly is showing up every once in a while. It's located on totally random page within OG, even inside the Administration pages. When page is rendering, I can see something like this:
Code: [Select]
{"contents":{},"current":{"type":"html","data":"\n
\n\t
\n\t\t
Configuration<\/div>\n\t<\/div>\n\t
<\/div>\n\t
\n\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t
General<\/a><\/h2>\n\t\t\t\t\t\t\t\t\t\t\t
General OpenGoo settings.<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t
Mailing<\/a><\/h2>\n\t\t\t\t\t\t\t\t\t\t\t
Use these settings to set up how OpenGoo should handle email sending. You can use configuration options provided in your php.ini or set it so it uses any other SMTP server.<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t
Modules<\/a><\/h2>\n\t\t\t\t\t\t\t\t\t\t\t
Use these settings to enable or disable OpenGoo modules. Disabling a module only hides it from the graphical interface. It doesn't remove permissions from users to create or edit content objects.<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t
Passwords<\/a><\/h2>\n\t\t\t\t\t\t\t\t\t\t\t
Use these settings to manage password options.<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t
\n\t\t\t
Default user preferences<\/a><\/h2>\n\t\t\t
Choose the default values for user preferences. This values apply when the user hasn't chosen a value for an option yet.<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>","actions":null,"config":"administration","makeDefault":null,"panel":"administration","url":"index.php?&active_project=2&ajax=true&c=administration&a=configuration&current=administration&_dc=1250096007862&current=administration&_dc=1250096011839"},"errorCode":0,"errorMessage":"","events":[]}
Fatal error: Internal zval's can't be arrays, objects or resources in Unknown on line 0

11
I'm sure you already seen this, it happens when I want to attach file with "common" file name to my post in this forum. Where "common" means a name that already appears literally anywhere else around here...

Honestly, as far as this is a forum embedded in site that deals with collaboration software... have you guys considered a better forum platform/software?

Don't get me wrong, I'm happy with what is here and I appreciate it, just some of these quirks... :)

12
whoa, now my entire OG installation crashed down with style :)
my http://<OG root>/ returns this>
<br />
<b>Fatal error</b>:  Internal zval's can't be arrays, objects or resources in <b>Unknown</b> on line <b>0</b><br />

I'm trying to debug it and see what's happening...

edit: now it's working (I misspelled my default language in config.php), I cleared cash folder and relaunched. But the problem is still here, now I see it affects Translator tool too!
(in goo/public/tools the same fatal error is shown just below the menu right in html)

13
Hello,

I've just made a fresh installation of og 1.5.1 and after everything went fine, I logged into og and just browsed through the sections of og. However, I can see there errors like this one:

Code: [Select]
{"contents":{},"current":{"type":"panel","data":"files","actions":null,"config":null,"makeDefault":true},"errorCode":0,"errorMessage":"","scripts":["http:\/\/kroslak.sk\/goo\/public\/assets\/javascript\/og\/FileManager.js"],"replace":true,"events":[]}
Fatal error: Internal zval's can't be arrays, objects or resources in Unknown on line 0

I turned on debug mode, but it has no effect on this error.

This particular error showed up when I clicked on "Email" tab. It disappears after clicking on other tabs, but once in a while it appears again at random basis. It also appears on "Documents" tab... 

I'll provide more info if needed

Pages: [1]