Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
notafinga
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 16

PostPosted: Thu Aug 28, 2008 7:44 am Reply with quote

Ok I had for the first time an issue where I am trying to add a theme to the client but it keeps saying unable?

Any ideas or am I doing this correct?

I would like to add to the clients that have purchase a silver or gold package instead of continually adding to the silver or gold zips. instead I want to just add to the clients account. This has worked for me 2 times now but for some reason when I try now it wont take.

Any help would be appreciated.

Thanks
View user's profile Send private message Visit poster's website MSN Messenger
crysis
Newbie
Newbie



Joined: Jun 27, 2008
Posts: 3

PostPosted: Wed Sep 03, 2008 4:20 am Reply with quote

i'm having the same problem gotcha if you can help thanks Shocked
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 726

PostPosted: Thu Sep 04, 2008 10:32 am Reply with quote

Hi, I haven't been able to duplicate this problem so I'll need you both to turn on the debugging messages and then try to add a client. Turn on debugging in (modules/Digital_Shop)/lib/constants.php by changing the following from false to true.

Code:
define('SHOP_DEBUG', true);
View user's profile Send private message Visit poster's website
notafinga
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 16

PostPosted: Thu Sep 04, 2008 12:01 pm Reply with quote

PM Sent Gotcha, and thanks for looking into this,.
View user's profile Send private message Visit poster's website MSN Messenger
trunks
Repeat Offender



Joined: Jan 10, 2008
Posts: 37

PostPosted: Mon Sep 08, 2008 10:07 am Reply with quote

Are you going through the 'add client' part of the shop guys?
View user's profile Send private message
notafinga
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 16

PostPosted: Wed Sep 24, 2008 7:28 am Reply with quote

I figured the problem out...now to just fix it.

If I have a client named DD_notafinga I cant add because of the underscore. Is there a work around for this?
View user's profile Send private message Visit poster's website MSN Messenger
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 726

PostPosted: Wed Sep 24, 2008 9:14 am Reply with quote

Try this...

Open modules/Digital_Shop/lib/class.userManager.php

Find the following line:

Code:
$uname = $this->_db->escape($in_uname, true);


and change it to

Code:
$uname = $this->_db->escape($in_uname);


Please let me know if that works Wink
View user's profile Send private message Visit poster's website
notafinga
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 16

PostPosted: Wed Sep 24, 2008 10:43 am Reply with quote

You the man.. works like a charm.

Thanks again for the fast response.
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT + 10 Hours
Forums ©