Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › path settings not correct on windows system
- This topic has 4 replies, 3 voices, and was last updated 11 years, 3 months ago by yaelhagi.
-
AuthorPosts
-
August 22, 2013 at 6:31 am #9538yaelhagiMember
after installing the plugin on my local development system. Windows Xammp. i installed a new gallery. by displaying the gallery, i get several errors like this.
Warning: getimagesize(C:xampphtdocspneimelech/wp-content/uploads/wp_photo_seller/1/20121004_190255.jpg): failed to open stream: No such file or directory in C:xampphtdocspneimelechwp-contentpluginswp-photo-sellermodelsWPSCommon.php on line 2223
to me it appears that the path which look like this now
getimagesize(C:xampphtdocspneimelech
/wp-content/uploads/wp_photo_seller/1/
20121004_190255.jpg)
should be:
getimagesize(C:xampphtdocspneimelech
wp-contentuploadswp_photo_seller1
20121004_190255.jpg)
please correct the source code.
August 22, 2013 at 7:50 am #57337PeterMemberHi,
Can you please specify exactly which page produces this error?
Is it from the back-end or front-end?
August 23, 2013 at 3:19 pm #57338yaelhagiMemberhi, this is the frontend. display of a gallery. every picture in the gallery comes with several errors like this:
Warning: getimagesize(C:xampphtdocspneimelech/wp-content/uploads/wp_photo_seller/1/20121004_190255.jpg): failed to open stream: No such file or directory in C:xampphtdocspneimelechwp-contentpluginswp-photo-sellermodelsWPSCommon.php on line 2223
Warning: imagecreatetruecolor(): Invalid image dimensions in C:xampphtdocspneimelechwp-contentpluginswp-photo-sellermodelsWPSCommon.php on line 2239
Warning: imagecreatefromjpeg(C:xampphtdocspneimelech/wp-content/uploads/wp_photo_seller/1/20121004_190255.jpg): failed to open stream: No such file or directory in C:xampphtdocspneimelechwp-contentpluginswp-photo-sellermodelsWPSCommon.php on line 2240
Warning: imagecopyresampled() expects parameter 1 to be resource, boolean given in C:xampphtdocspneimelechwp-contentpluginswp-photo-sellermodelsWPSCommon.php on line 2242
Warning: imagecolorallocate() expects parameter 1 to be resource, boolean given in C:xampphtdocspneimelechwp-contentpluginswp-photo-sellermodelsWPSCommon.php on line 2244
August 24, 2013 at 1:15 am #57339adminKeymasterIt is a little hard to troubleshoot issues that you are seeing on a local host (We have no way of knowing if it is an issue coming from a local host setup).
Can you install the plugin on a live server (a test site is fine) that we have access to? If we can access your site when there is an issue, we can help you troubleshoot it.
August 24, 2013 at 10:09 pm #57340yaelhagiMemberafter update, see other post problem disappeared. item closed
-
AuthorPosts
- You must be logged in to reply to this topic.