---
title: "Vad gör jag för fel med scriptet?"
type: "forum-thread"
url: "https://www.webforum.nu/amne/php/153990-vad-gör-jag-för-fel-med-scriptet"
topic: "PHP"
topic_url: "https://www.webforum.nu/amne/php"
author: "xtreme"
published: "2006-11-20T21:24:11.000Z"
updated: "2006-11-21T09:12:24.000Z"
replies: 1
views: 422
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/php/153990-vad-gör-jag-för-fel-med-scriptet"
---

# Vad gör jag för fel med scriptet?

## #1 — xtreme, 2006-11-20T21:24Z

Har laddat ner <http://www.says-it.com/faq.php#general15>

<http://www.churchsigngenerator.com/source.phps>

Har även laddat ner bilderna 
<http://www.churchsigngenerator.com/images/basesign_example.jpg>
<http://www.churchsigngenerator.com/images/chars_example.png>

samt tagit bort "exempel i bilderna"

Ena bilden är i .jpg och jag har provat att göra om den till .png men får ändå inte det att funka.

Får felen:

> Warning: imagecreatefrompng() \[function.imagecreatefrompng\]: 'basesign.jpg' is not a valid PNG file in /home/bordell/public_html/test/index.php on line 283
> 
> Warning: imagesx(): supplied argument is not a valid Image resource in /home/bordell/public_html/test/index.php on line 287
> 
> Warning: imagesy(): supplied argument is not a valid Image resource in /home/bordell/public_html/test/index.php on line 288
> 
> Warning: imagecreatetruecolor() \[function.imagecreatetruecolor\]: Invalid image dimensions in /home/bordell/public_html/test/index.php on line 292
> 
> Warning: imagecopy(): supplied argument is not a valid Image resource in /home/bordell/public_html/test/index.php on line 296
> 
> Warning: Cannot modify header information - headers already sent by (output started at /home/bordell/public_html/test/index.php:1) in /home/bordell/public_html/test/index.php on line 374
> 
> Warning: Cannot modify header information - headers already sent by (output started at /home/bordell/public_html/test/index.php:1) in /home/bordell/public_html/test/index.php on line 375
> 
> Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/bordell/public_html/test/index.php on line 381
> 
> Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/bordell/public_html/test/index.php on line 384
> 
> Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/bordell/public_html/test/index.php on line 386

Lite tips på hur jag ska göra? ;)

Permalänk: https://www.webforum.nu/p/153990

## #2 — TheMagnus, 2006-11-21T09:12Z

Rad 274 får du byta ut till följande:

```php
$basesign_img = imagecreatefrompng("basesign.png");
```

Permalänk: https://www.webforum.nu/p/1900500

---

Tråden på webben: https://www.webforum.nu/amne/php/153990-vad-gör-jag-för-fel-med-scriptet
