« on: October 12, 2009, 09:34:35 AM »
Hi there,
i have install the script on my new network and it has been working great! but one error i have found in which i require a bit more info on is the Subscription history preview.
when i click on the subscription history link it comes up with the following error
Warning: include(/home/content/n/p/a/media/advertise//detail.php) [function.include]: failed to open stream: No such file or directory in /home/content/n/p/a/media/advertise/index.php on line 59
Line 59 has
<?PHP if (empty($_GET[page])) $_GET[page] = home; include "$svr_rootscript/$_GET[page].php"; ?>but yet no details.php file in the textads_2 file
Line 15 has this onit retlaiting to the details section tho
if ($_GET[page] == detail) {
$SQL = "SELECT * from LISTINGS WHERE ID = '$_GET[get_id]'"; $result = @mysql_query( $SQL ); $row = @mysql_fetch_array( $result );
$rowxxx[SITENAME] = "$rowxxx[SITENAME] :: $row[TITLE]";
}
Any sugestions?