Well, it depends on the PHP version you are using. I have worked lately to fix some php 8 compatibility, but still have to find the time to complete it and publish it. Please also note that OpenUpload is old. You might find a better solution out in the internet.
Well 500 means internal error. It's something related to configuration, but you need to look at the web server logs.
Well, openupload is quite OLD, so I'd try use something else.
It's a utf8 / iso conversion problem. You should put the Html code for special characters to avoid it. https://www.rapidtables.com/web/html/html-codes.html
Registration form not working
I've uploaded a new version with the fix. 0.4.4
Never mind I found the error. ereg_replace was removed from php 7. It must be replaced with preg_replace. File is lib/modules/default/auth.inc.php line 131
Can you check the web server logs for any hint on what the error is? Also what version of PHP are you using?
Change the email template as you wish.
Here you go. generated with: git format-patch --stdout 9c0c2d6ae2a1b4d78f8f72b0a1e9c251c6dd1b1a > ../openupload-0.4.2-0.4.3.patch
Database was not initialized. Please check what option you selected during setup.
It's probably a bug in the email check. what version are we talking about?
OpenUpload and PHP7
PHP7
PHP 7 support is in new release and in GIT code too.
php 5.6 ended support
I have released an updated version which supports php7
Yeah, upgrade would be some work... though I have not really much time to invest. Probabily writing it with newer technologies would probabily also take less time. Currently I have not much time to invest. I'll consider the possibility to spend an evening in the next month trying to upgrade 4.2 to php 7.1 or 7.2 (as 7.0 seems to be EOL too)
In GIT there should already be the code for php7 support.
currently development is stalled. There are many alternatives out there.
I'm the developer, though 0.4.2 is really old! You can send it to my sf account.
IP Banned
Openupload is quite old, and I haven't tryed installing it since long time with this feature enabled. It was my intention to give it a refresh (which is in git code now and is mostly working). I have no time now to go and check this feature, as at the writing time most of the browsers should report by themselvs the progress. Also probably now it would be better and go using html5 api for upload progress. Sorry.
BTW, are you using mysqli or pdo_mysql?
The thing is that the login attempt is inserted in the logs (and it's a DENY too). There is something which isn't initialized (the username I suppose) I'm not really sure that preg_match has the same syntax as ereg_replace. What's the username you have registered? I can't guarantee I will check this soon (I'm busy with work), but I'll try to check and correct the problem if I can reproduce it.
Sorry for the late reply. I have been working on OpenUpload to update it for php7 compatibility, though haven't had the time to test it completely yet. The setup script in GIT was updated and should work with mysqli and pdo_mysql, dunno why it didin't create the invitations.
SVN to GIT
merge last translation update
fix bug #2793336 (SI_IMAGE_JPEG typo)
fix italian translation
Merge trunk translations
creating v0.4 release branch
fix Notice about missing constant, preventing display when display_errors is on.
escape the fields to prevent scripting attaks
escape the fields to prevent scripting attaks
fix
add Chinese
a few modifications to fix minor bugs in the email plugin dealing with multiple recipients
paleative fix for mysql not accepting "" as value for a date. (must test on other dbs)
add upgrade function
typo
tool to convert from php to po translation
Handle the deprecated magic_quotes_gpc php function
group on IP plugin
fix upgrade problems + add version option in setup
add Brazilian Portuguese, by Leonardo F. Cardoso
fix permissions for first setup
merge trunk translations.ì update
prepare for v0.4.1 release
AD was not working anymore.
v0.4.2 release
Add MSSQL support, by Leonardo F. Cardoso
fix missing activitylog structure, bug #2803132
fix magic_quotes_gpc problems with strange user names and passwords.
apply correct fix for SI_IMAGE_JPEG
fix utf-8 string
add multiple recipients.
remove new line at end of file
fix script injection BUG: 3406693
Jochen Derwae - a few html fixes
fix AD strange behavier with empty passwords.
remove wrongly handled magic quotes from here.
add upgrade function
misspelled domain
Handle mime types server side (if possible), and a couple of checks in the setup script.
First svn commit
Reorganization
Reorganization
First svn commit
First svn commit
First svn commit
First svn commit
First svn commit
First svn commit
First svn commit
First svn commit
First svn commit
First svn commit
fix default language to en
add administration of users
Add administration of: groups, rights, plugins and a settings display page
Add administration of: groups, rights, plugins and a settings display page
add ignore of smarty compiled templates
Complete administration (it needs a better organization though)
Add user language preference and browser language detection
Add the language selection on main template.
Reimplement the database api and fix accordingly, split the user from the classes, some other fixes
Fix language detection init order.
Enable debug_acl to put information when it should deny (with $CONFIG['debug_acl']=true)
fix a redirection loop when default action is not allowed.
Update database structure and different preconfigured rights modes.
add file ID info in e-mail message
Make the requested url the default redirect after login
updated
Add login name check and fix login name length
Add upload file error handling.
Add default max file size basic handling
Add maximum file size based on user, if somebody tryes to upload a file via some bots.
Updated changelog
updated Todo