iDEV Forums

Please login or register.

Login with username, password and session length
Advanced search  

News:

IDEVSPOT COMMUNITY FORUMS. -----( ( ( NOT FOR OFFICIAL TECH SUPPORT ) ) )-----

Author Topic: Subscription History Preview Errors  (Read 3045 times)

0 Members and 1 Guest are viewing this topic.

npamedia

  • Newbie
  • *
  • Posts: 2
    • View Profile
Subscription History Preview Errors
« 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

Code: [Select]
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
Code: [Select]
      <?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

Code: [Select]
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?




Logged

arron

  • iDevSpot
  • Administrator
  • Hero Member
  • *****
  • Gender: Male
  • Posts: 1202
    • View Profile
    • WWW
Re: Subscription History Preview Errors
« Reply #1 on: October 15, 2009, 05:19:38 PM »
The code is not actually used, thanks for reporting this.
Logged

Join our Facebook Fan Page to receive special offers & update information : http://www.facebook.com/pages/iDevSpot/157097554841

npamedia

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Subscription History Preview Errors
« Reply #2 on: October 15, 2009, 07:44:56 PM »
cool thanks for letting me know
Logged