Page 1 of 1

How to config Trackable Links (not from localhost:8080)?

Posted: Mon Apr 22, 2013 10:34 am
by ohho
The trackable links are all http://localhost:8080/.../...

Where can I config/change this host information?

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Tue Apr 23, 2013 7:23 pm
by maschoff
Have a look at the documentation (install & admin guide) and search for expression "localhost:8080".

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Sun Dec 08, 2013 4:58 pm
by jasons
Hello,
I tried this and still no luck.
mysql> update company_tbl set rdir_domain = "http://mydomain.com:8080"

Is there any thing else i should be doing.
Because of this all links point to http://localhost:8080/r.html?uid=1.c.3.17.wdzsdj7a98
I have to disable the trackable links to make it work. Any help would be greatly appreciated.

Thanks,
Jason

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Sun Dec 08, 2013 5:30 pm
by maschoff
Please check with "select * from company_tbl" that field rdir_domain was really changed to your value.

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Sun Dec 08, 2013 6:06 pm
by jasons
Thanks for such a prompt reply.

I checked the table and i believe the info is there:
{
company_id int(11) No Primary 0
shortname varchar(255) No None
description varchar(255) No None
status varchar(10) No None
timestamp timestamp No None CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP
creator_company_id int(11) No None 0
xor_key varchar(20) No None
creation_date timestamp No None 0000-00-00 00:00:00
notification_email varchar(255) No None
rdir_domain varchar(255) No None http://proxxx.cilaucxxx.com:8080
mailloop_domain varchar(200) No None
mailtracking int(11) unsigned No None 0
max_login_fails int(3) No None 3
login_block_time int(5) No None 300
uid_version int(2) Yes None NULL
max_recipients int(11) Yes None 1000000
}

I am not sure why it is not getting the data.
Please let me know your thoughts.
Thanks
Jason

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Sun Dec 08, 2013 6:49 pm
by maschoff
Why is your company_id zero? Didn't you set up the content of the OpenEMM database with file openemm-2013.sql?

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Sun Dec 08, 2013 7:08 pm
by jasons
Not sure why the Value is 0, but i did use openemm-2013.sql.

What value should there?

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Sun Dec 08, 2013 8:21 pm
by maschoff
1 - have a look at the content of openemm-2013.sql.

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Sun Dec 08, 2013 8:48 pm
by jasons
OK, its # 1
I will add that.

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Sun Dec 08, 2013 9:00 pm
by jasons
Did not fix the problem.

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Sun Dec 08, 2013 9:22 pm
by maschoff
Sure. If you take a look at openemm-2013.sql you will notice that other information are missing from your table company_tbl as well (and probably from other tables). if you do not set up the OpenEMM database completely, the software can not work.

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Tue Dec 10, 2013 10:24 am
by jasons
Thanks for the info, do i need to reinstall everything or could i use openemm-2013.sql to fix the corrupt db.

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Tue Dec 10, 2013 10:42 am
by maschoff
No need to re-install the software if only your database is correupt.

Re: How to config Trackable Links (not from localhost:8080)?

Posted: Tue Dec 10, 2013 6:16 pm
by jasons
Ok thanks, so i will rebuild the db using the openemm-2013.sql file.
Please let me know if i need to do something else.