WEBSITE TITLE WILL NOT CHANGE

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
bram2003
Posts: 6
Joined: Wed Sep 02, 2015 10:15 pm

WEBSITE TITLE WILL NOT CHANGE

Post by bram2003 »

Script URL: b5kmb.nl/gbook.php
Version of script: gbook 17
Hosting company: ABCDIENSTEN
URL of phpinfo.php: ?
URL of session_test.php: ?
What terms did you try when SEARCHING for a solution: Try to find the answer in all php script and forum.

Write your message below:

I have moved the gbook installation from one website to another. After uploading all the files everything worked proper. In settings php I have changed the website title from C5 into B5 and the website URL as well.
Everything okay but no change of website title. It stays on C5 and behind that, the link to the old website c5kmp.com/KMP/Startpagina.php also stayed. The last step seems easy but I cannot find it out.
The website is online at b5kmb.nl and see Gastenboek. Go over the picture.
Thanks on forehand.
Bram
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: WEBSITE TITLE WILL NOT CHANGE

Post by Klemen »

Your guestbook isn't working at the moment so we can't check.

This could be a caching issue; if your server has some PHP caching enabled, try disabling it for the guestbook folder (it would help if you upload the phpinfo file from here so we can check your server configuration).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
bram2003
Posts: 6
Joined: Wed Sep 02, 2015 10:15 pm

Re: WEBSITE TITLE WILL NOT CHANGE

Post by bram2003 »

Klemen wrote:Your guestbook isn't working at the moment so we can't check.

This could be a caching issue; if your server has some PHP caching enabled, try disabling it for the guestbook folder (it would help if you upload the phpinfo file from here so we can check your server configuration).
I did:
b5kmb.nl/phpinfo.php
b5kmb.nl/session_test.php
b5lmb.nl/session_test2.php
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: WEBSITE TITLE WILL NOT CHANGE

Post by Klemen »

Zend OPcache is enabled on your server, you should disable it for GBook (or ask your host) when making settings changes, then enable it back when you are ready to go live.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
bram2003
Posts: 6
Joined: Wed Sep 02, 2015 10:15 pm

Re: WEBSITE TITLE WILL NOT CHANGE

Post by bram2003 »

Klemen wrote:Zend OPcache is enabled on your server, you should disable it for GBook (or ask your host) when making settings changes, then enable it back when you are ready to go live.
The questbook is working now, http://www.b5kmb.nl, and see under Gastenboek. PERFECT!!! AND REALLY THANK YOU FOR YOUR ATTENTION!!

But as always there is a but.
On the opening page there was a picture no Spam, which I had translated in dutch and replaced. Well working.
But now It seems I cannot get the picture back. It is still in the file, also after uploading, but not on the opening page. The last bit.
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Re: WEBSITE TITLE WILL NOT CHANGE

Post by Henrie »

Hallo Bram,

Please move the file no_spam.gif from

Code: Select all

http://www.b5kmb.nl/gbook/templates/default/images/no_spam.gif
to

Code: Select all

http://www.b5kmb.nl/gbook/gbook/templates/default/images/no_spam.gif
Than it will be found by the guestbook.

Groeten,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
bram2003
Posts: 6
Joined: Wed Sep 02, 2015 10:15 pm

Re: WEBSITE TITLE WILL NOT CHANGE

Post by bram2003 »

Henrie wrote:Hallo Bram,

Please move the file no_spam.gif from

Code: Select all

http://www.b5kmb.nl/gbook/templates/default/images/no_spam.gif
to

Code: Select all

http://www.b5kmb.nl/gbook/gbook/templates/default/images/no_spam.gif
Than it will be found by the guestbook.

Groeten,
Henrie
HEEL HARTELIJK DANK!!!
IT WORKS PERFECT !!!!

MVG
Bram
bram2003
Posts: 6
Joined: Wed Sep 02, 2015 10:15 pm

Re: WEBSITE TITLE WILL NOT CHANGE

Post by bram2003 »

bram2003 wrote:
Henrie wrote:Hallo Bram,

Please move the file no_spam.gif from

Code: Select all

http://www.b5kmb.nl/gbook/templates/default/images/no_spam.gif
to

Code: Select all

http://www.b5kmb.nl/gbook/gbook/templates/default/images/no_spam.gif
Than it will be found by the guestbook.

Groeten,
Henrie
HEEL HARTELIJK DANK!!!
IT WORKS PERFECT !!!!

MVG
Bram
Sorry for this last question.

After this action the three reactions in questbook seemed to be gone.
The questbook is empty again.
Is this correct?
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Re: WEBSITE TITLE WILL NOT CHANGE

Post by Henrie »

This should not have happened.

This can only have happened if you moved, renamed, deleted or replaced the file 'entries.txt' file (or what you have renamed entries.txt file to) from the gbook folder.

If it is a move you can put it in the correct path as you did with the no_spam.gif image.
If you deleted or replaced the 'entries.txt' file than there is nothing that can be done.
If you renamed it, please check in the settings.php file that the following setting shows the name you have renamed the 'entries.txt' file to.

Code: Select all

$settings['logfile']='entries.txt';
I made a test in your guestbook to see if it would post a message to check if the $settings['logfile']='entries.txt'; pointed to an existing file. This seems to be true.
So if you accidentally replaced the old 'entries.txt' file you should delete my entry and continue to use the new 'entries.txt' file.
If you still have the the old 'entries.txt' with the 3 entries, you should move the old 'entries.txt' to the location of the new 'entries.txt' file (thus replacing the new with the old one).

Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
bram2003
Posts: 6
Joined: Wed Sep 02, 2015 10:15 pm

Re: WEBSITE TITLE WILL NOT CHANGE

Post by bram2003 »

Henrie wrote:This should not have happened.

This can only have happened if you moved, renamed, deleted or replaced the file 'entries.txt' file (or what you have renamed entries.txt file to) from the gbook folder.

If it is a move you can put it in the correct path as you did with the no_spam.gif image.
If you deleted or replaced the 'entries.txt' file than there is nothing that can be done.
If you renamed it, please check in the settings.php file that the following setting shows the name you have renamed the 'entries.txt' file to.

Code: Select all

$settings['logfile']='entries.txt';
I made a test in your guestbook to see if it would post a message to check if the $settings['logfile']='entries.txt'; pointed to an existing file. This seems to be true.
So if you accidentally replaced the old 'entries.txt' file you should delete my entry and continue to use the new 'entries.txt' file.
If you still have the the old 'entries.txt' with the 3 entries, you should move the old 'entries.txt' to the location of the new 'entries.txt' file (thus replacing the new with the old one).

Greetings,
Henrie
I think I know. Instead of only uploading the correction of the image file, by accident I have uploaded the complete gbook file, so the entries file was overwrited I think.
I try my host if he is be able to set it back.

Many thanks for all your attention!!

Greetings,
Bram
Post Reply