Hello,
Does your plugin work on php 7.4 ?
Hello,
Yes I have an issue, nothing works.
I tried to upload a file and nothing happened.
ok there are several things we can check to be sure the server is set up correctly for uploads and that the plugin is configed properly.
I can check it out for you if you would like. I would need an admin account for the site and the site url so i can test it. Would you like me to do that?
I have followed your explanation in the readme.txt file.
I'm gonna check with my server guy, about the writable folder, and I'll come back to you,
Thank you,
Regards.
Hello,
I checked with my server guy, and he says that the folders ow_pluginfiles and ow_userfiles are writable, also all the folders inside them.
Ok, I understand. But no, I don't have it.
I have to create it ? and make it writable ?
Yes you can create it manually, give it 755 permissions and add this htaccess inside the folder. you will have to create a .htaccess file inside that folder and then copy the contents of the text file attached to that htaccess file
remember the /docplusdocuments folder should be in oxwall/docplusdocuments
Thank you, It works now but I had to give it 777 permissions.
Thank you for your help.
Hi, that is not from my plugin that is from oxwall. Please allow me some time and i will try to track down the issue.
see here
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Identifier_after_number
did you edit any oxwall files?
What its telling you is that somewhere you have a js var that starts with a number. Js vars have to start with a letter and then there can be a number after that.
Ill poke around my copy and see if find anything, but take a look at those files in the error and the line numbers and see if you see anything that starts with a number.