Coder Social home page Coder Social logo

Comments (10)

APet74 avatar APet74 commented on May 28, 2024 1

Is there an Error_log file made, I assume there is some broken syntax when going from your old version to your new version. I can probably fix it if there is some sort of error_log.

from csgorankmeweb.

yanaex avatar yanaex commented on May 28, 2024

I opened the php error message display, please check
Website

from csgorankmeweb.

APet74 avatar APet74 commented on May 28, 2024

Is there an error_log in the folder that you can send us?

from csgorankmeweb.

kennyLtv avatar kennyLtv commented on May 28, 2024

I'm guessing from the error I see on the page you did not use the installer? I have updated our example config to include the missing variables. Please run the installer or take a look at the example config for variables you may be missing.

from csgorankmeweb.

APet74 avatar APet74 commented on May 28, 2024

Yeah, I would agree you are missing a $table variable ism y guess.

from csgorankmeweb.

yanaex avatar yanaex commented on May 28, 2024

Well, it should be my configuration problem. I need to go to sleep now and I will leave you a message after you get up. Thank you.

from csgorankmeweb.

kennyLtv avatar kennyLtv commented on May 28, 2024

We don't use telegram, we have a keybase group you can join here.

from csgorankmeweb.

yanaex avatar yanaex commented on May 28, 2024

First, i use cp example.config.php config.php and configure the database information

require_once("control/queryFunctions.php");
require_once("control/class.Player.php");
require_once("control/class.Server.php");
$pageTitle = '';
$weaponsArray = array("m4a1_silencer","m4a1","ak47","awp","knife","usp_silencer","hkp2000","elite","p250","fiveseven","cz75a","deagle","glock","tec9","famas","aug","galilar","sg556","hegrenade","flashbang","smokegrenade","inferno");
$webTitle = '';
$dbh = new PDO("mysql:host=localhost ;dbname=csgo", 'csgo', 'csgocs');
$webURL = ' ';
$sbURL = ' ';
$title = "rankme";

from csgorankmeweb.

APet74 avatar APet74 commented on May 28, 2024

needs a $table variable. The $table variable should be the name of the table, usually "rankMe"

from csgorankmeweb.

yanaex avatar yanaex commented on May 28, 2024

Thank you. I will try it later. Now I need to sleep.

from csgorankmeweb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.