Jump to content

Register button not working


Guest

Recommended Posts

Hello again guys. So finalising the site and decided to do a full run through and noticed that the register button isnt working. It shows errors when I first click it however after entering all the information name email etc the form wont submit. Just wondering if its something ive changed by accident. Not sure if its validating the email correctly however it was working but now doesnt. What files are directly related with the register page that could cause issues. Im wondering if its one of the classes in the template folder?

Thanks

Link to comment
Share on other sites

enable debugging, lets see if i generates a debug error.

maybe also create a file ini-custom.inc.php in the root of your store and poulate it with the following code.

 

<?php
# Custom initialization commands
# Filename: ini-custom.inc.php
# File location: main CubeCart folder

ini_set('memory_limit', '256M');
ini_set('max_execution_time', '60');
ini_set('error_log', 'error_log');
ini_set('log_errors', 'on');

?>

 

This should create an error.log file in the root of your store, which may also give some clues.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...