Hi fellows!! I don't know what happens. I year ago I could "install" some php files on SME that use mysql, and they work great!! Right now, I'm trying to install a simple php. The problem is after I enter my user and password, with one php (
http://freshmeat.net/projects/billing-software/) I get the same page with no errors at all, and with other php(
http://hotscripts.com/search/4909189.html) I just get a blank page, an no errors.
This is what I do to install this scripts!!
- Create an ibay with php enabled, access to group write, read everybody
- Copy the files to the html folder
MYSQL
- # mysqladmin create invoice
- # mysql --user=root mysql
- mysql> grant all on invoice.* to invoice@localhost identified by 'factura';
- mysql> flush privileges;
- mysql> quit
- # mysql invoice < clients.sql
- # mysql invoice < invoices.sql
- # mysqlshow invoice
- I modigy config.php to suit the settings (database: invoice, user:invoice, password:factura, server:localhost)
- Then I load the browser, access the page, enter my user and password, and all I got is a blank page, no matter what credential I use, even with invalid users and passwords, I got no error, just a blank page!!
Did I miss something?? is not the right order?? or I just ruin everything!!
I had the 6.01 version from mitel working fine for more than a year. I even reinstall everything using the contribs version, but the same result!!
Can someone guideme to the right direction??
Thanks in advance!!
Manuel