X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Error Code list for X-cart is one available? (https://forum.x-cart.com/showthread.php?t=39070)

toolexperts 04-14-2008 11:42 AM

Error Code list for X-cart is one available?
 
Would like to know what error 36 means

kube 04-14-2008 03:49 PM

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

toolexperts 06-02-2008 04:34 PM

Re: Error Code list for X-cart is one available?
 
hrmmm...i forgot about this post...ok how can i allow users to update their info?

Balinor, can you delete my new post as i dont want to double post

toolexperts 06-06-2008 04:47 AM

Re: Error Code list for X-cart is one available?
 
can anyone tell me where to turn this on for customers?

toolexperts 06-10-2008 05:17 AM

Re: Error Code list for X-cart is one available?
 
ok...x-cart fixed this seems like i had some sort of bug


All times are GMT -8. The time now is 05:54 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.