I installed wamp 2.4 and oxwall 1.6 and i see same error on join page! user can't register because he don't see all required fields on the join page. But in the source code, if i look through browser they are.
Can you help me?
OS:
Windows 7 Ultimate
Browsers:
Google Chrome - Version 35.0.1916.114 m
Opera - Version 12.16
FireFox - Version 29.0.1
IE - Version 11.0.9600.16428
In all browsers i delete cache, and try to open on other computers(
Errors with join page every time
We tested oxwall installation on Windows 7/ wamp 2.2. version and everything works ok.
You can also try the solution from this post: http://www.oxwall.org/forum/topic/17234?page=1#post-94029
disable strict check of the data by server, in ow_system_plugins/base/init.php
insert this code at the bottom: function base_addFakeQuestions( OW_Event $e ) { $e->setData(false); } OW::getEventManager()->bind('base.questions_field_add_fake_questions', 'base_addFakeQuestions');
Thats why i upload to http://www.megafileupload.com/en/file/538337/www-zip.html
Please say me then your download, i want to delete it.
Can you please, last time, try to install it on wamp 2.2.? Keep us updated.
but in profile edit i see it, but in sign up no.