Hello
the following text is the browser output if i first time go to http://mycomputer/svnmanager
---------------------------- Fatal Error [2] %vDataModule%v(::) [function.%v]: failed to open stream: No such file or directory (@line 15 in file /srv/www/htdocs/svnmanager/svnmanager/MainModule/DataModule.php).
Debug Backtrace #1 DataModule.php:15 -- pradoErrorHandler() #2 DataModule.php:15 -- DataModule::onLoad() #3 TApplication.php:584 -- DataModule->onLoad(...) #4 TApplication.php:629 -- TApplication->loadModule(...) #5 TApplication.php:482 -- TApplication->loadPage(...) #6 index.php:5 -- TApplication->run(...) --------------------------------
I've installed like: http://www.jlchannel.com/blog/?p=104 (PEAR is allready installed in SuSE)
I've SuSE Linux 10 Apache 2.0.54-10.3 php5 5.0.4-9.8 php5-pear 5.0.4-9.8 subversion 1.2.3-2 VersionControl_SVN 0.3.0alpha1
someone any idea...
Line 15 in my DataModule.php file points to config.php. Make sure you have a "config.php" file in the base of your SVNManager directory.
TIP - It should be in the same place as the index.php.
Hope that helps.
Regards, Frank
Hi,
I have the same problem here. Somehow it is not finding my config.php.
When I change require("config.php") to require("/full/path/to/config.php") it works.
I do not know how to fix this - must I set the working directory/ svnmanager dir somewhere?
brgds,
Papick
ps: oh, and yes, its just in the same dir as index.php. ps2: oh, and yes, its readable, or using full path would not have worked either
I got it. My include_path was not poiting to "." after upgrade to php5.
Log in to post a comment.
Hello
the following text is the browser output if i first time go to http://mycomputer/svnmanager
----------------------------
Fatal Error
[2] %vDataModule%v(::) [function.%v]: failed to open stream: No such file or directory (@line 15 in file /srv/www/htdocs/svnmanager/svnmanager/MainModule/DataModule.php).
Debug Backtrace
#1 DataModule.php:15 -- pradoErrorHandler()
#2 DataModule.php:15 -- DataModule::onLoad()
#3 TApplication.php:584 -- DataModule->onLoad(...)
#4 TApplication.php:629 -- TApplication->loadModule(...)
#5 TApplication.php:482 -- TApplication->loadPage(...)
#6 index.php:5 -- TApplication->run(...)
--------------------------------
I've installed like: http://www.jlchannel.com/blog/?p=104
(PEAR is allready installed in SuSE)
I've
SuSE Linux 10
Apache 2.0.54-10.3
php5 5.0.4-9.8
php5-pear 5.0.4-9.8
subversion 1.2.3-2
VersionControl_SVN 0.3.0alpha1
someone any idea...
Line 15 in my DataModule.php file points to config.php. Make sure you have a "config.php" file in the base of your SVNManager directory.
TIP - It should be in the same place as the index.php.
Hope that helps.
Regards,
Frank
Hi,
I have the same problem here. Somehow it is not finding my config.php.
When I change require("config.php") to require("/full/path/to/config.php") it works.
I do not know how to fix this - must I set the working directory/ svnmanager dir somewhere?
brgds,
Papick
ps: oh, and yes, its just in the same dir as index.php.
ps2: oh, and yes, its readable, or using full path would not have worked either
I got it. My include_path was not poiting to "." after upgrade to php5.