Page 1 of 1

[agnONEPIXEL] value is incorrect - I need to change it

Posted: Sun Jun 22, 2008 8:48 pm
by em4u
May be it was late but the URL that is created for [agnONEPIXEL] for my setup is one character out. I would just like to ammend the field value directly in mySQL. Please could you tell me where it is located?

Thank you

Pixel - Incorrect value in redir_domain

Posted: Fri Jun 27, 2008 9:57 pm
by em4u
I managed to find the field - it's located in the comapny_tbl and the field is called redir_domain.

Unfortunately the actual value in my installation is wrong by 1 character, which I put down to finger trouble as it was very late when I eventually got 5.5 to install.

I am now trying to edit the value via "MySQL query browser" logging on as Root but it's not letting me edit only view - do I need to log in as Agnitas?

Please help me - I'm so close to getting this to work!

ok so my sql skills are getting better...

Posted: Fri Jun 27, 2008 10:17 pm
by em4u
With the correct sql statement i was able to correct it:

UPDATE company_tbl
SET rdir_domain ='[insert your servers url]'

that worked for me so could be useful if you ever need to change url