Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
fsfs
Experienced
Topic Author
Posts: 56
Joined: 24 Apr 2012, 07:28

Guestbook

27 Apr 2012, 12:47

Hi!

Thanks for the powerpack! - Good work!

I've one problem, I followed the steps regarding to setup the guestbook:

Image

&

Image

And the result of going into the guestbook is like this:

Image


What have I missed?

//FS
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: Guestbook

27 Apr 2012, 12:51

Hello.

Any chance to get the gallery link?
 
User avatar
fsfs
Experienced
Topic Author
Posts: 56
Joined: 24 Apr 2012, 07:28

Re: Guestbook

27 Apr 2012, 13:11

Fast answer.. didn't expect that -

Yes sorry, http://farre.mine.nu/
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: Guestbook

27 Apr 2012, 13:17

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.
 
User avatar
fsfs
Experienced
Topic Author
Posts: 56
Joined: 24 Apr 2012, 07:28

Re: Guestbook

27 Apr 2012, 13:23

Gash! didn't know I skipped the process cause I haven't installed SQL yet


- thanks :)
 
Genia
Posts: 10
Joined: 09 Apr 2010, 00:33

Re: Guestbook

28 Apr 2012, 23:09

"SQL Manager" shows "Your MySQL database is well configured." & 'Guestbook' table: Installed
but I am getting attached error when using guest book
Attachments
28-04-2012 11-04-49 PM.jpg
28-04-2012 11-04-49 PM.jpg (4.53 KiB) Viewed 7049 times
 
Genia
Posts: 10
Joined: 09 Apr 2010, 00:33

Re: Guestbook

30 Apr 2012, 21:07

Any chance you can help me?
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: Guestbook

01 May 2012, 08:08

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.
 
Genia
Posts: 10
Joined: 09 Apr 2010, 00:33

Re: Guestbook

05 May 2012, 19:18

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.
 
olivieranbergen
Posts: 3
Joined: 14 Aug 2012, 04:48

Re: Guestbook

14 Aug 2012, 05:48

Hello,
Do you have an idea why "guestbook" is staying in the middle of the screen?
http://www.ilovelight.be/#/guestbook/
Thanks in advance,
 
olivieranbergen
Posts: 3
Joined: 14 Aug 2012, 04:48

Re: Guestbook

14 Aug 2012, 08:37

olivieranbergen wrote:Hello,
Do you have an idea why "guestbook" is staying in the middle of the screen?
http://www.ilovelight.be/#/guestbook/
Thanks in advance,
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...
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: Guestbook

16 Aug 2012, 10:38

You can edit the code of guestbook.php file (extras/powerPack/guestbook/guestbook.php)
and add the code below:
Code
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 .
 
olivieranbergen
Posts: 3
Joined: 14 Aug 2012, 04:48

Re: Guestbook

17 Aug 2012, 05:29

Thank you very much ! That's working... ;-)