WEBSITE TITLE WILL NOT CHANGE
WEBSITE TITLE WILL NOT CHANGE
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
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
Re: WEBSITE TITLE WILL NOT CHANGE
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).
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 
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


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
Re: WEBSITE TITLE WILL NOT CHANGE
I did: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).
b5kmb.nl/phpinfo.php
b5kmb.nl/session_test.php
b5lmb.nl/session_test2.php
Re: WEBSITE TITLE WILL NOT CHANGE
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 
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


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
Re: WEBSITE TITLE WILL NOT CHANGE
The questbook is working now, http://www.b5kmb.nl, and see under Gastenboek. PERFECT!!! AND REALLY THANK YOU FOR YOUR ATTENTION!!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.
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.
Re: WEBSITE TITLE WILL NOT CHANGE
Hallo Bram,
Please move the file no_spam.gif from to Than it will be found by the guestbook.
Groeten,
Henrie
Please move the file no_spam.gif from
Code: Select all
http://www.b5kmb.nl/gbook/templates/default/images/no_spam.gif
Code: Select all
http://www.b5kmb.nl/gbook/gbook/templates/default/images/no_spam.gif
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.
Re: WEBSITE TITLE WILL NOT CHANGE
HEEL HARTELIJK DANK!!!Henrie wrote:Hallo Bram,
Please move the file no_spam.gif fromtoCode: Select all
http://www.b5kmb.nl/gbook/templates/default/images/no_spam.gif
Than it will be found by the guestbook.Code: Select all
http://www.b5kmb.nl/gbook/gbook/templates/default/images/no_spam.gif
Groeten,
Henrie
IT WORKS PERFECT !!!!
MVG
Bram
Re: WEBSITE TITLE WILL NOT CHANGE
Sorry for this last question.bram2003 wrote:HEEL HARTELIJK DANK!!!Henrie wrote:Hallo Bram,
Please move the file no_spam.gif fromtoCode: Select all
http://www.b5kmb.nl/gbook/templates/default/images/no_spam.gif
Than it will be found by the guestbook.Code: Select all
http://www.b5kmb.nl/gbook/gbook/templates/default/images/no_spam.gif
Groeten,
Henrie
IT WORKS PERFECT !!!!
MVG
Bram
After this action the three reactions in questbook seemed to be gone.
The questbook is empty again.
Is this correct?
Re: WEBSITE TITLE WILL NOT CHANGE
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.
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
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';
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.
Re: WEBSITE TITLE WILL NOT CHANGE
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.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.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.Code: Select all
$settings['logfile']='entries.txt';
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 try my host if he is be able to set it back.
Many thanks for all your attention!!
Greetings,
Bram