Error when registering new user Error when registering new user
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Error when registering new user

Started by emsbear, January 02, 2006, 05:35:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

emsbear

I'm on 1.4.2 via Fantaisico and when a new user registers they get the following error....

Template error
Failed to find block 'log_ecards'(#(<!-- BEGIN log_ecards -->)(.*?)(<!-- END log_ecards -->)#s) in :

                <div align="center">
                <table cellpadding="0" cellspacing="1">
                        <tr>

                                <td class="admin_menu"><a href="admin.php" title="{ADMIN_TITLE}">{ADMIN_LNK}</a></td>
                                <td class="admin_menu"><a href="catmgr.php" title="{CATEGORIES_TITLE}">{CATEGORIES_LNK}</a></td>
                                <td class="admin_menu"><a href="albmgr.php{CATL}" title="{ALBUMS_TITLE}">{ALBUMS_LNK}</a></td>
                                <td class="admin_menu"><a href="groupmgr.php" title="{GROUPS_TITLE}">{GROUPS_LNK}</a></td>
                                <td class="admin_menu"><a href="usermgr.php" title="{USERS_TITLE}">{USERS_LNK}</a></td>
                                <td class="admin_menu"><a href="banning.php" title="{BAN_TITLE}">{BAN_LNK}</a></td>
                                <td class="admin_menu"><a href="reviewcom.php" title="{COMMENTS_TITLE}">{COMMENTS_LNK}</a></td>

                                <td class="admin_menu"><a href="picmgr.php" title="{PICTURES_TITLE}">{PICTURES_LNK}</a></td>
                                <td class="admin_menu"><a href="searchnew.php" title="{SEARCHNEW_TITLE}">{SEARCHNEW_LNK}</a></td>
                                <td class="admin_menu"><a href="util.php" title="{UTIL_TITLE}">{UTIL_LNK}</a></td>
                                <td class="admin_menu"><a href="profile.php?op=edit_profile" title="{MY_PROF_TITLE}">{MY_PROF_LNK}</a></td>
<!-- BEGIN documentation -->
                                <td class="admin_menu"><a href="{DOCUMENTATION_HREF}" title="{DOCUMENTATION_TITLE}" target="cpg_documentation">{DOCUMENTATION_LNK}</a></td>
<!-- END documentation -->
                        </tr>
                </table>
                </div>

---------------------------------------
Link to gallery
http://www.fansofjohngoodman.com/Gallery/login.php

I don't program so I'm fairly lost going through PHP code.  I can log in as admin and see the site fine.  I was running for quite a while on 1.3.x with no problems at all now after upgrading to 1.4.2 I get this.....any clues?


Tranz

You need to upgrade your theme. Please read the doc, link available at top of this page.

emsbear

Even if I'm only using the default theme with no modifications?

Tranz


emsbear

made the changes and the error chaged to "There was an error while processing a database query  "

Tranz

Could you please read the docs on doing an upgrade to 1.4.3, and not use Fantastico? We don't know what they did to the code so we can't provide in-depth support for it. Not that our code is always flawless, but we can't troubleshoot an issue caused by Fantastico without access to its code, so we need to eliminate that confound.

Nibbler

Enable debug mode in config and search the board for the mysql error message you receive.

emsbear

This is the debug data:
----------------------

While executing query "INSERT INTO cpg_users (user_regdate, user_active, user_actkey, user_name, user_password, user_email, user_profile1, user_profile2, user_profile3, user_profile4, user_profile5, user_profile6) VALUES (NOW(), 'YES', '', 'test33', 'test', 'testing@testing.com', '', '', '', '', '', '')" on 0

mySQL error: Unknown column 'user_profile1' in 'field list'
------------------------

raw data it attached


Nibbler

You hadn't run update.php. I have run it for you.

emsbear

Thank you very much...it's working perfect now.  I really tried looking through all the forums first before posting the request.

Thank again.