Welcome Guest, Not a member yet? Register   Sign In
error when move to new server
#7

[eluser]CroNiX[/eluser]
Is that your actual code? You are missing several things that should be at the beginning of each line, such as an open php tag, $this object, etc.
Like here:
Code:
session->userdata('language') == "")?"Testimonial":"Testimony", $class); ?>

There is no open php tag, but there is a php closing tag on the line above.
It should be $this->session....not just "session", etc.

Same with the next line. None of that code as written makes sense, so if that is your actual code I can't see how it ever worked in the first place.


Messages In This Thread
error when move to new server - by El Forum - 11-05-2013, 07:33 AM
error when move to new server - by El Forum - 11-05-2013, 08:44 AM
error when move to new server - by El Forum - 11-05-2013, 10:42 AM
error when move to new server - by El Forum - 11-05-2013, 01:09 PM
error when move to new server - by El Forum - 11-05-2013, 01:11 PM
error when move to new server - by El Forum - 11-05-2013, 01:17 PM
error when move to new server - by El Forum - 11-05-2013, 01:41 PM
error when move to new server - by El Forum - 11-05-2013, 01:59 PM
error when move to new server - by El Forum - 11-05-2013, 07:50 PM
error when move to new server - by El Forum - 11-06-2013, 04:28 AM
error when move to new server - by El Forum - 11-08-2013, 04:15 PM
error when move to new server - by El Forum - 11-08-2013, 04:20 PM
error when move to new server - by El Forum - 11-08-2013, 11:49 PM
error when move to new server - by El Forum - 11-09-2013, 03:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB