Thread: 2 Problems [Help would be appreciated!]

Results 1 to 4 of 4
  1. #1 2 Problems [Help would be appreciated!] 
    Registered Member
    Join Date
    Dec 2012
    Posts
    26
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    So i was adding highscores to my PI based server. I don't have any errors in eclipse, only some warnings. But i get this when i try to open highscores on the website :


    This is the code on line 352...
    Code:
    $row = $hiscores->listscores($_GET['table'], $_GET['from']) or die(mysqli_error());



    Also having this problem :



    Any idea's?
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    May 2012
    Age
    28
    Posts
    1,548
    Thanks given
    415
    Thanks received
    231
    Rep Power
    81
    second problem is in shopassistant. You did something wrong
    Inactive.


    Spoiler for FirstDesign:
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Feb 2013
    Posts
    264
    Thanks given
    145
    Thanks received
    34
    Rep Power
    0
    first problem is you dont have the data table for the website to read from.

    second problem is as stated above, something wrong with shopassistant class.
    Reply With Quote  
     

  4. #4  
    Old Webdeveloper
    Dondxon's Avatar
    Join Date
    Aug 2011
    Posts
    1,144
    Thanks given
    209
    Thanks received
    108
    Rep Power
    65
    replace
    Code:
    $row = $hiscores->listscores($_GET['table'], $_GET['from']) or die(mysqli_error());
    with
    Code:
    $row = $hiscores->listscores($_GET['table'], $_GET['from']);
    if theres an error it will not be shown but it will just be blank
    Do you need any PHP work done? Or are you looking for RSPS integrations? click herel.

    Vouches

    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 1
    Last Post: 01-24-2013, 12:54 AM
  2. Newest :) CnC appreciated
    By tcuzza in forum Showcase
    Replies: 2
    Last Post: 10-01-2010, 05:46 PM
  3. A few questions. Help would be appreciated.
    By coder sal in forum Help
    Replies: 0
    Last Post: 02-24-2009, 12:12 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •