| Previous topic :: Next topic |
| Author |
Message |
jyoung2k
Joined: 27 Jun 2008
Posts: 9
|
| Posted: Thu Jul 24, 2008 9:42 pm Post subject: SVN and vTiger |
|
|
We've rolled out vTiger to some of our staff and are prepping to fr development.
One of our first tasks is to add our current vTiger deployment into subversion. The application is in the repository when we update the QA server from the repository we have an issue of the index.php is blank. The apache error log has the following lines:
Warning: require_once(log4php/LoggerManager.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/html/crm/include/logging.php on line 25
Fatal error: require_once() [function.require]: Failed opening required 'log4php/LoggerManager.php' (include_path='.:/usr/share/pear') in /var/www/html/crm/include/logging.php on line 25
Pear is installed and working... any ideas? |
|
| Back to top |
|
mvsn
Joined: 29 Oct 2006
Posts: 83
Location: Ontario, Canada
|
| Posted: Fri Jul 25, 2008 5:13 am Post subject: SVN and vTiger |
|
|
| check that your files and folders have the correct permissions. |
|
| Back to top |
|
egrys
Joined: 10 Jun 2008
Posts: 13
Location: Los Angeles California
|
| Posted: Fri Jul 25, 2008 5:41 am Post subject: Re: SVN and vTiger |
|
|
CHMOD is the obvious beginning point...
However, we recently ran into some problems where the ISP for our client would NOT turn safe mode on... Security problem...
fopen is usually the culprit and it could be a PHP V5 problem...
In our case, we needed to modify the script to generate Invoice numbers and rather than use the fclose / fopen we modified to rewind/fwrite
that worked just fine... |
|
| Back to top |
|
jyoung2k
Joined: 27 Jun 2008
Posts: 9
|
| Posted: Fri Jul 25, 2008 6:22 pm Post subject: Re: SVN and vTiger |
|
|
Thanks guys.
I think it was actually file corruption. After verifying fopen and CHMOD we decided to create a new repository and that seemed to solve the issue.
Thanks for the quick feedback. |
|
| Back to top |
|
| |