ksaun Posted July 3, 2004 Posted July 3, 2004 Hello All, :D I need some help in a big way, A few weeks ago I tried to move the Catalog folder down to the Root directory with disasterous results. Everything got screwed up from my pics to my links. I was trying to have the site show up in www.tonerjunction.com instead of the default www.tonerjunction.com/catalog Luckily I downloaded the whole site, every file, from the server to my PC as a backup measure just in case this happened. So after all was said and done I had to delete the files I moved from the catalog folder to the Root directory and then reupload the files I copied as a backup to the original locations. Follow me so far??? :blink: The site itself appears to function correctly and everything I had links or pictures for is just as it should be. That being said, the Admin Console appears like it is really screwed up. None of the pictures I have associated with any of the products show up, and I can't add any new products or pictures to the site. When I try to add a new product through the Admin Console I get these errors: Warning: move_uploaded_file(/hsphere/local/home/ksaun/tonerjunction.com//images/Q2624X.gif): failed to open stream: Permission denied in /hsphere/local/home/ksaun/tonerjunction.com/admin/includes/classes/upload.php on line 94 Warning: move_uploaded_file(): Unable to move '/tmp/phpxxOvIY' to '/hsphere/local/home/ksaun/tonerjunction.com//images/Q2624X.gif' in /hsphere/local/home/ksaun/tonerjunction.com/admin/includes/classes/upload.php on line 94 Warning: move_uploaded_file(/hsphere/local/home/ksaun/tonerjunction.com//images/hp-logo.gif): failed to open stream: Permission denied in /hsphere/local/home/ksaun/tonerjunction.com/admin/includes/classes/upload.php on line 94 Warning: move_uploaded_file(): Unable to move '/tmp/phpRzfpga' to '/hsphere/local/home/ksaun/tonerjunction.com//images/hp-logo.gif' in /hsphere/local/home/ksaun/tonerjunction.com/admin/includes/classes/upload.php on line 94 and it looks like this when you bring it up in the store. http://tonerjunction.com/catalog/product_i...roducts_id=1641 instead of looking like this: http://tonerjunction.com/catalog/product_i...products_id=956 Really need help with this Thanks Keith :blink: My Favorite Quote from a movie. Question: How do you know women sooo well? Answer: I think of a man, then take away reason and accountability.
♥bruyndoncx Posted July 3, 2004 Posted July 3, 2004 it looks like you have defined the images directory incorrectly in the admin/include/configure.php it's trying to upload to xxx.com//images note the double forward slashes KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
ksaun Posted July 3, 2004 Author Posted July 3, 2004 I compaired the two files, the one that is on the server and the one from the backup previous to the problem, and they are identical. I even tried different combinations of directory paths, no difference. The site was working like a dream before I tried to move it. Any other Ideas??? :blink: My Favorite Quote from a movie. Question: How do you know women sooo well? Answer: I think of a man, then take away reason and accountability.
♥bruyndoncx Posted July 3, 2004 Posted July 3, 2004 Did you set the permissions on the directories to allow you to upload, please refer back to the installation instructions if you are unsure on how/what needs to be set KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.