Errors with iGunz website pls help

Results 1 to 4 of 4
  1. #1
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    Errors with iGunz website pls help

    I'm tired of trying to get any website fully working... just a few I was able to register but thats all.

    Now I'm trying to use iGunz website but I can't even register, just login.

    Errors I'm getting in log

    Appreciate any kind of help.

    Code:
    [17-Apr-2012 18:02:26] PHP Notice:  Undefined index: action in /var/www/virtual/igunz.com/htdocs/include/functions.php on line 133
    [17-Apr-2012 18:02:26] PHP Notice:  Undefined index: userid in /var/www/virtual/igunz.com/htdocs/include/functions.php on line 157
    [17-Apr-2012 18:02:26] PHP Notice:  Undefined index: userid in /var/www/virtual/igunz.com/htdocs/templates/block_login.php on line 2
    [17-Apr-2012 18:02:26] PHP Notice:  Use of undefined constant Image - assumed 'Image' in /var/www/virtual/igunz.com/htdocs/templates/template_home.php on line 17
    [17-Apr-2012 18:08:27] PHP Notice:  Undefined index: action in /var/www/virtual/igunz.com/htdocs/include/functions.php on line 133
    [17-Apr-2012 18:08:27] PHP Notice:  Use of undefined constant top - assumed 'top' in /var/www/virtual/igunz.com/htdocs/templates/template_ranking.php on line 39
    [17-Apr-2012 18:08:27] PHP Notice:  Undefined index: top in /var/www/virtual/igunz.com/htdocs/templates/template_ranking.php on line 39
    [17-Apr-2012 18:08:27] PHP Notice:  Use of undefined constant top - assumed 'top' in /var/www/virtual/igunz.com/htdocs/templates/template_ranking.php on line 125
    [17-Apr-2012 18:08:27] PHP Notice:  Undefined index: top in /var/www/virtual/igunz.com/htdocs/templates/template_ranking.php on line 125
    [17-Apr-2012 18:08:28] PHP Notice:  Undefined index: cat in /var/www/virtual/igunz.com/htdocs/templates/template_premshop.php on line 28
    errors when viewing page
    Warning: mssql_query() [function.mssql-query]: message: Column name 'Coins' invalid. (severity 16) in C:\AppServ\www\b\include\class_sqlfunctions.php on line 36

    Warning: mssql_query() [function.mssql-query]: Query failed in C:\AppServ\www\b\include\class_sqlfunctions.php on line 36

    Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\AppServ\www\b\include\class_sqlfunctions.php on line 37

    Fatal error: Call to undefined function setmsg() in C:\AppServ\www\b\include\class_sqlfunctions.php on line 296
    Last edited by maxolahird; 26-07-16 at 12:24 AM.


  2. #2
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    Errors with iGunz website pls help

    sorry for double post I tought i was editing the topic.

  3. #3
    The Sky's the Limit ^_^ GzFKoron is offline
    MemberRank
    Jul 2010 Join Date
    1,118Posts

    Re: Errors with iGunz website pls help

    The error is right there:

    Code:
    Warning: mssql_query() [function.mssql-query]: message: Column name 'Coins' invalid. (severity 16) in C:\AppServ\www\b\include\class_sqlfunctions.php on line 36
    So your database is missing a column name coins, now you need to look in your files to find out which table you need to add coins in, normally it would be in Account.

  4. #4
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    Re: Errors with iGunz website pls help

    Quote Originally Posted by GzFKoron View Post
    The error is right there:

    Code:
    Warning: mssql_query() [function.mssql-query]: message: Column name 'Coins' invalid. (severity 16) in C:\AppServ\www\b\include\class_sqlfunctions.php on line 36
    So your database is missing a column name coins, now you need to look in your files to find out which table you need to add coins in, normally it would be in Account.
    Thx I suppose you are correct. But I decided to use another website which is working 97% of all functions.. the others will give errors for some reason.. I will just use that one for awhile until I find someone to code me a website.

    Thx for the help anyway tho. See ya



Advertisement