Unable to access in exifReader.inc.php... Unable to access in exifReader.inc.php...
 

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

Unable to access in exifReader.inc.php...

Started by François Keller, October 31, 2004, 11:28:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

François Keller

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

Thank's

François
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Casper

Does this happen in all themes.  I see you are using a non standard theme.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

François Keller

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

Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Joachim Müller

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

François Keller

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
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Joachim Müller

like I said: make sure the file exists.

Joachim