Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - sookes

Pages: [1]
1
user gets this message when registering
"cannot redeclare class email" - line 28 of email.php

admin does get the email message that a new user has registered and needs approval but user never gets any email then or after registration

I have this set up on another server with no problems but that one is user activated through email, not admin.

2
I added a new field in the control panel/ member_editprofile and the information shows up if I put it in when using phpmyadmin.  THe information shows up in the control panel but it can't be changed.  The code for the new field looks just like the code for the other fields that can be changed in the control panel.  I've checked every thing I know and can't figure it out.

3
I think it worked before but now it doesn't.  Clicking on forgot password sends a scrambled password to user instead of the correct one.

Duh, what could I have done to the code or database to cause this?

4
Discussion & Troubleshooting / Control panel no longer works
« on: January 03, 2003, 07:36:30 PM »
I had everything working fine and had to change my web host.  Now everything seems to be there and work fine except the control panel.  If a user modifies his settings and clicks save, the page refreshes and shows the changes.  But no changes show up in the database.

I've made all sorts of modifications to these files so I went back and put in the original member.php file but it didn't fix the problem.

I'm getting no errors of any kind anywhere and the users are being added normally.

Please help soonest.  I sent out a mass mailing today to former registrants under an old system so they can start using this one and they are getting frustrated.  (Yeah, I am, too, and I'm too tired to figure this out)

Thanks!

5
Installation, Update & Configuration / Registration no longer working
« on: December 23, 2002, 01:39:08 AM »
Sometime today I made a change that has created a problem.  Everything is working okay except registration.  When I try to register a new user, it gives me this sql error:

DB Error: Bad SQL Query: INSERT INTO 4images_users (user_id, user_level, user_name, user_password, user_email, user_showemail, user_allowemails, user_invisible, user_joindate, user_activationkey, user_lastaction, user_lastvisit, user_comments, user_homepage) VALUES (3, 1, 'newuser', '008c5926ca861023c1d2a36653fd88e2', 'newuser@selfdefensearts.com', 1, 1, 0, 1040603379, '7941b8b3725b09cef91fb301f77cbb7c', 1040603379, 1040603379, 0, '', )
You have an error in your SQL syntax near ')' at line 4

This has also happened since I added a new user into the database by inserting a row since I had no email address for the person I needed to enter.  Once I tried to add another new user through register.php I started getting errors and that other entry has disappeared.  I don't know if this has anything to do with my error now.

I've made a lot of changes in the files and don't want to start all over again.  Somebody please help!

Pages: [1]