coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: François Keller on October 31, 2004, 11:28:34 PM

Title: Unable to access in exifReader.inc.php...
Post by: François Keller on October 31, 2004, 11:28:34 PM
Hello

i have the following message when i will show the exif datas
Warning: file_exists() [function.file-exists]: Unable to access in exifReader.inc.php on line 1204

Warning: file_exists() [function.file-exists]: Unable to access in exifReader.inc.php on line 1485 ???
Can you help me

My Website (http://www.keller-sculpture.fr/Photos/Coppermine/)

Thank's

François
Title: Re: Unable to access in exifReader.inc.php...
Post by: Casper on October 31, 2004, 11:48:22 PM
Does this happen in all themes.  I see you are using a non standard theme.
Title: Re: Unable to access in exifReader.inc.php...
Post by: François Keller on November 01, 2004, 08:10:05 AM
Yes,
the complete error message with classic theme for one photo is

Notice: Undefined index: 0x829A in exifReader.inc.php on line 819

Warning: file_exists() [function.file-exists]: Unable to access in exifReader.inc.php on line 1204

Notice: Undefined variable: mp in exifReader.inc.php on line 1031

Warning: file_exists() [function.file-exists]: Unable to access in exifReader.inc.php on line 1204

Warning: file_exists() [function.file-exists]: Unable to access in exifReader.inc.php on line 1204

Warning: file_exists() [function.file-exists]: Unable to access in exifReader.inc.php on line 1204

Warning: file_exists() [function.file-exists]: Unable to access in exifReader.inc.php on line 1485

Notice: Undefined index: ISO in displayimage.php on line 313

Notice: Undefined variable: meta_keywords in displayimage.php on line 632

Title: Re: Unable to access in exifReader.inc.php...
Post by: Joachim Müller on November 01, 2004, 03:28:16 PM
use the quote/code buttons instead of the color attribute on this board please...

You're doing some custom scripting stuff, as the warnings at the bottom of http://www.keller-sculpture.fr/Photos/Coppermine/?theme=classic indicate:
QuoteWarning: main(Compteur.php) [function.main]: failed to create stream: No such file or directory in Pied.php on line 29

Warning: main() [function.main]: Failed opening 'Compteur.php' for inclusion (include_path='/var/www/61/k/e/l/keller-sculpture.fr/www/include/:.') in Pied.php on line 29
Those are no coppermien files that are referenced. As you're using some code customization we can't know of it's hard to suggest anything...
"Unable to access" usually means "the file is not there" or "the script doesn't have permissions to access the file". I suggest re-uploading the file in question, and making sure everything is CHMODed properly.

Joachim
Title: Re: Unable to access in exifReader.inc.php...
Post by: François Keller on November 01, 2004, 05:50:49 PM
excuse me for non using the quote  :-X
QuoteWarning: main(Compteur.php) [function.main]: failed to create stream: No such file or directory in Pied.php on line 29

Warning: main() [function.main]: Failed opening 'Compteur.php' for inclusion (include_path='/var/www/61/k/e/l/keller-sculpture.fr/www/include/:.') in Pied.php on line 29
This problem is solved, i tryed to use a counter, but he doesn't work.

For the other problem
QuoteWarning: file_exists() [function.file-exists]: Unable to access in exifReader.inc.php on line 1204

Warning: file_exists() [function.file-exists]: Unable to access in exifReader.inc.php on line 1204

Warning: file_exists() [function.file-exists]: Unable to access in exifReader.inc.php on line 1204

Warning: file_exists() [function.file-exists]: Unable to access in exifReader.inc.php on line 1485
i  have the error message only forphotos who are wiewing at the first time

François
Title: Re: Unable to access in exifReader.inc.php...
Post by: Joachim Müller on November 01, 2004, 09:03:30 PM
like I said: make sure the file exists.

Joachim