Search

We have 25 guests and 1 member online
File Does Not Exist Error PDF Print E-mail
 

By Arelowo Alao, on 28-12-2009 20:52

Views : 321    

Favoured : 13

Published in : Frequently Asked Questions, FAQs

If you are getting a file does not exist error perform the following steps:

 

1. Open  components/com_maian15/classes/class_cart.inc.php and search for the function forcedownload

in this function locate the following code:

if (!file_exists($archiveName)) {
            echo $msg;
            exit;
        }


Change it to


if (!file_exists($archiveName)) {
            echo $archiveName;
            exit;
        }


Now instead of getting the
File Does Not Exist!! error you will see how your downloads are being generated.
 

Last update : 28-12-2009 20:53

   
Quote this article in website
Favoured
Print
Send to friend
Related articles
Save this to del.icio.us

Users' Comments  RSS feed comment
 

Average user rating

   (0 vote)

 

Display 1 of 1 comments

file does not exist

By: ian (Guest) on 20-01-2010 02:32

file does not exist

By: ian (Guest IP 64.4.94.61) on 20-01-2010 02:32

I got this error before, I didnt do the code as mentioned. I noticed my .mp3s that were being loaded had spaces in the file names. I got rid of the spaces and replaced them with an underscore and it worked :) 
 
ex: My_Song.mp3

 

» Report this comment to administrator

» Reply to this comment...

Display 1 of 1 comments



Add your comment
Name
E-mail
Title  
Comment
 
Available characters: 600
   Notify me of follow-up comments
   
   



mXcomment 1.0.8 © 2007-2010 - visualclinic.fr
License Creative Commons - Some rights reserved
< Prev