doesnt let me upload doesnt let me upload
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

doesnt let me upload

Started by jamar190, November 04, 2004, 07:31:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jamar190

somethings wrong i got this
Warning: fopen(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/www/meygan.freelinuxhost.com/coppermine/upload.php on line 1355

also this...
File Name/URL Error Message
1. Cat_expands.gif Not a GD extension.

what is it and how do i fix it??

thanks(for future help)
if you read this, you eat children...

kegobeer

First error:  A search for that error on Google turned up a useful post on the Official XOOPS Website Support Forums:

QuoteIf you're having problems with fopen("url...") but you can run 'host url' in a shell window and get the correct lookup, here's why...

This has had me banging my head against it all day - finally I found the answer buried in the bug reports, but figured it should really be more prominent!

The problem happens when you're on an ADSL line with DHCP (like our office)... When the ADSL modem renews the DHCP lease, you can also switch DNS servers, which confuses apache (and hence PHP) - meaning that you can't look up hosts from within PHP, even though you *can* from the commandline.... The short-term solution is to restart apache.

You'll get "php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in ..." messages as symptoms. Restart apache, and they're gone.

Simon

So it sounds like you or your webhost needs to restart Apache.

Second error:  A quick read of the documentation explains Coppermine doesn't support GIFs when using GD.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots