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

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

em4u
Posts: 14
Joined: Wed Jan 16, 2008 12:38 am
Location: UK

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

Post 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
em4u
Posts: 14
Joined: Wed Jan 16, 2008 12:38 am
Location: UK

Pixel - Incorrect value in redir_domain

Post 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!
em4u
Posts: 14
Joined: Wed Jan 16, 2008 12:38 am
Location: UK

ok so my sql skills are getting better...

Post 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
Post Reply