[Drupy-general] can't start old Drupy
Status: Inactive
Brought to you by:
message144
|
From: Dewey ` <ss....@gm...> - 2009-02-05 16:42:59
|
Some problem with old Drupy:
First, error on *includes/bootstrap.py* in *conf_init*()
406 if (php.ini_get('session.cookie_secure')):
'module' object has no attribute 'ini_get'
After that, I commented this line and another error appeared
*drupy/DrupyMySQL.py* in *mysqli_real_escape_string*(connection=None,
text='127.0.0.1')
192 return connection.escape_string(text)
'NoneType' object has no attribute 'escape_string
I can't test my ported module. What shoud I do?
TIA
|