Author |
Message |
|
Post a link or PM it to me.
|
 |
|
Hmm a long shot is that they moved the MySQL database. May be worth speaking to your hosts about it. Personally I'd just say that cPanel messed up the database information in config.inc.php when you updated (cPanel seems to cause more problems than it fixes).
|
 |
|
It is possible that your hosts updated their version of MySQL. Download www.carbonize.co.uk/reset.zip to reset the password and username to their defaults.
|
 |
|
Basically some of the information you provided in admin/config.inc.php is incorrect.
|
 |
|
1 - cPanel made a major cock up in their last update.
2 - Download from here. Extract from the zip file. Open admin/config.inc.php in a text editor and fill in the database details (username, database name, password), upload to your webspace, visit install.php ini your web browser and follow it's instructions.
|
 |
|
1 - Update to 2.3.4
2 - Open up admin/config.inc.php and find the BASE_URL variable. Set this to http://www.graphickandy.com/GuestBook
|
 |
|
This problem usually only happens when you try to update from 2.2 to 2.3.x. The usual problem is that the LAST_VISIT field of the book_auth table in the database should be of the type timestamp in 2.2 and int in 2.3.x and if it's not you get this loop. This is only one possible cause but is the usual culprit.
|
 |
|
Ein DIV ist mag nichts einen Rahmen. Irgendetwas in einem DIV ich paginiert Teil von das und nicht seperate. Haben Sie eine Verbindung zu Ihrer Stelle?
-----
A DIV is nothing like a frame. Anything in a DIV i part of that page and not seperate. Do you have a link to your site?
|
 |
|
Or you could just chage it's type in MySQL from varchar to text which is unlimited size.
|
 |
|
Put this in a file called total.php then put the file into the guestbook folder
then include that file where you want the total to appear usingchanging the path/to part to reflect your servers directory structure.
Just remember that this will query your database everytime somebody views the page it's included on and if you are on a host that limits MySQL queris you could be in trouble.
|
 |
|
Thats because a new feature was added in 2.3.3 which you are not using as you are using old templates.
open templates/form.php and find
replace with
|
 |
|
That usually means you made a mistake in your username/password
|
 |
|
yes download 2.3.4 and replace all your files except admin/config.inc.php
|
 |
|
In book_auth you should have a field called LAST_VISIT which should be of the type timestamp.
|
 |
|
Because he's on 2.2 and at present the upgrade from 2.2 requires running two scripts and would result in the loss of any images his guests have uploaded.
|
 |
|