-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloads install in error #1109
Comments
Hi, The downloads plugin has its own repository: https://github.com/Geeklog-Plugins/downloads along with its own issue tracker: https://github.com/Geeklog-Plugins/downloads/issues BTW most non-core plugins have their own repository which can be found here:https://github.com/Geeklog-Plugins Since it is not possible for me to transfer this issue can you recreate at the above link if more help is needed (or if you want to reply to this thread). It looks like you might not have moved the downloads_data directory, did you do step 6 in the install (found in install.txt)? Step 6: Upgrades can skip this step. For new installs, from the path.to.geeklog/plugins/downloads/ directory copy the directory downloads_data into the public_html/ directory. IMPORTANT: Set directory permission so that your webserver has write access to this directory and all sub directories. This may require write permissions to be 744, 754 or 777 depending on your webserver setup. |
Ooh, shame on me. I’ve overlooked step 6.
Pls. close the issue.
Remy
… On 16. Jan 2022, at 15:46, Tom ***@***.***> wrote:
Hi,
The downloads plugin has its own repository:
https://github.com/Geeklog-Plugins/downloads <https://github.com/Geeklog-Plugins/downloads>
along with its own issue tracker:
https://github.com/Geeklog-Plugins/downloads/issues <https://github.com/Geeklog-Plugins/downloads/issues>
BTW most non-core plugins have their own repository which can be found here:https://github.com/Geeklog-Plugins <https://github.com/Geeklog-Plugins>
Since it is not possible for me to transfer this issue can you recreate at the above link if more help is needed (or if you want to reply to this thread).
It looks like you might not have moved the downloads_data directory, did you do step 6 in the install (found in install.txt)?
Step 6: Upgrades can skip this step. For new installs, from the path.to.geeklog/plugins/downloads/ directory copy the directory downloads_data into the public_html/ directory. IMPORTANT: Set directory permission so that your webserver has write access to this directory and all sub directories. This may require write permissions to be 744, 754 or 777 depending on your webserver setup.
—
Reply to this email directly, view it on GitHub <#1109 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHMY6ZHYEZZVJ4NTT7FUHYLUWLK35ANCNFSM5MBVWLFQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.
|
After installing the downloads plugin (tried multiple), trying to add a category:
E_WARNING(2) - move_uploaded_file(/home/pbsolo/php7/downloads_data/category_snaps/Glossary.gif): failed to open stream: No such file or directory @ /home/pbsolo/_php7_/plugins/downloads/include/functions.php line 457
First the warning irritates because it suggests that the signature of move_uploaded_file is incorrect.
That, the upload directory is NOT
<public_html>/downloads_data
, neither it is<private_site>/downloads_data
.It is installed as
<private_site>/plugins/downloads/downloads_data
.This is not funny, since I don't know what a correct configuration should be:
And ..... shouldn't this failure be caught?
The text was updated successfully, but these errors were encountered: