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: Error after update  (Read 4487 times)

0 Members and 1 Guest are viewing this topic.

iwanhg

  • Newbie
  • *
  • Posts: 4
    • View Profile
Error after update
« on: November 23, 2008, 07:41:58 PM »
I got your email and download the update file.
after the file updated, i try to add new listing..
and error is appear 

That's not very nice... that does not belong to you.

i check the updated query.php
Code: [Select]
        $controller     = $_POST['controller'];
        $pieces         = explode("~", $controller);
        $table          = $pieces[0];
        $qt             = $pieces[1];
        $return         = $pieces[2];
        $id             = $pieces[3];

id is not appear in $_POST['controller']

then i check
Code: [Select]
<input type="hidden" name="controller" value="LISTINGS~<?php echo $qt?>~account_listings~<?php echo $_GET[id]; ?>" />
$_GET[id] is never have value..

please comment
Logged

corncomps

  • Sr. Member
  • ****
  • Gender: Male
  • Posts: 284
    • View Profile
    • WWW
Re: Error after update
« Reply #1 on: November 26, 2008, 02:03:35 AM »
this product as not been support for ages anjd the new edition phphostbot is more aimed at hosts now
Logged

iwanhg

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Error after update
« Reply #2 on: November 26, 2008, 03:37:52 PM »
sorry, i'm using PHPautos i bought the script when the version is 1.02
Logged

corncomps

  • Sr. Member
  • ****
  • Gender: Male
  • Posts: 284
    • View Profile
    • WWW
Re: Error after update
« Reply #3 on: November 27, 2008, 02:31:29 AM »
ok best to contact aaron or send me a pm and i could go through the code of the addition i have and see if i have any other errors for you.
Logged