Welcome Guest, Not a member yet? Register   Sign In
Strange installation problem
#5

[eluser]ryantxr[/eluser]
This is running on Windoes XP. Fortunately I have cygwin. It requires a slight modification on the command line. php -l complained about one line in system/libraries/Profiler.php. It apparently did not like this line:
Code:
$output .= "<tr><td width='50%' style='color:#000;background-color:#ddd;'>$_POST[".$key ."]  </td><td width='50%' style='color:#009900;font-weight:normal;background-color:#ddd;'>";

I changed it to this:
Code:
$output .= "<tr><td width='50%' style='color:#000;background-color:#ddd;'>\$_POST[".$key ."]  </td><td width='50%' style='color:#009900;font-weight:normal;background-color:#ddd;'>";
Now it does not complain. But still no cigar.


Messages In This Thread
Strange installation problem - by El Forum - 08-20-2007, 05:03 PM
Strange installation problem - by El Forum - 08-20-2007, 05:13 PM
Strange installation problem - by El Forum - 08-20-2007, 06:05 PM
Strange installation problem - by El Forum - 08-20-2007, 06:26 PM
Strange installation problem - by El Forum - 08-20-2007, 07:20 PM
Strange installation problem - by El Forum - 08-20-2007, 08:54 PM
Strange installation problem - by El Forum - 08-21-2007, 12:59 PM
Strange installation problem - by El Forum - 08-21-2007, 01:25 PM
Strange installation problem - by El Forum - 08-21-2007, 01:52 PM
Strange installation problem - by El Forum - 08-21-2007, 08:48 PM
Strange installation problem - by El Forum - 08-23-2007, 03:25 PM
Strange installation problem - by El Forum - 08-23-2007, 05:36 PM
Strange installation problem - by El Forum - 08-24-2007, 12:19 AM
Strange installation problem - by El Forum - 08-24-2007, 03:13 AM
Strange installation problem - by El Forum - 08-25-2007, 01:16 PM
Strange installation problem - by El Forum - 08-26-2007, 10:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB