php grid Lite C_DataGrid' not found









up vote
0
down vote

favorite












I downloaded PHP grid lite.
using xampp server on my local machine.
It keeps giving me the error Fatal error:




Uncaught Error: Class 'phpGrid_LiteC_DataGrid' not found




require_once("../conf.php");; 
use phpGrid_LiteC_DataGrid;

$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");









share|improve this question























  • try / maybe help, maybe not. Or You may try `\`. It is Windows or Linux/Apple machine?
    – Jacek Cz
    May 22 at 17:31















up vote
0
down vote

favorite












I downloaded PHP grid lite.
using xampp server on my local machine.
It keeps giving me the error Fatal error:




Uncaught Error: Class 'phpGrid_LiteC_DataGrid' not found




require_once("../conf.php");; 
use phpGrid_LiteC_DataGrid;

$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");









share|improve this question























  • try / maybe help, maybe not. Or You may try `\`. It is Windows or Linux/Apple machine?
    – Jacek Cz
    May 22 at 17:31













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I downloaded PHP grid lite.
using xampp server on my local machine.
It keeps giving me the error Fatal error:




Uncaught Error: Class 'phpGrid_LiteC_DataGrid' not found




require_once("../conf.php");; 
use phpGrid_LiteC_DataGrid;

$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");









share|improve this question















I downloaded PHP grid lite.
using xampp server on my local machine.
It keeps giving me the error Fatal error:




Uncaught Error: Class 'phpGrid_LiteC_DataGrid' not found




require_once("../conf.php");; 
use phpGrid_LiteC_DataGrid;

$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");






php phpgrid






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 22 at 18:36









Roshana Pitigala

4,54562346




4,54562346










asked May 22 at 17:26









user2233326

84




84











  • try / maybe help, maybe not. Or You may try `\`. It is Windows or Linux/Apple machine?
    – Jacek Cz
    May 22 at 17:31

















  • try / maybe help, maybe not. Or You may try `\`. It is Windows or Linux/Apple machine?
    – Jacek Cz
    May 22 at 17:31
















try / maybe help, maybe not. Or You may try `\`. It is Windows or Linux/Apple machine?
– Jacek Cz
May 22 at 17:31





try / maybe help, maybe not. Or You may try `\`. It is Windows or Linux/Apple machine?
– Jacek Cz
May 22 at 17:31













1 Answer
1






active

oldest

votes

















up vote
-1
down vote













This is easy to fix.



Your code:



$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");


Fix:



$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");





share|improve this answer






















    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f50473392%2fphp-grid-lite-c-datagrid-not-found%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    -1
    down vote













    This is easy to fix.



    Your code:



    $dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");


    Fix:



    $dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");





    share|improve this answer


























      up vote
      -1
      down vote













      This is easy to fix.



      Your code:



      $dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");


      Fix:



      $dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");





      share|improve this answer
























        up vote
        -1
        down vote










        up vote
        -1
        down vote









        This is easy to fix.



        Your code:



        $dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");


        Fix:



        $dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");





        share|improve this answer














        This is easy to fix.



        Your code:



        $dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");


        Fix:



        $dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Nov 9 at 20:42









        Thomas Landauer

        2,21811645




        2,21811645










        answered Nov 9 at 19:54









        dbNine

        1




        1



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f50473392%2fphp-grid-lite-c-datagrid-not-found%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to how show current date and time by default on contact form 7 in WordPress without taking input from user in datetimepicker

            Syphilis

            Darth Vader #20