 |
vtiger The Honest Open Source CRM
|
| Previous topic :: Next topic |
| Author |
Message |
nfotis
Joined: 10 Jul 2006
Posts: 3
|
| Posted: Mon Jul 10, 2006 10:58 am Post subject: Experiences installing vTiger 4.2.4 under SuSE 10.1 |
|
|
Hello there,
I decided to try 4.2.4 in a local SuSE 10.1 box.
Originally it included PHP 5, but I was forced to downgrade to PHP4 (not funny, let me tell you).
phpinfo() gives the following data (PHP version 4.4.2):
'./configure' '--prefix=/usr/local' '--datadir=/usr/share/php5i' '--mandir=/usr/share/man' '--bindir=/usr/bin' '--with-libdir=lib' '--includedir=/usr/include' '--sysconfdir=/etc/php5i/apache2' '--with-config-file-path=/etc/php5i/apache2' '--with-config-file-scan-dir=/etc/php5i/conf.d' '--with-exec-dir=/usr/lib/php5i/bin' '--enable-magic-quotes' '--enable-libxml' '--with-pcre-regex' '--with-gd' '--with-zlib' '--with-xml2-dir=/usr/lib' '--with-mysql=/usr' '--enable-session' '--enable-xml' '--enable-simplexml' '--enable-spl' '--enable-safe-mode' '--enable-sigchild' '--disable-debug' '--enable-memory-limit' '--enable-inline-optimization' '--enable-zend-multibyte' '--disable-rpath' '--with-apxs2=/usr/sbin/apxs2' '--disable-all' '--disable-cli'
So far, so fine.
When istalling, in Step 5 it told me that it got a time out, despite me raising the limit to 300 seconds per instructions. I "solved" this problem, skipping 'populate test data' (after all, we want to experiment in a new installation).
MySQL is 5.0.18 and Apache 2.2.0 (the ones shipped with SuSE 10.1)
Installation finished without many dramas, installed the Greek language package as well.
Now, I am hitting two problems:
1. Dashboard gives me the error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /srv/www/htdocs/vtiger_crm/jpgraph/src/jpgraph.php on line 6570
All this, despite raising the limit to 20M in php.ini (phpinfo() tells me that the limit is indeed 8M, it seems to ignore php.ini and I don't know why).
2. Calendar has some bug: it shows me the days when I press the '31' button, but the '1' and '7' buttons do nothing. I even applied the January patch from another thread, but no cake.
Any hints appreciated.
Regards from Athens,
N.Fotis |
|
| Back to top |
|
nfotis
Joined: 10 Jul 2006
Posts: 3
|
| Posted: Mon Jul 10, 2006 11:37 am Post subject: Re: Experiences installing vTiger 4.2.4 under SuSE 10.1 |
|
|
Please diregard (a bit) my previous message.
I recompiled PHP4, with the following arguments:
./configure' '--prefix=/usr/local' '--with-libdir=lib' '--enable-magic-quotes' '--enable-libxml' '--with-pcre-regex' '--with-gd' '--with-zlib' '--with-xml2-dir=/usr/lib' '--with-mysql=/usr' '--enable-session' '--enable-xml' '--enable-simplexml' '--enable-spl' '--enable-safe-mode' '--enable-sigchild' '--disable-debug' '--enable-memory-limit' '--enable-inline-optimization' '--enable-zend-multibyte' '--disable-rpath' '--with-apxs2=/usr/sbin/apxs2' '--disable-all' '--disable-cli'
Now, the Calendar works OK, the dashboard doesn't bomb with memory errors.
Cheers,
N.F. |
|
| Back to top |
|
| |
|