Page 1 of 1
Guestbook
Posted: 27 Apr 2012, 12:47
by fsfs
Hi!
Thanks for the powerpack! - Good work!
I've one problem, I followed the steps regarding to setup the guestbook:
&
And the result of going into the guestbook is like this:
What have I missed?
//FS
Re: Guestbook
Posted: 27 Apr 2012, 12:51
by Artur
Hello.
Any chance to get the gallery link?
Re: Guestbook
Posted: 27 Apr 2012, 13:11
by fsfs
Fast answer.. didn't expect that -
Yes sorry,
http://farre.mine.nu/
Re: Guestbook
Posted: 27 Apr 2012, 13:17
by Artur
It's probably because your SQL data is not integrated with powerPack or configuration data is wrong (powerPack can't connect to your SQL database).
Navigate to your powerPack installator, go to "SQL Manager" on the top, and check whether all SQL data fields are correct.
Re: Guestbook
Posted: 27 Apr 2012, 13:23
by fsfs
Gash! didn't know I skipped the process cause I haven't installed SQL yet
- thanks

Re: Guestbook
Posted: 28 Apr 2012, 23:09
by Genia
"SQL Manager" shows "Your MySQL database is well configured." & 'Guestbook' table: Installed
but I am getting attached error when using guest book
Re: Guestbook
Posted: 30 Apr 2012, 21:07
by Genia
Any chance you can help me?
Re: Guestbook
Posted: 01 May 2012, 08:08
by Artur
Hello.
Probably the powerPack files are in wrong place (or some mishmash in files structure).
If you provide me your ftp access then I could set it for you properly.
Re: Guestbook
Posted: 05 May 2012, 19:18
by Genia
Its working now. I've just reinstalled the Powerpack:
viewtopic.php?f=47&t=7427
Artur wrote:Hello.
Probably the powerPack files are in wrong place (or some mishmash in files structure).
If you provide me your ftp access then I could set it for you properly.
Re: Guestbook
Posted: 14 Aug 2012, 05:48
by olivieranbergen
Hello,
Do you have an idea why "guestbook" is staying in the middle of the screen?
http://www.ilovelight.be/#/guestbook/
Thanks in advance,
Re: Guestbook
Posted: 14 Aug 2012, 08:37
by olivieranbergen
Sorry... It's done...
But, I have another problem. When someone post a comment in the guestbook, it seems to be two hours in advance. Is there a UTC setup somewhere?
Thanks...
Re: Guestbook
Posted: 16 Aug 2012, 10:38
by Artur
You can edit the code of
guestbook.php file (extras/powerPack/guestbook/guestbook.php)
and add the code below:
date_default_timezone_set('Europe/Warsaw');
The code have to be right after the first line "
<?php"
Of course you have to change
Europe/Warsaw to your timezone .
Re: Guestbook
Posted: 17 Aug 2012, 05:29
by olivieranbergen
Thank you very much ! That's working...
