Can't upload file attachments to phpBB3 forum on IIS - file-upload

With reference to this thread (where, to be honest, I'm a bit lost with the technicalities):
https://www.phpbb.com/community/viewtopic.php?f=556&t=2520341&e=1&view=unread#unread
Does anyone have any suggestions as to why I am unable to upload file attachments to my forum?
I've tried every solution I can find via Google, fiddled endlessly with permissions etc. on the webserver - I just can't get it to work, nor can i find any useful error messages anywhere.
I'd be great to finally fix this.

Related

Error deploying vue app using any type of deployment

I have only deployed a couple small apps before and I am still newer to deploying apps in general.
I created this app by following a course and have recently finished the project. The course did not provide instructions on how to deploy the app. I have used Firebase hosting a couple times and am also somewhat familiar with Heroku. Regardless, it all seems pretty straight forward after following documentation.
I first tried Firebase hosting since that is what I am most familiar with. Spent some time with that with no luck, then tried heroku, then netlify, then NOW. Every single one of them had issues without any real information on them.
NOW says deployement failed with no logs.
Firebase hosting doesn't seem to be logging any errors, it builds a blank page.
Netlify says page not found after deployment and Heroku was something similar.
I am 100% open to getting this simple app deployed using any approach at all (preferably the easiest one).
Since I am following documentation and there doesn't seem to be any errors being logged, I'm completely stumped and am not sure what to do.
I realize I might not be providing the most helpful information to solve this issue, although I do have my full repo here:
https://github.com/SIeep/austin-pizza
Would anyone be kind enough to look over my repo and see what the issue might be? Or even point me in the right direction?
Please let me know if I need to provide any additional information.
Thanks!
missing entry file or file path problem ?
Try to find out which stage the problem is at first.
Compare this and last successful Firebase Configuration(dependency path),
Compare this and the last build dist file (not detail code,just File structure)
compare webpack.config.js
(app can run well locally,so i think it wouldn't because of the problem with the app's own code)

Is Camstudio still an active project?

I was just trying to get a quick [free] video record of a screen (with captions), and wanted to use something I've happily used in the past - Camstudio (https://camstudio.org/), but when I go to download it I notice I'm being redirected to a suspect website (http://www.nameghesere.com).
You can't get onto the Camstudio forums without invite - so I thought I'd ask here in case anyone knows.
Has Camstudio been compromised? Is it still a viable [free] solution?
Thanks
Abe
Ah - I've found another download site for Camstudio (https://sourceforge.net/projects/camstudio/files/latest/download) which includes a warning:
Notice Regarding Malware:
The downloads from camstudio.org are known to contain malware.
All downloads from SourceForge are virus scanned. As of this writing there is no malware on the SourceForge downloads for CamStudio.
Perhaps someone should shut down the camstudio.org site.

Why is dojotoolkit.org suspended?

When I go to https://dojotoolkit.org/, I get, "Unable to connect". In some browsers I get "You have reached a domain that is pending ICANN verification".
I've used a number of dojo libraries in my code. Does anyone know what happened to the owner and whether this is likely to be fixed in the near future?
If it isn't fixed, what is my best option for replacing it?
This seems to be a temporary administrative DNS issue, based on their Twitter response:
We apologize for the issues accessing the Dojo 1 web site. We’re
working on it as fast as possible. In the mean time, you can add the
IP address directly to /etc/hosts. 104.16.205.241
There are also some workarounds on the dojo gitter.im channel:
Reference guide content is also at https://github.com/dojo/docs/ And
tutorials are at
https://github.com/dojo/dojo-website/tree/master/src/documentation/tutorials
Also, as mentioned in this related question, you can use the Archive.org Wayback Machine.
The site now appears to be back up. I was able to access it and get information on features I'm using.

IIS Remote Manager is missing icons for a specific site

I have a developer that came to me with and issue. He is remotely managing one of his sites on one of our development servers and all of a sudden he lost all of the icons in IIS for this specific site..
All other sites display his icons correctly and when I have him test on another computer everything displays correctly.. So what could have gone wrong on his machine? It was working but is now not working.. Any help here would be greatly appreciated.. Never seen this before and cant seem to figure out what caused it to just go away.. There should be so many more options for him.. Plus if you can see he lost the ability to see the folders on this site also.. And it is every site on this server.. But like I said it is just on his computer, he goes to a different computer he has access to everything..
Guess I cant post a picture.. But if you need to see it I can send it to you if you need to see what I am talking about..
Come to find out he was ignoring the prompt that he was getting saying that there were new versions of the tools to download on his machine that are on the server.. He just hit Cancel instead of selecting them and hitting ok to install the DLL's and enabling them.

Prevent 'the world' from accessing members PDFs in an Umbraco CMS

I am new to Umbraco and have inherited an existing site 3-4 years old. One of our users has just come to me and asked why her members only PDFs are freely available if Googled by name, but their containing folder in Umbraco is not - ie she has to log in to get to the folder.
Within the Umbraco Admin system I can see how to set permissions for the pages but not for individual files
Can I set permissions within Umbraco so that this cannot happen, or is it basic file permissions on the server of some sort?
I have posted this on the Umbraco forum but so far had no replies!
Hopefully somebody has an answer
Best regards
Dave
this is the exact reason why I submited an issue tracker.
Umbraco as far as 4.5.1 goes has no File Permission controls. The files are stored in the Media Folder, and therefore are always publicly available.
I have created a HTTPModule that allows you to control the permission on those media files. Please take a look here. Click here.
Only problem with this method is:
1) Only work on IIS7
2) The application pool has to run on Integrated Mode.
Please note that is not the full implementation. If you need help to get it working, feel free to ask me for more help here.