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 - dj atrac

Pages: [1] 2
1
Deutsch / Re: Ansicht hochgeladener PDF-Dokumente
« on: September 03, 2010, 05:21:44 pm »
...das ist äußerst seltsam...bei mir ist es genau umgekehrt...hochgeladene dokumente kann ich anzeigen im firefox...aus mail zugeordnete sollen heruntergeladen werden...

ich versteh das nicht  ???

lg frank

2
Older versions / Re: [1.7-beta2] SQL Errors on Overview
« on: April 26, 2010, 06:09:29 am »
hi. same problem with mysql Version 4.1.22:

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 '(DAY, (`repeat_num`-1)*`repeat_d`, `start`) >= '2010-04-24 22:00:00' OR ' at line 28'
Error params:
File:    /kunden/155010_66780/foffice/environment/library/database/adapters/AbstractDBAdapter.class.php
Line:    386
Sql:    SELECT * FROM `foffice_project_events` WHERE `trashed_on` = '0000-00-00 00:00:00' AND ( ( -- -- THIS RETURNS EVENTS ON THE ACTUAL DAY IT'S SET FOR (ONE TIME EVENTS) -- ( `repeat_h` = 0 AND ( `duration` > `start` AND (`start` >= '2010-04-24 22:00:00' AND `start` < '2010-04-25 22:00:00' OR `duration` <= '2010-04-25 22:00:00' AND `duration` > '2010-04-24 22:00:00' OR `start` < '2010-04-24 22:00:00' AND `duration` > '2010-04-25 22:00:00') OR `type_id` = 2 AND `start` >= '2010-04-24 22:00:00' AND `start` < '2010-04-25 22:00:00' ) ) -- -- THIS RETURNS REGULAR REPEATING EVENTS - DAILY, WEEKLY, MONTHLY, OR YEARLY. -- OR ( `repeat_h` = 0 AND DATE(`start`) <= '2010-04-24 22:00:00' AND ( ( MOD( DATEDIFF(ADDDATE(`start`, INTERVAL 2 HOUR), '2010-04-25') ,repeat_d) = 0 AND ( TIMESTAMPADD(DAY, (`repeat_num`-1)*`repeat_d`, `start`) >= '2010-04-24 22:00:00' OR repeat_forever = 1 OR repeat_end >= '2010-04-25' ) ) OR ( MOD( PERIOD_DIFF(DATE_FORMAT(`start`,'%Y%m'),DATE_FORMAT('2010-04-24 22:00:00','%Y%m')) ,repeat_m) = 0 AND `start` <= '2010-04-24 22:00:00' AND DAY(`start`) = 25 AND ( TIMESTAMPADD(MONTH, (`repeat_num`-1)*`repeat_m`, `start`) >= '2010-04-24 22:00:00' OR repeat_forever = 1 OR repeat_end >= '2010-04-25' ) ) OR ( MOD( (YEAR(DATE(`start`))-YEAR('2010-04-24 22:00:00')) ,repeat_y) = 0 AND `start` <= '2010-04-24 22:00:00' AND DAY(`start`) = 25 AND MONTH(`start`) = 04 AND ( TIMESTAMPADD(YEAR, (`repeat_num`-1)*`repeat_y`, `start`) >= '2010-04-24 22:00:00' OR repeat_forever = 1 OR repeat_end >= '2010-04-25' ) ) ) ) -- -- THIS RETURNS EVENTS SET TO BE A CERTAIN DAY OF THE WEEK IN A CERTAIN WEEK EVERY CERTAIN AMOUNT OF MONTHS -- OR ( DATE(`start`) <= '2010-04-24 22:00:00' AND `repeat_h` = 1 AND `repeat_dow` = DAYOFWEEK('2010-04-24 22:00:00') AND `repeat_wnum` + 13 - 1 = WEEK('2010-04-24 22:00:00', 3) AND MOD( PERIOD_DIFF(DATE_FORMAT(`start`, '%Y%m'), DATE_FORMAT('2010-04-24 22:00:00', '%Y%m')), `repeat_mjump`) = 0 ) ) AND ( ( ( `created_by_id` = 1) OR ( EXISTS ( SELECT * FROM `foffice_object_user_permissions` `xx_oup` WHERE `xx_oup`.`rel_object_id` = foffice_project_events.id AND `xx_oup`.`rel_object_manager` = 'ProjectEvents' AND `xx_oup`.`user_id` IN (1,10000000) AND `xx_oup`.can_read = true) ) OR ( EXISTS ( SELECT * FROM `foffice_project_users` `xx_pu`, `foffice_workspace_objects` `xx_wo` WHERE `xx_pu`.`user_id` IN (1,10000000) AND `xx_pu`.`project_id` = `xx_wo`.`workspace_id` AND `xx_wo`.`object_id` = foffice_project_events.id AND `xx_wo`.`object_manager` = 'ProjectEvents' AND `xx_pu`.can_read_events = true ) ) ) ) AND `archived_by_id` = 0) ORDER BY `start`
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 '(DAY, (`repeat_num`-1)*`repeat_d`, `start`) >= '2010-04-24 22:00:00' OR ' at line 28
Backtrace:
#0 /kunden/155010_66780/foffice/environment/library/database/adapters/AbstractDBAdapter.class.php(304): AbstractDBAdapter->prepareAndExecute('SELECT * FROM `...', NULL)
#1 /kunden/155010_66780/foffice/environment/library/database/DB.class.php(211): AbstractDBAdapter->executeAll('SELECT * FROM `...', NULL)
#2 /kunden/155010_66780/foffice/environment/classes/dataaccess/DataManager.class.php(262): DB::executeAll('SELECT * FROM `...')
#3 /kunden/155010_66780/foffice/application/models/ProjectDataObjects.class.php(31): DataManager->find(Array)
#4 /kunden/155010_66780/foffice/application/models/project_events/base/BaseProjectEvents.class.php(176): ProjectDataObjects->find(Array)
#5 /kunden/155010_66780/foffice/environment/classes/dataaccess/DataManager.class.php(299): BaseProjectEvents->find(Array)
#6 /kunden/155010_66780/foffice/application/models/project_events/base/BaseProjectEvents.class.php(193): DataManager->findAll(Array)
#7 /kunden/155010_66780/foffice/application/models/project_events/base/BaseProjectEvents.class.php(195): BaseProjectEvents->findAll(Array)
#8 /kunden/155010_66780/foffice/application/models/project_events/ProjectEvents.class.php(158): BaseProjectEvents::findAll(Array)
#9 /kunden/155010_66780/foffice/application/views/dashboard/widget_calendar.php(181): ProjectEvents::getDayProjectEvents(Object(DateTimeValue), NULL, NULL, 1, ' 0 1 3')
#10 /kunden/155010_66780/foffice/environment/classes/template/Template.class.php(85): include('/kunden/155010_...')
#11 /kunden/155010_66780/foffice/application/views/dashboard/widget.php(34): Template->includeTemplate('/kunden/155010_...')
#12 /kunden/155010_66780/foffice/environment/classes/template/Template.class.php(85): include('/kunden/155010_...')
#13 /kunden/155010_66780/foffice/application/views/dashboard/index.php(100): Template->includeTemplate('/kunden/155010_...')
#14 /kunden/155010_66780/foffice/environment/classes/template/Template.class.php(85): include('/kunden/155010_...')
#15 /kunden/155010_66780/foffice/environment/classes/template/Template.class.php(56): Template->includeTemplate('/kunden/155010_...')
#16 /kunden/155010_66780/foffice/environment/classes/template/template.php(35): Template->fetch('/kunden/155010_...')
#17 /kunden/155010_66780/foffice/environment/classes/controller/PageController.class.php(115): tpl_fetch('/kunden/155010_...')
#18 /kunden/155010_66780/foffice/environment/classes/Env.class.php(139): PageController->getContent()
#19 /kunden/155010_66780/foffice/init.php(150): Env::executeAction('dashboard', 'index')
#20 /kunden/155010_66780/foffice/index.php(9): require('/kunden/155010_...')
#21 {main}
Autoglobal varibles:
$_GET:    Array (
  ['ajax'] => (string) 'true'
  ['c'] => (string) 'dashboard'
  ['a'] => (string) 'index'
)
$_POST:    
$_COOKIE:    Array (
  ['PHPSESSID'] => (string) 'a2de5c17b5ea77a4c3daf4067edfe3af'
  ['id'] => (string) '1'
  ['token'] => (string) '2cf02923df0a80cadea1484df750d36cf3f90711'
)
$_SESSION:    Array (
  ['year'] => (string) '2010'
  ['month'] => (string) '4'
  ['day'] => (string) '26'
)
Execution time:
Total execution time: 0.234777 seconds

3
Older versions / Re: bug in 1.7 beta (overview & calendar)
« on: April 01, 2010, 04:26:07 pm »
i have 4.1.22

1.62 works fine with the same server and with the database (exaxtly on the same!)

4
Older versions / Re: bug in 1.7 beta (overview & calendar)
« on: April 01, 2010, 01:04:05 pm »
ok...

i think that's the problem:

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 '(DAY, (`repeat_num`-1)*`repeat_d`, `start`) >= '2010-03-28 22:00:00' OR ' at line 28'

but i don't understand the message...

lg frank

5
Older versions / bug in 1.7 beta (overview & calendar)
« on: April 01, 2010, 12:45:55 pm »
try 1.7 beta:

no overview & calender view!

error message:
"We are sorry, but Feng Office is not currently able to execute your request. An Error Report has been sent to the administrator."

6
Deutsch / demo 1.7 beta
« on: March 31, 2010, 11:04:17 am »
hallo, weiß jemand eine seite, wo man sich die beta mal live ansehen kann?

lg frank

7
Deutsch / Re: Ansicht hochgeladener PDF-Dokumente
« on: March 30, 2010, 01:26:07 pm »
...seltsam, daß zb zip dateien erkannt werden...nur die pdf sind unbkannt...hmmm?!

8
Deutsch / Re: Ansicht hochgeladener PDF-Dokumente
« on: March 30, 2010, 08:51:00 am »
hallo henry, danke für dein bemühen, habe es mal umgestellt ohne erfolg.

die einstellung befindet sich bei 1.6.2 auch schon in der benutzereinstellung...

lg frank

9
Deutsch / Re: Ansicht hochgeladener PDF-Dokumente
« on: March 30, 2010, 05:24:47 am »
hallo zusammen, habe die datei mal geändert. im firefox kann ich dokumente direkt im browser betrachten. allerdings nur die dokumente die ich aus email-anhängen übernommen habe. selbst hochgeladenen pdf's werden nicht angezeigt und in der dokumentenliste auch nicht als pdf gekennzeichnet...

-der erste eintrag wurde per mailanhang übernommen
-der zweite eintrag wurde per upload hochgeladen
-jeweils die gleiche datei!

hängt mit dem Mime type zusammen...

bei der ersten datei wird er korrekt als pdf angezeigt.
bei der zweiten datei wird er allgemein als "application/force-download" gekennzeichnet...

lg frank


10
Announcements / Re: OpenGoo 1.5 beta released!
« on: July 06, 2009, 05:39:07 pm »
email doesn't work. i try new mail: "We are sorry, but OpenGoo is not currently able to execute your request. An Error Report has been sent to the administrator."

???

lg frank

11
General Discussion / Mail with attachments
« on: March 23, 2009, 05:16:13 am »
I think email attachments is one of the most praktical thing in work with emails. what do you think? It's my most wishing feature in opengoo!!!

12
General Discussion / Re: email
« on: March 23, 2009, 05:13:09 am »
hi, but for quick send a document you need attachments...
you can make it possible by admin settings, you can allow it or not...

but without email-attachments, most people say "this is not a praktical mail!!"


thanks frank

13
General Discussion / Re: email
« on: March 19, 2009, 04:39:16 pm »
hi, email attachment is one of the most importet things by using email!
in colloboration it's clear document sharing is better. but how can you send invoices or some document to extern contacts???

lg frank

14
General Discussion / email
« on: March 17, 2009, 04:11:58 pm »
hi, what about email attachments? when will it be possible? in the next release?

lg frank

15
Announcements / Re: OpenGoo 1.3 RC2
« on: March 11, 2009, 05:03:53 pm »
hi, when will be emails with attachments possible...?
the only thing that i missing urgent!!!

thanks frank

Pages: [1] 2