Author |
Message |
27/02/2011 11:14:18
|
brbler
Newbie
Joined: 27/02/2011 11:05:43
Messages: 2
Offline
|
Hey guys and girls,
maybe someone here can help me. I tried to install the new version of the poll script.
1. i put the downloaded files to my webspace
2. i insert the correct login files for the sql 5 db in die config file
3. i called the install.php file
result: "Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in [url entfernt]/include/class_mysql.php on line 19"
can anyone help me? :)
regards,
chris
|
|
27/02/2011 12:15:15
|
Webmaster
Site Admin
Joined: 10/01/2002 23:32:17
Messages: 82
Offline
|
Advanced poll requires PHP 5.1 or higher to run.
On line 19 in the file class_mysql.php, the new __construct() method from PHP 5 is used.
|
|
28/02/2011 10:21:51
|
brbler
Newbie
Joined: 27/02/2011 11:05:43
Messages: 2
Offline
|
thats it, thanks a lot
one additional question: is it possible, to transfer the old polls to the new version? i wont delete the archive, but to leave the old files could be a security risk, or?
|
|
28/02/2011 14:57:30
|
Webmaster
Site Admin
Joined: 10/01/2002 23:32:17
Messages: 82
Offline
|
The database structure hasn't changed.
You can use both versions with the same database, but it's better to remove all old files.
|
|
|