If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Auron
Forum Index » Profile for Auron » Messages posted by Auron
Author Message
Do a search for this in forums "Cannot redeclare set_max_bar_length".

But I am quite sure it was something to do with the server's version of PHP.
But I'm not sure chack it out if you want.

Auron
Well then you should at least be able to see install.php.
Are you using the correct path to the file?

Apart from that there's not a lot it can be, you could try
redownloading it and then reuploading and chmod'ing it.

Auron
Post the code you use to include it with all teh other code round it, and all in the right order like I did above so I can see what's going on.

Auron
What are you trying to install would be helpful!

Make sure your using the correct path to it and
have chmod'ed all the files corrctly.

Auron
When you create a poll there is an expiry time at the bottom of the poll creatoin page, there is also a box saying never tick that and the poll never expires. But if you've done htat it SHOULDN'T expire and become deactivated.

Auron
They showed up for me, but then again they are only DEMO'S.

Auron
HTML is just that, DHTML is all the Javascript stuff in a sense like
when you add the onLoad event to the body tag when the page is
loaded it can execute a javascript.

PHP is like Javascirpt it is embedded into the HTML via <?php and ?> tags.
Just the same as Javascript is embedded like <script> and </script> tags.

When you embed PHP you have to change the extension from index.html/.htm
to index.php so the server knows the page contains PHP and executes the
PHP code within it.

Hope that clears a few things up!

Auron
I'm working on a new version of the script that does this.

Auron
Mistake!

I've said a few times there is an update script for the guestbook, there ISN'T.

I was getting it confused with the Advanced Poll, so you'll have to find a
way around it yourself or reinstall it.

Auron
He means the extension of the page from *.html to *php.

Auron
When you download the new version there is an update script included in it. I don't know about the picture compression.

Auron
nemovn2003 wrote:When I write a comment in my Guestbook it show:
Warning: Cannot modify header information - headers already sent by (output started at /home/rum4me/public_html/guestbook/lang/english.php:1) in /home/rum4me/public_html/guestbook/lib/comment.class.php on line 175
Can you help me to fix it???


Answered in General Discussion.

Auron
There is only one guestbook version, and that is 2.3.1. There was 2.3.0 but there was a bug that was fixed and 2.3.1 was born. This has been around for a while now. When you download it there is an update script if you still have version 2.3.1.

Auron
If you have a php page wit hhtml in it as well and an include at hte top make sure you have no spaces ot line breaks/returns before or after it eg



Auron
Go to the poll admin section find the code that includes a poll by poll id.
Add this to your php page with all the poll id of the first poll and then the second and so on in multiple includes.

include...
echo poll_process(1)

include...
echo poll_process(2)

include...
echo poll_process(3)

Auron
 
Forum Index » Profile for Auron » Messages posted by Auron
Go to:   
Based on the open source JForum