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
[agnONEPIXEL] value is incorrect - I need to change it
Moderator: moderator
Pixel - Incorrect value in redir_domain
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!
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...
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
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