close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

users_profile.php problem

Thread began 1/05/2011 10:48 am by bchilds | Last modified 1/06/2011 9:32 am by Jason Byrnes | 1552 views | 7 replies |

bchilds

users_profile.php problem

I am having a slight problem with my users_profile.php page.

When i click the verify email button, it just goes to a blank white page.

Otherwise page works fine.

Powerstore 2.

Page attached.

Thanks in advance,

BChilds

PS Looked in db and email verification is still 0

Attached Files
users_Profile.zip
Sign in to reply to this post

Jason ByrnesWebAssist

the verify button on the profile page does not effect the database, it sends an email with a link that when clicked will update the database.


a blank page means that a php error has occurred, but error reporting is turned off.

add the following code at line 1 to turn error reporting on:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>
Sign in to reply to this post

bchilds

I got the message:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/t/a/c/tacmedso/html/store/users_Profile.php:5) in /home/content/t/a/c/tacmedso/html/store/WA_eCart/WA_eCart_Definition_PHP.php on line 479

Sign in to reply to this post

Jason ByrnesWebAssist

that error occurs if there is a blank space between php code blocks

most likely the issue is a blank space at line 4 when you added the error reporting code:
"?> "

make sure there is not a trailing space after the closing php tag.

Sign in to reply to this post

bchilds

Once again Jason,

You da man!

Thanks so much!

BChilds

Sign in to reply to this post

Jason ByrnesWebAssist

So is it working now then?

Sign in to reply to this post

bchilds

Yes. Thanks again.

Bhilds

Sign in to reply to this post

Jason ByrnesWebAssist

ok glad to hear it is working.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...