Page 2 of 3

Re: Alt out not working

Posted: Wed May 25, 2016 11:46 am
by admin
You have an error in your php code in content_page template that forces the script to exit rather then to catch that output and issue a redirect.

You can remove your php code from template, clean the cache and make sure that it works.
Then you can add your code line by line to see that line causes the problem.

Re: Alt out not working

Posted: Wed May 25, 2016 11:48 am
by ipolic
What template exactly?

Re: Alt out not working

Posted: Wed May 25, 2016 11:49 am
by ipolic
And how to clear cache if I use couchbase cache?

Re: Alt out not working

Posted: Wed May 25, 2016 11:57 am
by admin
You have an error in your php code in content_page template that forces

rotaion - special

Re: Alt out not working

Posted: Wed May 25, 2016 12:00 pm
by ipolic
I edited it now...

Re: Alt out not working

Posted: Wed May 25, 2016 12:02 pm
by ipolic
1) i fixed that template php error
2) I cleared cache

I still dont get traffic to go thru trade script...

Re: Alt out not working

Posted: Wed May 25, 2016 12:13 pm
by admin
No, you did not

If I force to use another template w\o your php code it works fine

GET http://www.milfcorp.com/porn/hot-busty- ... mplate=404 HTTP/1.0
Host: milfcorp.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8;text/vnd.wap.wml
Connection: close

HTTP/1.1 302 Found
Server: nginx
Date: Wed, 25 May 2016 12:13:08 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 0
Connection: close
X-Powered-By: PHP/5.5.35
Location: /tp/out.php?url=%2Fporn%2Fhot-busty-asian-milf-masturbating-with-vibrator%2Findex.html%3Fao
Cache-Control: max-age=3600
Expires: Wed, 25 May 2016 13:13:08 GMT
Vary: User-Agent

Re: Alt out not working

Posted: Wed May 25, 2016 12:58 pm
by ipolic
So I edited template, fixed all php errors I could find, and check this out, still not working:

view-source:http://www.milfcorp.com/porn/japanese-a ... cache=true

ANY idea where is issue since both templates look correct, and output is simply randomly cutted before end of content (check source) - as you can see html is not outputed as it should be till the end

Re: Alt out not working

Posted: Wed May 25, 2016 3:32 pm
by admin
Remove all php code and you'll see that it works.

Then you can add php code line by line to see what causes the error.

Re: Alt out not working

Posted: Wed May 25, 2016 4:46 pm
by ipolic
Issue solved,removed all code, rebuilt template and now it works, thank you so much for your support!