Author |
Message |
20/02/2008 11:23:13
|
beun12
Beginner
Joined: 05/12/2007 16:23:30
Messages: 8
Offline
|
Hi all
I have download and install the latest Advanced Guestbook version in phpnuke. (new install)
Everything seems to work fine except the comment function.
When i click on the comment icon i get a blank screen.
Who can help me with this.
|
|
22/02/2008 23:29:04
|
beun12
Beginner
Joined: 05/12/2007 16:23:30
Messages: 8
Offline
|
Nobody????
|
|
23/02/2008 08:44:00
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Need a link so we can see it.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
23/02/2008 09:52:56
|
beun12
Beginner
Joined: 05/12/2007 16:23:30
Messages: 8
Offline
|
Sry, here is the link:
click here
|
|
23/02/2008 10:03:57
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
I'm guessing that PHP is reporting an error but your server has error reporting disabled. Or PHP Nuke disables it. Either that or check the comment templates.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
23/02/2008 16:56:04
|
beun12
Beginner
Joined: 05/12/2007 16:23:30
Messages: 8
Offline
|
Error report on give an error as:
Fatal error: Cannot instantiate non-existent class: phrase in .........../subdomains/geronimos/httpdocs/site/modules/guestbook/lib/comment.class.php on line 196
193 function getToken() {
194 srand((double)microtime()*1000000);
195 $token = md5(uniqid(rand()));
196 $phraseObj = new Phrase();
197 $phraseObj->setStringLengthRange(5,7);
198 $validateKey = $phraseObj->getPhrase();
|
|
23/02/2008 16:57:06
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Check that all files uploaded correctly.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
23/02/2008 17:15:27
|
beun12
Beginner
Joined: 05/12/2007 16:23:30
Messages: 8
Offline
|
I have download and upload AGB 2.4.3 again, but i got the same result.
|
|
23/02/2008 17:17:21
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
I don't have the files here so can't narrow it down but sounds like possibly it's not including phrase.inc.php or whatever the file is called.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
23/02/2008 17:30:53
|
beun12
Beginner
Joined: 05/12/2007 16:23:30
Messages: 8
Offline
|
there is only in lib a phrase.class
If i install version 2.3.4 then comment works but only without captcha
in AGB.
|
|
23/02/2008 17:32:24
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
For some weird reason phrase.class.php is obviously not being loaded. I'm guessing the .php part is just hidden and not missing in whatever you use to view it. But then it is also used when adding a normal entry.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
23/02/2008 17:39:46
|
beun12
Beginner
Joined: 05/12/2007 16:23:30
Messages: 8
Offline
|
can i use version 2.3.4 and build in captcha or has it security problems?
|
|
23/02/2008 17:41:08
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
You can password protect comments. As for security issues I couldn't say. Only other option would be to switch to Lazarus.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
23/02/2008 17:45:01
|
beun12
Beginner
Joined: 05/12/2007 16:23:30
Messages: 8
Offline
|
i will look furter for options, thanks for trying to help me out
|
|
|