Search found 719 matches

by texpert
Tue May 12, 2020 1:22 pm
Forum: Trade Expert - Support & Main Discussion
Topic: In.php Errors
Replies: 3
Views: 6494

Re: In.php Errors

Hello,

can you tell me which ver of PHP is on your server, and from which ver of TE3 did you update to which one?
You can also PM TE3 login details so i can take a look.



Best regards,
Alex
by texpert
Wed Apr 29, 2020 5:52 am
Forum: Trade Expert - Bug Report
Topic: Fatal error after upgrade
Replies: 3
Views: 11347

Re: Fatal error after upgrade

Hello,

i would recommend it.

Best regards,
Alex
by texpert
Sun Apr 26, 2020 8:01 am
Forum: Trade Expert - Bug Report
Topic: Auto Redirect Problem
Replies: 1
Views: 8277

Re: Auto Redirect Problem

Hello,

sorry but this is not a TE3 problem.


Best regards,
Alex
by texpert
Sun Apr 26, 2020 8:00 am
Forum: Trade Expert - Bug Report
Topic: Fatal error after upgrade
Replies: 3
Views: 11347

Re: Fatal error after upgrade

Hello,

sorry but IONCUBE currently supports only PHP7.3, so you will need to downgrade PHP to 7.3 or 7.2 if you want to use TE3 script.


Best regards,
Alex
by texpert
Wed Apr 15, 2020 2:47 pm
Forum: Trade Expert - Support & Main Discussion
Topic: Problems with using document.write ()
Replies: 3
Views: 4362

Re: Problems with using document.write ()

Hello, can you try this code instead of document.write(); just comment out document.write(with the code); and add this bellow: var img = document.createElement('img'); img.setAttribute('src', 'http://'+domain+'in.php?p=default&ref='+ref+'&rnd='+rnd+'&rImg=1&refremote='+docref); img.s...
by texpert
Sat Apr 11, 2020 6:32 am
Forum: Trade Expert - Support & Main Discussion
Topic: lost my password
Replies: 1
Views: 3218

Re: lost my password

Hello,

just delete tedata/idata/userdb.dat and download and run install.php and you will get a new one.


Best regards,
Alex
by texpert
Tue Apr 07, 2020 10:32 am
Forum: Trade Expert - Support & Main Discussion
Topic: Te3 script broken after update
Replies: 5
Views: 5018

Re: Te3 script broken after update

Hello, is there a way to update PHP to v5.6?


Best regards,
Alex
by texpert
Thu Apr 02, 2020 6:38 am
Forum: Trade Expert - Support & Main Discussion
Topic: Problem with te3 on the new server
Replies: 3
Views: 3995

Re: Problem with te3 on the new server

Hello,

can you upgrade PHP to v5.6? Please also PM me TE3 login details so i can take a look.


Best regards,
Alex
by texpert
Thu Apr 02, 2020 6:36 am
Forum: Trade Expert - Support & Main Discussion
Topic: htaccess error
Replies: 3
Views: 5091

Re: htaccess error

Hello,

the nginx doesn't support .htaccess (see here).
You can import your .htaccess to nginx.conf (maybe the htaccess to nginx converter helps you).

example:
location ^~ /te3/tedata {
deny all;
}

Best regards,
Alex
by texpert
Mon Mar 30, 2020 2:39 pm
Forum: Trade Expert - Support & Main Discussion
Topic: htaccess error
Replies: 3
Views: 5091

Re: htaccess error

Hello,

it's hard to say why your .htaccess is not working. Maybe you are using nginx?


Best regards,
Alex