Integramod doesn't like .png files that are php?

Hey, I'm working on making a dynamic sig for my site, but for some reason my profile doesn't like it.
I found a dynamic sig mod [url=http]HERE[/url] and everything works fine until I try to add it to my signature.
When previewing the signature I get this error:
But if you look at the actual address of the png file it works just fine. See it [url=http]HERE[/url]
If I enter the signature and just press submit, it doesn't go through and I get these errors:
then the other error above below it. I've tried 3 different dynamic sig mods and all of them result in this.
So, the only things I could think of are the site doesn't know to read png as php, but I have the htaccess file in the signature folder with this:
and it still doesn't work
I also tried to look in both the signaturephpbb.php and png files to make sure there were no extra white space...
I'm out of ideas... anyone else have a working dynamic sig that works for integramod?
Edit Ok I solved the first error by selecting "Allow if impossible to control" in ACP > General > Configuration
And now it lets me submit the image, but I still get the major errors when submitting, so I think that's a genuine bug
I found a dynamic sig mod [url=http]HERE[/url] and everything works fine until I try to add it to my signature.
When previewing the signature I get this error:
- Code: Select all
Your signature is not valid. Impossible to control the image size of]http://www.black-fusion.com/forum/Signa ... ephpbb.png[/url]"Either there is no image at this address or the forum can not control it, so you can't use it.
But if you look at the actual address of the png file it works just fine. See it [url=http]HERE[/url]
If I enter the signature and just press submit, it doesn't go through and I get these errors:
- Code: Select all
Warning]: Data is not in a recognized format. in /xxx/x/public_html/forum/profilcp/profilcp_profil_signature.php on line 263 Warning: Cannot modify header information - headers already sent by (output started at /xxx/x/public_html/forum/profilcp/profilcp_profil_signature.php:263) in /xxx/x/public_html/forum/includes/page_header.php on line 1158 Warning: Cannot modify header information - headers already sent by (output started at /xxx/x/public_html/forum/profilcp/profilcp_profil_signature.php:263) in /xxx/x/public_html/forum/includes/page_header.php on line 1160 Warning: Cannot modify header information - headers already sent by (output started at /xxx/x/public_html/forum/profilcp/profilcp_profil_signature.php:263) in /xxx/x/public_html/forum/includes/page_header.php on line 1161
then the other error above below it. I've tried 3 different dynamic sig mods and all of them result in this.
So, the only things I could think of are the site doesn't know to read png as php, but I have the htaccess file in the signature folder with this:
- Code: Select all
<FilesMatch> SetHandler application/x-httpd-php</FilesMatch>
and it still doesn't work
I also tried to look in both the signaturephpbb.php and png files to make sure there were no extra white space...
I'm out of ideas... anyone else have a working dynamic sig that works for integramod?
Edit Ok I solved the first error by selecting "Allow if impossible to control" in ACP > General > Configuration
And now it lets me submit the image, but I still get the major errors when submitting, so I think that's a genuine bug