Quote:
Originally Posted by dr.reddy
Coder replied like this in post # 2460 "You just copied the files without the folders. It is intended to copy the contents of the upload folder to your forum home ... including the folders."
Are you both telling same thing? I will now try to upload the contents within the "upload" directory as you said and check the status...I will update my feedback soon...thx
|
Yes, we are saying the same thing. For you, when looking at the "upload" directory for any mod, consider the "upload" directory the same as your "public_html" directory on your server.
You then need to copy the contents of the "upload" folder to your root folder "public_html". This includes maintaining the file/folder structure under "upload".
Sample of what is being uploaded:
upload/admincp/admin_rbs.php
upload/includes/cron/rbs_mail_cron.php
upload/rbs_banner.php
Where it should be uploaded:
public_html/admincp/admin_rbs.php
public_html/includes/cron/rbs_mail_cron.php
public_html/rbs_banner.php