Author |
Message |
|
Open up the file and delete all the create table stuff. The error message is pretty self explanatory.
|
 |
|
This indicates a problem on the server and nothing you can fix.
|
 |
|
You upgrade by downloading 2.4.1 from this site and following the instructions found in this forum.
|
 |
|
You'd have to edit the header.php and footer.php files.
|
 |
|
Check the character set. It should be set in your language file.
|
 |
|
There is a password reset script in the misc folder of the guestbook. Funnily enough there is also a wonderful feature of this forum called SEARCH.
|
 |
|
Do you mean comments? If so you can turn on password protection for comments in the General Setings section of the Admin.
|
 |
|
Just to confirm you copied the database information exactly? Replacing the lines in the 2.4.1 config file with those from he 2.3.x file ?
|
 |
|
You set base_url wrong is my guess. It should be http://www.yoursite.com/guestbook
|
 |
|
You also need to run update_db.php found in the misc folder.
|
 |
|
Access denied means your username and password for the database is incorrect.
|
 |
|
The LAST_VISIT field needs to be changed to last_visit and the type changed from timestamp to int(11).
|
 |
|
You'd need to manually change the auth table.
|
 |
|
As I said put them in a table.
<table>
<tr>
<td>POLL 1</td>
<td>POLL 2</td>
</tr>
</table>
|
 |
|
Well for a start I'd fix your HTML. You don't close the <h3> tag. They should be side by side anyway but you could always slap them in a table using two cells side by side.
|
 |
|