I have troubles getting poc working on my server. After i copied the souce to a dir of my webroot, created a database called chatdb and gave an existing mysql user access rights to this database. In the config.inc.php i only changed the variables database host, database user database password and database tablespace according to my installation and tried to run the test.php.
But i only get a blank page in mozilla.
do you know whats wrong there?
greets
eAnic
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-08-30
I am having the same problem. Also when I go to the index page the first time I load it it displays blank. If I hit refresh it displays the following error
Fatal error: Call to a member function on a non-object in /home/webshos/public_html/phpopenchat/include/class.Chat.inc on line 1177
Line 117 makes a call to my database. I have verified the database info is correct and the database is in place.
Is yours having this problem as well?
Did you find an answer to this problem yet?
Thank You
Grayson Topping
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-08-30
I get exactly the same errors.
Till now i didn't manage to get a solution for this - but i keep on it.
greets
eAnic
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-09-12
I have this same problem, too.. Is there any fixing it..?
I also get a blank page in the test run and a blank page on step two... I really need some help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I too am having this issue...
(I finally got it installed, thanks to the other guy who posted about the adbob reload)
My database is correct, as mentioned above, so I have no clue what is going on with this problem. Any help from anyone who has solved this issue would be extremely helpful!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It helped for me to install with adodb 453 and after a succesfull installation install adodb 452 (which is in the include dir). It solved my blank page problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In reply to my former message:
adodb 452 should be 451, which is in your include dir.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-01-19
I did what u said and also had an error about time so I unzipped a time file and replaced another time file and all went well until I got this message:
include/adodb/adodb.inc.php): failed to open stream: No such file or directory in
../../../install.php on line 4
Fatal error: main(): Failed opening required
'/hsphere/local/home/----/--.com/openchat/include/
adodb/adodb.inc.php' (include_path='.:/usr/local/lib/php') in
/hsphere/local/home/------/-----.com/openchat/install.php on line 4
--------
So what's wrong now.????
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was having constant problems using the install POC thing. Just upload the adodb updates, then follow the INSTALL instructions in archive and skip the installer completely.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I have troubles getting poc working on my server. After i copied the souce to a dir of my webroot, created a database called chatdb and gave an existing mysql user access rights to this database. In the config.inc.php i only changed the variables database host, database user database password and database tablespace according to my installation and tried to run the test.php.
But i only get a blank page in mozilla.
do you know whats wrong there?
greets
eAnic
I am having the same problem. Also when I go to the index page the first time I load it it displays blank. If I hit refresh it displays the following error
Fatal error: Call to a member function on a non-object in /home/webshos/public_html/phpopenchat/include/class.Chat.inc on line 1177
Line 117 makes a call to my database. I have verified the database info is correct and the database is in place.
Is yours having this problem as well?
Did you find an answer to this problem yet?
Thank You
Grayson Topping
I get exactly the same errors.
Till now i didn't manage to get a solution for this - but i keep on it.
greets
eAnic
I have this same problem, too.. Is there any fixing it..?
I also get a blank page in the test run and a blank page on step two... I really need some help.
I too am having this issue...
(I finally got it installed, thanks to the other guy who posted about the adbob reload)
My database is correct, as mentioned above, so I have no clue what is going on with this problem. Any help from anyone who has solved this issue would be extremely helpful!
I am too having the same problem. Anyone found a solution to this problem?
Actually, scrap my last message.
I installed the latest version of adodb and things seem to work now. adodb is in the ./include/ directory.
Yeah,
I have had the same problem too.
Installation of the new adodb 4.53 was the fix I have needed to run the system.
You find the newest versions here in sourceforget
... but there are several problems coming afterwards - it`s running, but .....
Have a nice day
what are the other problems???
It helped for me to install with adodb 453 and after a succesfull installation install adodb 452 (which is in the include dir). It solved my blank page problem.
In reply to my former message:
adodb 452 should be 451, which is in your include dir.
I did what u said and also had an error about time so I unzipped a time file and replaced another time file and all went well until I got this message:
include/adodb/adodb.inc.php): failed to open stream: No such file or directory in
../../../install.php on line 4
Fatal error: main(): Failed opening required
'/hsphere/local/home/----/--.com/openchat/include/
adodb/adodb.inc.php' (include_path='.:/usr/local/lib/php') in
/hsphere/local/home/------/-----.com/openchat/install.php on line 4
--------
So what's wrong now.????
I wonder how it's possible that a 3.0 version has such a common bug without a single documentation line in the INSTALL doc.
I'll move to another project.
I was having constant problems using the install POC thing. Just upload the adodb updates, then follow the INSTALL instructions in archive and skip the installer completely.