ver phpopenchat 3.0.1
install is ok , readme and php guide line , an install.php are very use full !
this is the list of my first change to make it work
on a Fedora2 install standard ( default php 4.3.8 and mysql 4.20 )
in adodb-mysql-inc.php
i must change "public" to "var"
and
in adobd.inc.php
line 3440 - 3445 ( it changed !)
@include_once(ADODB_DIR."/drivers/adodb-".$db.".inc.php");
to
require_once(ADODB_DIR."/drivers/adodb-".$db.".inc.php"); // <- to get the error of "public" word
now i can log as "operator"
but when i try to create new member i got :
XML Parsing Error: mismatched tag. Expected: </meta>.
Location: http://<myIP>/<myPath>/register.php
Line Number 29, Column 3:
</head> --^
I didnot find where to fix it
for information user creation ( mail disabled and no picture url)
i m stopped here
Thanks
Can you reply in english , i dont speak/read german !
|