Results 1 to 8 of 8

Thread: I'm Screwed

  1. #1
    Join Date
    Jun 2005
    Location
    Saint Ignace,MI
    Posts
    6

    Post I'm Screwed

    I can't even pull up add a new link in admin now, damn I put alot of time in this can anyone help, How do I save my work from the database so I can reinstall and insert my info, I tried exporting and then importing but it gave a bunch of new blank categories that I had to then delete. As mentioned in previous post I went to change a top category but then decided not too and typed in the same title and hit submit from there all down hill. I use myadmin for sql and cpanel, cpanel cant even load the cat_add.php file Help please!

    Thanks,
    Bob

  2. #2
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    if you want to send me you ftp informatin, I'll take a look for you. but my time is limited since I am trying to finish my PAYPAL mod.

    or better yep, send an email to support@nicecoder.com for assistance.



    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  3. #3
    Join Date
    Jun 2005
    Location
    Saint Ignace,MI
    Posts
    6

    Default Thank You

    I emailed as you suggested to support, I appreciate your offer and if I dont hear anything I will send info. It's been a few frusting hours trying to figure it out tried a few things but nothing.

    Thanks Again!
    Bob

  4. #4
    Join Date
    Aug 2002
    Location
    Germany
    Posts
    1,180

    Default

    ?
    what did you change ?
    I think the best way is a second install in a new database.
    Than compare the databases and fix old bugs.

    Frank

  5. #5
    Join Date
    Jun 2005
    Location
    Saint Ignace,MI
    Posts
    6

    Default

    Well I can add new categories and new links so Im happy all is not lost but this is what I get before the section to add them:
    Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 17 in /home/bobvh/public_html/index/application.php on line 182

    Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 17 in /home/bobvh/public_html/index/application.php on line 183

    Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 20 in /home/bobvh/public_html/index/application.php on line 182

    Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 20 in /home/bobvh/public_html/index/application.php on line 183

    Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 45 in /home/bobvh/public_html/index/application.php on line 182

    Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 45 in /home/bobvh/public_html/index/application.php on line 183


    It goes on to 350

    ???hmmmm dont know
    Thanks,
    Bob

  6. #6
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    generally, only the first line of error message has any meaning.

    line 181 => $query = "select * from category where category_id=$cat";
    line 182 => $result = mysql_query($query);
    line 183 => $parent_id = mysql_result($result,0,'parent_id');

    line 181 is looking for some categories to display.
    line 182 doesn't find them, so you get an error message when line 183 executes.

    have you added categories?


    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  7. #7
    Join Date
    Jun 2005
    Location
    Saint Ignace,MI
    Posts
    6

    Default making progress

    yes I did add a category then remove it I think, I have my hotels and lodging back the original mistake I made trying to rename it. I then put in hotels and motels and cabins and then took it out, I went into sqladmin and reinserted the hotels and lodging category and it works just when I or a user tries to add a link they still get this :
    Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 26 in /home/bobvh/public_html/index/application.php on line 183

    Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 26 in /home/bobvh/public_html/index/application.php on line 184

    etc...

    what should I do and how do I find out what should I put back in, I deleted alot of blank categories and links any help again much appreciated.

    Thanks,
    Bob
    Last edited by yooper49781; 06-15-2005 at 09:09 PM.

  8. #8
    Join Date
    Jun 2005
    Location
    Saint Ignace,MI
    Posts
    6

    Default

    I got it YEAH!!!!!! its fixed back to the original fine working index that it was!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •