![]() |
installing 3.3.5 error with php extension - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9) +--- Thread: installing 3.3.5 error with php extension (/showthread.php?tid=507) Pages:
1
2
|
installing 3.3.5 error with php extension - Fonsjnsn - 06-21-2012 Can anyone help me with the following error Immediately after starting the installation I get a message Error PHP extension : php_'see current value' : Not found => Current value : _DBC_DBTYPE_ => Activate PHP extension Futher details Letodms 3.3.5 on a ClearOs 6.2 server. Apache version: Apache/2.2.15 (ClearOS Core) PHP version: 5.3.3 LetoDMS directory : var/www/html/LetoDMS LetoDMS Core : var/www/html/LetoDMS/LetoDMS_Core LetoDMS Lucene :var/www/html/LetoDMS/LetoDMS_Lucene adodb : var/www/html/LetoDMS/adodb any solution. Thanks in advance RE: installing 3.3.5 error with php extension - steinm - 06-21-2012 (06-21-2012, 05:01 PM)Fonsjnsn Wrote: Can anyone help me with the following error Search for _DBC_DBTYPE_ in your configuration file and replace it with 'mysql'. Once you are there you can also set the other database parameters. Uwe RE: installing 3.3.5 error with php extension - Fonsjnsn - 06-21-2012 (06-21-2012, 09:09 PM)steinm Wrote:(06-21-2012, 05:01 PM)Fonsjnsn Wrote: Can anyone help me with the following error You mean in the settings.xml.template_install file ?? I did already !! No succes. Keep in mind it comes with this message at the very beginning of the installation procedure, so it don't so far. RE: installing 3.3.5 error with php extension - Fonsjnsn - 06-22-2012 Still no solution ? Anyone who can help me please Fons RE: installing 3.3.5 error with php extension - EricM - 06-22-2012 To help you diagnose the problem, I have a question about when "Immediately after starting the installation" is. Is the message present when you browse to install/index.php? Or some time after? What have you done up to the point where the message appears? Files edited? Packages installed... ? RE: installing 3.3.5 error with php extension - Fonsjnsn - 06-22-2012 1: I had downloaded and copied ADODB5 into {root}/LetoDMS/adodb 2: I load {root}/LetoDMS/install/index.php in my browser 3: I pushed < start installation > at the start page 4: I get the a page with the error message. This is the {root}/LetoDMS/install/install.php page as I can see in my address field of the browser my jpeg pictures aren't accepted to attach to this post. I try to convert them if necessary to post them here. regards Fons RE: installing 3.3.5 error with php extension - alekseyn - 06-24-2012 (06-21-2012, 10:22 PM)Fonsjnsn Wrote: You mean in the settings.xml.template_install file ?? I did already !! No succes. Keep in mind it comes with this message at the very beginning of the installation procedure, so it don't so far. settings.xml.template 1 rename to settings.xml 2 edit the contents 3 restart the install RE: installing 3.3.5 error with php extension - Fonsjnsn - 06-24-2012 Still no solution. Last suggestion isn't working. Please help me RE: installing 3.3.5 error with php extension - alekseyn - 06-24-2012 OK.... I finally got the thing to install... I downloaded all 3 packages and started installing from scratch. Here are the findings. The titles on the installation page are misleading... but first things first: Assuming that you have downloaded the packages your Core and Lucene folders are in your root folder (DMS installation folder) 1. Put the latest adodb in the root folder of your LetoDMS installation (http://sourceforge.net/projects/adodb/files) 2. Name it "adodb" (watch the case as on *nix systems it is important) 3. Put Pear Log (http://pear.php.net/package/PEAR/download) in the same directory as Core and name it "Log" 4. Edit the \inc\inc.LogInit.php line 21 to read "include("Log/Log.php");" 5. Edit \Core\inc.DBAccess.php line 18 to have the FULL path - i.e. "require_once "/home/xxxx/public_html/LetoDMS/adodb/adodb.inc.php";" 6. Edit \conf\settings.xml to have all necessary paths but watch out.... some titles are misleading... i.e. in this case the AdoDB path WILL be the same as root of your DMS installation, then Core directory will actually be also a root directory since the script will be looking for the Core.php.... same goes for the Lucene directory... so these 2 paths will be the same as root... I thinks this is all I did... try running the istallation again and see if your error_log will have any new hints... RE: installing 3.3.5 error with php extension - Fonsjnsn - 06-24-2012 Nope !! Pear is already installed. I am tired of this thing. Why can this not be installed? How to activate the php extension ?? |