Search found 4 matches

by Strongeo
Wed May 16, 2007 4:01 pm
Forum: PHP - Code
Topic: Its been asked before. But I still need help!
Replies: 6
Views: 5810

Ahh thanks so much, Worked straight away.. strange! Thanks alot for the help!
by Strongeo
Wed May 16, 2007 3:04 pm
Forum: PHP - Code
Topic: Its been asked before. But I still need help!
Replies: 6
Views: 5810

The PHP info had GD enabled and installed. But I got the following error when debugging; Notice: Undefined variable: antal in publish.php on line 57 Which is this little snippet; function displayCategories($phpfile) { global $categories, $category, $name, $cat; for ($i=0;$i<count($categories);$i++) ...
by Strongeo
Wed May 16, 2007 2:52 pm
Forum: PHP - Code
Topic: Its been asked before. But I still need help!
Replies: 6
Views: 5810

jayshields wrote:First off, posting in bold with a larger font does not make your post stand out.

In regards to your actual post; have you got GD installed/enabled?
Sorry I was just trying to differentiate between the code and what I was asking.

As for GD, Yes it is installed.

Thanks for the help.
by Strongeo
Wed May 16, 2007 2:33 pm
Forum: PHP - Code
Topic: Its been asked before. But I still need help!
Replies: 6
Views: 5810

Its been asked before. But I still need help!

So heres the problem, am using a small gallery script to create and manage photos. The script is meant to make thumbnails but it doesnt seem to be creating them at all! The /images/thumbs/ folder is consistently empty of anything! All I get is the image $title appearing on the gallery page while us...