"Sorry, that facebook user does not match what we have on record, please try again."
When using the custom page on this mod, facebook registration seems to fail.
Turning the custom registration page off fixes the problem - but not ideal..
The error is:
"Sorry, that facebook user does not...
I've been thinking about this... why does the javascript not just cache the timestamp? Whats the reason behind it being stored server side.
If stored locally, it could be passed as a parameter with each query - as long as you sanitise the value, i.e. limit it to a certain time interval so no...
Hm. Depends how the database is setup. If it was memcached etc, the performance difference would probably be negligible.
I guess i'd have to try it and see.
Am I right in thinking all its doing is writing a single timestamp to each of the files? The way I intend to get around it, is making a php script to write them to/read from the database instead.
I'll happily share my solution if and when I get it working.
I suppose you could make a 'toggle'...
Hi there,
I've purchased vBShout, and i'm keen to install it on my forums.
The trouble is, the forums are load balanced EC2 instances, i.e. multiple file systems.
This is fine for most of your plugins, as most dont write to the file system, but this one appears to.
The problem is with the...