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

Pages: [1] 2 3
1
Community Contributions / Re: plugins.fengoffice.com/
« on: August 08, 2011, 12:09:14 pm »
site is working, but at the moment under heavy development (it was inactive for some time but i restarted it two months ago)

if your interested in beta testing mail me : kontakt@nicolas-berens.de

2
Installation problems / Re: Backup & Restore fail
« on: July 17, 2011, 10:58:42 am »
It's the connect_timeout  variable

3
How To's / Re: Speeding up FENG?
« on: July 11, 2011, 10:06:32 am »
which is exactly what you said in your last post  ;)

4
How To's / Re: Speeding up FENG?
« on: July 11, 2011, 09:42:38 am »
I know this was just an answer to the statement that css and js loading takes a lot of time. time

Of course this doesn't affect the server load, but if you use feng over a small bandwidth connection it helps,
I only use JS combining because css combining destroys my own stylesheets.



5
How To's / Re: Speeding up FENG?
« on: July 11, 2011, 07:52:23 am »
in this case, set the righjt headers for caching js and images within you webserver (so that they are kept for a few weeks) and combine all the javascript files,

simply go to

youdomain.tld/public/tools/ and click on combine js and css


after this you need to edit your config.php and set the two constants COMPRESSED_CSS and COMPRESSED_JS to true.

this dramaticaly reduces the loading time


BUT:! it only works with the stantdard theme of feng not with any custom design

6
Installation problems / Re: Backup & Restore fail
« on: July 07, 2011, 01:02:29 am »
it should with a higher timeout, just try it. and if it still fails disable it for local connections.


and 100 lines per statement was just an estimate in case you cant change the values

7
Installation problems / Re: Backup & Restore fail
« on: July 06, 2011, 01:12:59 pm »
can you edit the server configuration ? if yes, set the timeout temporarily to a higher (3-4 times) limit.
if not, split the file in multiple chunks , so just add 100 lines. let it process, and then add another 100

8
Installation problems / Re: Backup & Restore fail
« on: July 05, 2011, 01:59:00 pm »
>When I attempted to restore, I was not able to successfully restore to the new server. It would always error out right around the og_file_repo table.

Which error ?

9
Looks awesome, thank you for sharing

10
Development / Re: major development on feng office
« on: July 02, 2011, 10:49:28 am »
any way to get the code changes ? (prefereable as a patch file ?)

11
General Discussion / Re: Database Limitation?
« on: July 01, 2011, 05:43:39 am »
Storing BLOBs in a Database is allways a bad idea, also, if he is mounting the directory from one server  on the other server its not failover anymore because if the first server is gone, the data is also gone,

i would reccomend a solution like unison to sync the directorys

12
How To's / Re: Speeding up FENG?
« on: July 01, 2011, 05:21:07 am »
my question was more about choiceoutsource server where he uses FO

13
How To's / Re: Speeding up FENG?
« on: June 29, 2011, 01:11:21 pm »
I also would recommend to use APC, installation takes only a few minutes, and further optimization of the configuration is also not a very time consuming task

On the other side:
What are the specs of the server FengOffice is running on?
Which OS, PHP & MySQL Version, wich Web Server. And, also the configuration files, memory limit of PHP, the limits of MySQL, is the Fengoffice Database in a InnoDB enviroment or MyISAM, etc.

14
Community Contributions / Re: plugins.fengoffice.com/
« on: March 22, 2011, 02:37:45 pm »
i haven't written something for a long time, so here a small status report:


after seeing that gitorious is a little bit oversized and lacks some neccesary features im back at redmine:
this time a little bit different,
-complete git integration (http and git with keys)
-svn and others also possible but not as default

domain is the same, BUT ist atm under development, but i will need betatesters so if your interested, create yourself a account and write me an email --> kontakt@nicolas-berens.de

15
Community Contributions / Re: plugins.fengoffice.com/
« on: March 02, 2011, 01:21:50 pm »
i'm not discuraged, i just thought, if nobody uses it a clean start is easier than migrating everything i did to a new platform..

edit: in fact i'm waiting for march 4th, because then, gitorious moves gem-handling to bundler which makes maintaining multiple ruby on rails applications on one server much easier

Pages: [1] 2 3