Windows Batch and Tools |
The problem: I updated a phpBB3 forum and received following message when someone wants to answer a poll: "The submitted form was invalid. Try submitting again." Update the template yourself by performing doing a mass FIND: That means, that I had to proceed to my custom style template directory and check every html-page for the </form> tag and change it to the new code-snippet. A quick review lets me count 47 hits in 43 files First provided solution was that (found here): If you have Shell (SSH) Access to your server, cd (change directory) to your custom style template directory and run the following command...
This will add the S_FORM_TOKEN variable to the template and make it possible to use your custom template.
Okay - nice shot - but I don't have direct access in that case and I am on a Windows PC now. 1. Open Notepad++ Find what: </form> Confirm the next box and *little-drumroll* it is done. Upload again, set the default theme back to the customized one and go for a coffee ..! Hope it helps someone out there ... Zuletzt geändert von Bikerpete (admin) am Dec 05 2009 um 1:01 AM
|