RE: [Dcmms-devel] RE: DCMMS Scripting Installer Release
Brought to you by:
maher_karim,
sdteffen
|
From: <Ste...@do...> - 2004-06-10 04:18:48
|
After removal of c:\winnt\php.ini,
the file should be automatically created by the DCMMS scripting installer.
Copying from conf/php.ini in the CVS folder should be also fine.
The error " Call to undefined function: bindtextdomain()" should go away
after
php.ini is corrected - this is the gettext extension not being loaded.
You shouldn't open
http://localhost:8080/dcmms/include/header.php
in your browser. What happens if you try to open logon.php?
No error messages? Could you send your php.ini and httpd.conf?
Copying dcmconfig.php.default to dcmconfig.php is correct. This should be
described
in the administration guide. We simply use it to prevent a customized
dcmconfig.php
to be overwritten by the CVS.
Steffen
"Fu Chen" <fc...@ne...>
Sent by: dcm...@li...
10.06.2004 05:44
To: "Steffen Macke" <Ste...@do...>
cc: <dcm...@li...>
Subject: RE: [Dcmms-devel] RE: DCMMS Scripting Installer
Release
Hi!
Still some troubles,
my work on install dcmms-scripting:
(1)install the dcmms-scripting to c:\windows\php
(2)change apache httpd.conf to point to c:\windows\php
(3)find logon.php stop at including of header.php
(4)so I try http://localhost:8080/dcmms/include/header.php, error:
Fatal error: Call to undefined function: bindtextdomain() in C:\Program
Files\dcmms\include\header.php on line 62
(5)It can't find the extentions of php. So I guess you means not only
remove c:\winnt\php.ini, but also need to replace it with php.ini in the
cvs.
So I copy that php.ini in cvs to c:\winnt\
(6)and try http://localhost:8080/dcmms/include/header.php again, error:
Warning: main(./include/dcmconfig.php): failed to open stream: No such
file or directory in C:\Program Files\dcmms\include\header.php on line 66
Fatal error: main(): Failed opening required './include/dcmconfig.php'
(include_path='.;c:\windows\php\pear;c:\windows\php\includes') in
C:\Program Files\dcmms\include\header.php on line 66
I don't know what to do because there is not a file called dcmconfig.php,
only a dcmconfig.php.default in c:\program files\dcmms\include\
Do I need to use it as dcmconfig.php and add its path to include_path?
-----Original Message-----
From: Steffen Macke [mailto:Ste...@do...]
Sent: Wednesday, June 09, 2004 10:14 PM
To: fc...@ne...
Cc: dcm...@li...
Subject: RE: [Dcmms-devel] RE: DCMMS Scripting Installer Release
Hi Fu Chen,
Ref 1 - Please install to c:\windows - otherwise I'm not sure wether our
pear installation code will work. c:\windows should be created
automatically by
the installer if necessary.
Ref 2 - If you install to c:\windows you don't have to run go_pear.bat
Ref 3 - Good question, try to put some echo("foo"); at the beginning of
the page to test
whether PHP is working. Check the Apache error log and make sure that all
PHP
error output (especially startup errors) are enabled in c:\winnt\php.ini
Steffen
> I have several questions:
> (1)I don't have c:\windows. Do you think I must intall it to
c:\winnt\php?
> (2)Do I need run go_pear.bat after install?
> (3)Why make logon.php doesn't work at all?
|