|
-
July 9th, 2002, 11:49 PM
#1
phpFIRE
Well, I started a new project, temporarily named phpFIRE, which is basically going to be a simple, straightforward forum system. The reason for this was that I can never get phpBB working on my systems for some reason unknown to myself and everyone I've asked, so I'm creating something a little less complicated.
So far I have a logo and an install script, although there seems to be some problem with the install script (a PHP file). Basically, it's referring to the last line of the file, which is:
So I fail to see how that can be an error. There's 165 lines (ish) of code and its late at night so I can't be bothered reading every last bit today... I will do as soon as I can get a printout, but in the meantime, a fresh pair of eyes or two would help....
Anyone feel like debugging it?
It is supposed to be co-ordinated with my Firestorm UK site, although I intend to release it as a free system, open-source (of course!) so anyone, feel free to use what I already have as the basis of your own system if you want to develop something like this and have more skill, patience and time than I do.
Zip file contents:
# install.php <---- The aforementioned script
# phpfire.xcf <---- GIMP format image of the logo (with layers)
# phpfire.jpg <---- JPEG format logo, flattened and without transparency
-
July 9th, 2002, 11:51 PM
#2
Actually including the zip helps
I wish to express my gratitude to the people of Italy. Thank you for inventing pizza.
-
July 9th, 2002, 11:53 PM
#3
Guus: I edited the post and included the ZIP, I would've done before but I hit enter by mistake and it posted before i could select the ZIP file!
-
July 10th, 2002, 12:03 AM
#4
Last four lines:
Code:
};
?>
</body>
</html>
should be:
Code:
}
?>
</body>
</html>
I wish to express my gratitude to the people of Italy. Thank you for inventing pizza.
-
July 10th, 2002, 12:12 AM
#5
Still gives the same error. The semicolon is an optional thing anyway.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|