Error when creating a new user
13 posts by 3 authors in: Forums > CMS Builder
Last Post: May 14, 2010 (RSS)
By DanMaitland - May 13, 2010
I don't think that's an option right now as we would like the site to go live by tomorrow afternoon and I've never backed up before and don't have the time to play around with that right now. I was at the point where I was creating the clients account and that's when I noticed the error. Hopefully someone at IT will know what I can do to fix this. It looks like a syntax error so maybe I just need to change something in the backend code. Anyways. it's not stopping me from doing anything so I can't complain to much.
Re: [Dan Maitland] Error when creating a new user
By Jason - May 14, 2010
If you could email me your CMS Login and FTP details, I can take a look at it for you.
Send it to jason@interactivetools.com, don't post them to the forum.
Thanks.
Send it to jason@interactivetools.com, don't post them to the forum.
Thanks.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Dan Maitland] Error when creating a new user
By Jason - May 14, 2010
Hi Dan,
The issue was in your related records field. You need to put doubl quotes ("") around the value in your where clause so it looks like this:
I put that in and the problem seems to be solved.
Let me know if you run into any more issues.
The issue was in your related records field. You need to put doubl quotes ("") around the value in your where clause so it looks like this:
createdByUserNum="<?php echo $RECORD['num']?>"
I put that in and the problem seems to be solved.
Let me know if you run into any more issues.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/