Hey guys
So I have at long last uploaded the latest changes and updates to my live platform, but for some odd reason I now have two forms which do not load at all.
One of which is to add new members, I have enabled debug and have no errors in lab, where it is working and displaying the form…
When uploaded to my live site the page doesnt display anything… So I enabled debug mode and uploaded again, now I have the debug informaiton displayed at the top and then nothing further in the form… IE a BLANK EMPTY space…
Checking other forms I have the same on two other forms, which is very weird indeed.
Any ideas what could be the issue with this now?
Within the add member form I have the following:
OnAppInit -
//load vars
[usr_login] = [usr_login];
[usr_club] = [usr_club];
[usr_lang] = [usr_lang];
//start clean app
sc_apl_conf(“form_mbr_create”, “start”, “new”);
OnScriptInit -
//check mbr status
check_clubmbr([usr_club], [usr_login]);
OnLoad -
//Load form View - Create
mbr_loadcreate([usr_club], [usr_lang]);
I see the functions are loading fine and within my lab they are working just great, just not in the live, well demo and live.
If you would like to see the demo you can check it out here: http://demo.clubmbr.com - demo_uk/demo
Select the members, and new member
Or Events, and create event.
Both forms seem to have the same issue and are not displaying anything but work in lab locally just fine.
Some help would be greatly apprachiated, kinda getting sick of the stupid issues…
Thanks in advance