View Single Post
  #2  
Old 04-14-2008, 03:49 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Error Code list for X-cart is one available?

Hi toolexperts,

taken from register.php

Code:
# # Check if user have permissions to update/create profile #
Code:
if (($mode!="update" && !$allowed_registration) || ($mode=="update" && !$allowed_update)) { func_header_location("error_message.php?access_denied&id=36"); }

Appears to be if the user doesn't have permissions to update/create the profile then give error_message.php an error ID of 36
__________________
Doms
kube v4.1.9
Reply With Quote