As per usual..... Hope somebody can help :)

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

something else I just noticed also is the fact that admin, menu and forms/grids are also avaialble to users who have no admin rights… Firstly they are not part of admin group and second the priv_admin is a N… Does the security module work at all of is it a waste of time?

ok so after some fidling I really have no idea what has solved this with the two forms, so I removed the timezone from the php ini and added to display errors so that I could maybe figure out what was going on. At the same time I noticed that php had 16mb assigned to it, so I increased this to 32mb which has solved the issue, seems that php requird a little more memory for thos two forms to generate.
So I have now increased the allocated memory to 64mb which shoud solve any such issues in the future, just FYI for anybody else that may have some similiar issue, check your PHP allocated memory and make sure its higher than 116mb if you have extra scripts running on generation.

I gave this link to our testers so they could check your forms, but your username / password wasn’t working.
Try contact our support and they will gladly help you, if your still have any doubts.