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

Pages: 1 ... 4 5 [6] 7
76
How To's / Re: OpenGoo Email - GoDaddy Hosted Account Integration?
« on: November 18, 2008, 05:54:20 pm »
does your email provider requere ssl authentication?

77
New Community Members / Re: This is shuvro
« on: November 18, 2008, 04:14:22 pm »
there is a directory called "language" and within there you find subdirectories for en_us, for example.
they contain the language file.
just translate them:
'register' => 'Register',
change the thing after the arrow (=>) to the word in your language.
and of course keep the "  '  " ;)

in the directory above you can just copy on of the files corresponding to your language, eg en_us.php to de_de.php  (for german)

if you want to test your translation, go to config/config.php and change the lanuage setting (  define('DEFAULT_LOCALIZATION', 'de_de'); )
to your language

that's it

78
How To's / Re: change language (as a user)
« on: November 18, 2008, 10:57:02 am »
yeah that's clear :)

79
How To's / Re: change language (as a user)
« on: November 18, 2008, 04:11:43 am »
then please add this as a feature request :)
language changeable for each user seperately :>

80
Installation problems / Re: Can't install OpenGoo on university server
« on: November 17, 2008, 04:38:20 pm »
does the server support php??
is opengoo in the cgi-bin directory?
shouldn't it be on htdocs or sth like that?

81
How To's / Re: Document utilisation
« on: November 17, 2008, 01:43:03 pm »
but are all there folders and subfolders really needed to identify a file?
isn#t that information saved in the database?

i know that beasically it's not the sence of that filesystem that users downlaod the files with ftp or sth like that, but a filesystem that is more easy to read would be better.

maybe one can save revisions with the same filename and just append the revision to the filename?

82
How To's / change language (as a user)
« on: November 17, 2008, 10:03:15 am »
maybe i am just blind.. but where can a user change the language?
or where is defined which language to use?

83
How To's / Re: Uploadign of files error
« on: November 17, 2008, 10:01:01 am »
that's the strange thing... i dont get any error messagein the log file any more....
i dont know why...
maybe this new function you mentioned in you last post doesn't log the error?

84
Applications / Re: Hacking the ContentPanel
« on: November 17, 2008, 02:22:48 am »
mhm as you have opengoo running in a browser you can also open a new tab and then open the web page...
maybe opening it inside opengoo is a nice addon, but i think there are more important features to be deatl with that this one ^^

85
How To's / Re: Uploadign of files error
« on: November 16, 2008, 06:45:06 pm »
hi,

it sais: Failed to create folder '.../opengoo/upload/fc5dc/4e05b/d19a2'

but i checked and all these folders exist...
including some more that also seem to be created by opengoo (from earlier tries i guess..)
but there are no files in there

86
How To's / Re: Uploadign of files error
« on: November 16, 2008, 04:41:26 pm »
it's till trying to write to / or /var which ofc gets the same error :S

87
How To's / Re: Uploadign of files error
« on: November 16, 2008, 03:31:47 pm »
open_basedir restriction in effect. File(/.) is not within the allowed path(s):

but does it really need to check if /var exists if opengoo is in /var/www/opengoo ?
maybe it's important to tell you that i run ispcp on my server.
but that didn't cause any problems with webapps yet..

88
Deutsch / Re: German translation
« on: November 16, 2008, 02:38:18 pm »
mhm eine Sie form wirkt aber oft sehr unpersönlich.
in deutsch brauch man halt beides.
dürfte abe rnicht all zu schwierig sein, wenn eine de rbeiden formen steht ;)

ist der erste post noch aktuell?
also stimmen die % zahlen?
ich würd mir auch ma ne datei anschaun, aber nich wennd ie schon jemand anders macht ^^

89
How To's / Re: Uploadign of files error
« on: November 16, 2008, 01:32:56 pm »
ok just tried that:
when i only use 'upload'
#1 ERROR: Error: is_dir() [<a href='function.is-dir'>function.is-dir</a>]: open_basedir restriction in effect. File(/upload) is not within the allowed path(s)

/upload? :S

when i insert the full path:  define('FILES_DIR',        '/var/www/virtual/soomon.de/htdocs/opengoo/upload');
i again get:
#1 ERROR: Error: is_dir() [<a href='function.is-dir'>function.is-dir</a>]: open_basedir restriction in effect. File(/var) is not within the allowed path(s):

also when i change ROOT to /var/www/virtual/soomon.de/htdocs/opengoo/
and upload dir to /upload

why does opengoo even try to read on /var and not on it's root directory
/var/www/virtual/soomon.de/htdocs/opengoo
?

90
How To's / Re: Uploadign of files error
« on: November 16, 2008, 12:09:35 pm »
hi,

i downloaded it from sourceforge (link from you homepage),
seems to be the same problem like tiaan has (first page of this thread, opengoo trying to list /home instead of his homedir).
maybe some inaccuracy in the code?
or is there some specific variable used?

Pages: 1 ... 4 5 [6] 7