Hi,
I am receiving this error and can't figure out why it is happening.
My php file contains..
(I can't paste what it contains because this horrible forum software removes line breaks… I've asked this before. PLEASE replace this forum software with something better like simple machines forum!)
So here is the paste, maybe you can figure out the line breaks…ugh.
$conn->query(“SET NAMES utf8″);// Tell the db that we use utf-8$conn = new PDO(DB_DSN,DB_USER,DB_PASSWORD);// Connection to the serverrequire_once(ABSPATH.'/php/tcpdf/config/lang/eng.php');// include pdfrequire_once ABSPATH.”php/jqGridPdo.php”;// include the driver classrequire_once ABSPATH.”php/jqGrid.php”;// include the jqGrid Classdefine('DB_PASSWORD', DBADMINPW);define('DB_USER', DBADMIN);define('DB_DSN',”mysql:host=”.DBHOST.”;dbname=”.DBNAME);if (empty($securi)) { $securi = $_GET[“securi”]; }$securi = getrbac($_SESSION[“username”]);require_once (ABSPATH . “../common_funcs.php”);define('ABSPATH', dirname(__FILE__).'/');
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top