Is there a way to complete the install of this app without actually having shell access? My host will not allow me to have access to a shell to run the following commands:
* # mysqladmin create DATABASE_TABLESPACE * # mysql -u DATABASE_USER -pDATABASE_PASSWORD DATABASE_TABLESPACE < /your/path/to/phpopenchat/db.schema
I only have access to the directory where I am installing the app via FTP. I do have access to the database and can create tables.
I am getting the following error when running test.php: POC-Tables: POC database schema checked --- is red when running test.php
Here is the link: http://www.eco-riders.com/phpopenchat-3.0.2/test.php
Thanks.
have you install a MySQL Database on your Webspace or Databaseserver?
Log in to post a comment.
Is there a way to complete the install of this app without actually having shell access? My host will not allow me to have access to a shell to run the following commands:
* # mysqladmin create DATABASE_TABLESPACE
* # mysql -u DATABASE_USER -pDATABASE_PASSWORD
DATABASE_TABLESPACE < /your/path/to/phpopenchat/db.schema
I only have access to the directory where I am installing the app via FTP. I do have access to the database and can create tables.
I am getting the following error when running test.php:
POC-Tables: POC database schema checked --- is red when running test.php
Here is the link: http://www.eco-riders.com/phpopenchat-3.0.2/test.php
Thanks.
have you install a MySQL Database on your Webspace or Databaseserver?