is everyone having this problem trying to install on IIs and if so, what version of php are you using? robert PHP Version 5.4.36 Followed the same process I normally do, upload files v.i FTP and then try to run database update php file. Note sure if this is related, but I have a lot of phpbb forum ...
I see. But it sounds like the current subSilver2 for 3.1 will be phased out in 3.2 for sure nor does it support all the features of 3.1. As such, sounds like it might not even be worth using. But if subSilver3 will support all the features of 3.1 and be supported in 3.2 sounds like a good trade sinc...
My 3.0.12 phpbb forum has a custom theme I made based off of the subSilver theme. I downloaded phpbb 3.1 as I wanted to do a fresh install and update that theme for 3.1, but I noticed that subSilver is gone and now there is only ProSilver?
FlashChat 6.0.2-6.0.8 - Arbitrary File Upload Vulnerability This module exploits a file upload vulnerability found in FlashChat versions 6.0.2 and 6.0.4 to 6.0.8. Attackers can abuse the upload feature in order to upload malicious PHP files without authentication which results in arbitrary remote c...
Thanks. Is there by chance a line-by-line code change file showing the changes for template updating 3.0.7-PL1 to 3.0.9 ? stylesheet.css and template/.html files
I no longer have any <form> tags in my index_body. So not sure if I should just create something like below and just place it in index_body, or if it is only needed if there is a login form on the page. My login script in the overall_header is a php include, so I don't think I could add "{S_LOGIN_RE...
What is your style? It's sytle I made based off SubSilver2. I just completed the update to 3.0.7 and it turns out I am only missing {S_LOGIN_REDIRECT} in index_body.html. This is mainly because I use a php include for my login in the overall_header.html. Does {S_LOGIN_REDIRECT need to be added some...