Author |
Message |
27/03/2003 00:16:53
|
Anonymous
|
In the end someone posted the correct solution for the Problem. Thanx.
|
|
20/04/2003 10:54:58
|
Anonymous
|
Lots of moaning among the posters
You should pay close attention to the relating line in config.inc.php and you will notice a typo:
htpp://www.yourdomain.com/guestbook/img
should read
http://www.yourdomain.com/guestbook/img
and all is solved.
|
|
20/04/2003 15:46:12
|
Anonymous
|
You don't know what you are talking about
the line and the part of the line /* e.g htpp://www.yourdomain.com/guestbook/img */ is commented out in the script. It doesn't even get parsed because of the /* */ statements
|
|
30/04/2003 23:12:32
|
Anonymous
|
I had the same problem with images being not displayed.
The line in file: config.inc.php which tells the URL base is faulty as mentioned Guest.
The line:
$GB_PG["base_url"] = "htpp://www...............
should be:
$GB_PG["base_url"] = "http://www...........
http and not htpp.
Thanks for that..
|
|
|