filler00 / etcg

Tradepost Management Script
22 stars 8 forks source link

Auto-Upload error #16

Open snuggly opened 7 years ago

snuggly commented 7 years ago

I'm getting this error: Warning: file_get_contents(http://wonderland.tcg-publicity.com/cards/littlemermaid-ursula03.png): failed to open stream: Connection refused in /srv/disk1/1770434/www/snuggly.dx.am/etcg/class_lib.php on line 241

I'm fairly certain my absolute cards path is correct since I used a script to find it. I checked the other post about this error and did everything. The only issue I could find was that allow_url_include is off but allow_url_fopen is on. I can't change my php.ini because my host won't allow it.

Any help would be greatly appreciated -- I'm starting to go a little mad trying to figure this out.

Edit: It must be my host or maybe the allow_url_include because after switching hosts, everything works. You can close this thread. Thanks!

Yuuka8 commented 3 years ago

I had a very similar issue where my cards refused to upload. The text suggested that it couldn't download upload from the source (TCG) domain to my domain.

Turning "on" allow_url_include resolved that issue.