Quick details
Hosting: hosting24
PHP ver: 5.3
Other details: Other projects I made does not throw up this error. Though 
none of the other projects make use of PDO.

At the installation page of habari, I get "*Notice:* Undefined variable: 
c_unique in /usr/lib/php/head.php line 48" error at the bottom of the page. 
And when doing the Database connection testing at the installation page, I 
get a lot of errors regarding the failure of... well here's an example:

PHP Warning:  PDOStatement::execute() [<a 
> href='pdostatement.execute'>pdostatement.execute</a>]: SQLSTATE[42S02]: 
> Base table or view not found: 1146 Table '****databasename*****.log_types' 
> doesn't exist in 
> /home/******path*****/public_html/system/classes/databaseconnection.php on 
> line 273
>

Well, I don't get it why would habari want to view a table that does not 
yet exist (I just clicked Check Database Connection). I took a quick peek 
at the function being called by the Ajax used for verifying the database 
connection

public function ajax_check_mysql_credentials()
>

which was called by act_begin_install() wherein I honestly do not know why 
go through act_begin_install(), which would obviously start the 
installation, even though I'm just testing the database connection. 

Due to my eagerness to get it done, all I did was use htaccess to disable 
all errors, that I may proceed with the installation. It installed habari 
neatly.

The only problem is that every time I log into the administration panel, 
the session would expire after 5 mins or so. Which does not happen on my 
local system (one running on Windows, through xampp, and another running on 
Ubuntu, again, through xampp).

Due to the fact that this does not happen on my local system, I couldn't 
really figure out why the heck is this happening on the shared host that I 
bought.

Any advise, help, or similar situations with solutions would really be 
appreciated.

Thanks!

-- 
-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev
--- 
You received this message because you are subscribed to the Google Groups 
"habari-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to