PDA

View Full Version : Forum update personal info problem.


Stan
03-21-2009, 10:35 AM
I can't seem to get any help or attention on this fundamental problem. When I try to update any information in my profile "forum and contact information" I am allowed to enter new information but when I click the "update" button it all reverts back to the original information. This is very inspiring that your website functions in this manner and even more inspiring the way my problem has NOT been solved after patiently waiting weeks. I like your products......who's minding the store?

mark373999
04-19-2009, 08:55 PM
Same issue Stan,

Can't seem to update profile information. It updates in my database, but never reverts the information to display on the users_Profile page.....

What to do?

Mark

Joe Lowery
04-20-2009, 09:57 AM
Stan and Mark - are you talking about the page that appears here - http://www.webassist.com/mywebassist/userupdate.php?

Best - Joe

mark373999
04-20-2009, 11:17 AM
Joe,

No....I'm talking about the generated users_Profile from security assist.....

Here is what I'm looking at.


Thank you for the quick responce!!!

Mark

------------------------------------------------------------
http://trafficcluboflv.com/users_Profile.php

Can you do a view source on that?

Ray Borduin
04-20-2009, 11:31 AM
You can't view source on a php page through the web. You should post a support incident for a forum where files can be shared and debugged more easily. Is the problem that you need <?php session_start(); ?> on top of the page?

mark373999
04-20-2009, 12:15 PM
Yes, that's correct haha!

What if I attach the code via txt file here?

Again, everything works. The information updates in mySQL database, but doesn't display after it is updated on my users_Profile page?

Mark

Ray Borduin
04-20-2009, 12:22 PM
Try just using:

<?php
session_start();
?>

instead of:

<?php
if (!isset($_SESSION)) {
session_start();
}
?>

does that make a difference?

mark373999
04-20-2009, 01:10 PM
Ok, That seems to do the trick.....

For some reason, the text fields are updating.....
However my Drop Down Select Menu's are staying on the first option?

Any Idea?!

Thanks again!

Mark

Ray Borduin
04-20-2009, 01:28 PM
From the properties window, make sure the selected value property is set correctly. Also open up the Update record server behavior and make sure it is set to update the database properly.