|
I am having the same problem as Bergler, however, i did placed the ini_set line as suguested above and it is not working. I place an ini_set line at the top of pp-inc.php under the error_reporting line like this
error_reporting (E_ALL ^ E_NOTICE);
ini_set (Content Visible to verified customer only);
define('PP_SCRIPT', 'PP_Pro'); and i get this error massage.
"Parse error: syntax error, unexpected T_STRING in /data/20/1/105/65/1920391/user/2091853/htdocs/PhotoPost/pp-inc.php on line 16"
Can you tell me what i am doing wrong?
|