I have been working on my Oxwall application and was ready to deploy with my application from my test server to my production application and database servers.
Unfortunately I set neither of them up.
On the Test server the join process behaves as I expect, the user presses join, and is then navigated from the join page to the email verify page/form, at which time the verification email is sent. Everyone is happy.
To migrate the application to production I zipped up the application files and took a sqldump of the MySQL data. I then unzipped the application code to the file directory of the production application server and created the database from the sqldump.
However I have uncovered a problem on the production application server in the join/sign up process.
It first manifested itself via Captcha. It was producing a Captcha validation error, with every entry and was not allowing new users to join.
I then removed the Captcha section from the join forms. This removed the Captcha error. Now users could join with errors but the main page would just reload and not navigate away to the email verify page/form. Oxwall does continue to produce the verify email, but users are left wondering, as there is no clear progression from the join/page.
Does this navigation pattern resonate with any particular module I have set on the production server.?
I can get my hands on DEV_MODE and DEBUG messages