Status
Not open for further replies.

Globus

Customer
Categories going pass Ok, but when importer trying to locate files it givs me waenings bellow:
PHP:
Importing...Please wait until the importer has finished.
Warning: file_get_contents(..../gallery/files/1/1-dscf0361.jpg): failed to open stream: No such file or directory in ..../dbtech/gallery/includes/class_import.php on line 942

Warning: file_get_contents(..../gallery/files/1/1-dscf0361.jpg): failed to open stream: No such file or directory in ..../dbtech/gallery/includes/class_import.php on line 873

Warning: imagecreatefromstring(): Empty string or invalid image in ..../dbtech/gallery/includes/class_import.php on line 873

Warning: imagesx() expects parameter 1 to be resource, boolean given in ..../dbtech/gallery/includes/class_import.php on line 878

Warning: imagesy() expects parameter 1 to be resource, boolean given in ..../dbtech/gallery/includes/class_import.php on line 879

Warning: imageistruecolor() expects parameter 1 to be resource, boolean given in ..../dbtech/gallery/includes/class_import.php on line 893

Warning: imagecreate(): Invalid image dimensions in ..../dbtech/gallery/includes/class_import.php on line 897

Warning: imagecolorallocate() expects parameter 1 to be resource, boolean given in ..../dbtech/gallery/includes/class_import.php on line 903

Warning: imagecolortransparent() expects parameter 1 to be resource, boolean given in ..../dbtech/gallery/includes/class_import.php on line 904

Warning: imagealphablending() expects parameter 1 to be resource, boolean given in ..../dbtech/gallery/includes/class_import.php on line 905

Warning: imagesavealpha() expects parameter 1 to be resource, boolean given in ..../dbtech/gallery/includes/class_import.php on line 906

Warning: imagecopyresampled() expects parameter 1 to be resource, boolean given in ..../dbtech/gallery/includes/class_import.php on line 910

Warning: imagedestroy() expects parameter 1 to be resource, boolean given in ..../dbtech/gallery/includes/class_import.php on line 915

Fatal error: Access to undeclared static property: Gallery_Importer::$this in /home/narodrs/public_html/dbtech/gallery/includes/class_import.php on line 927


First and second lines saying that it is no files there. Which is true. All our vbgallery files located straight under /gallery/files/ not under /gallery/files/1/

Any help on that one?!

Just wonder why expects parameter 1 to be resource in class_import.php ..

Ok. No sale!
 
Last edited by a moderator:
As posted in the previous thread, this can happen if the system does not have permission to write to, or create subdirectories of, the folders mentioned in the error.

If so, this is a server issue that will need to be resolved on your end via CHMOD as per the instructions in the previous thread, and/or via enabling the mkdir function in PHP.
 
mkdir is working and directories are get created. However, importer not moving the pictures to the right dir.
 
Are the directories created with the same user as Apache is running as? Also, what permissions do they receive?
 
Status
Not open for further replies.

Legacy DragonByte Gallery

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
865
Customer rating
0.00 star(s) 0 ratings
Back
Top