Menu

MySQL Edit Table

Help
2019-03-08
2019-03-13
  • Charles Edward Casteel

    I am creating a website locally so it is not live at this time. I am trying to use the MySQL Table Editor WYSIWYG Web Builder 14.
    When I run my site on my localhost, I am getting errors such as these below:

    Notice: Undefined index: mte_a in C:\xampp\htdocs\dashboard\mtpleasant\mte.php on line 155

    Notice: Undefined index: mte_a in C:\xampp\htdocs\dashboard\mtpleasant\mte.php on line 158

    Notice: Undefined index: mte_a in C:\xampp\htdocs\dashboard\mtpleasant\mte.php on line 161

    Notice: Undefined index: mte_a in C:\xampp\htdocs\dashboard\mtpleasant\mte.php on line 164

    I enter all of the properties for the Table Editor extensions. Looks like something is missing when I publish the site.

    Any suggestions?
    Thanks

    Charles

     
  • Martin

    Martin - 2019-03-08

    Hi Charles,

    The quick way is:

    Add this code on line 2 of your edit-script

    ini_set('display_errors', 0);

     

    Last edit: Martin 2019-03-08
  • maryem ghobber

    maryem ghobber - 2019-03-13

    Hi Martin . I think i have the same problem ,I am trying to create a website using the MySQL Table Editor WYSIWYG Web Builder 14.
    i m filling the blanks with my database information like this :
    server: localhost
    database: plan
    table: users
    username:root
    passeword:
    primary key: id

    When I run my site on my localhost, I am getting many errors :

    ( ! ) Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\wamp64\www\test\mte.php on line 93
    ( ! ) Error: Call to undefined function mysql_connect() in C:\wamp64\www\test\mte.php on line 93
    Call Stack

    Time Memory Function Location

    1 0.0179 403560 {main}( ) ...\page1.php:0
    2 0.0500 407728 MySQLtabledit->database_connect( ) ...\page1.php:35

    Can you help me please?
    Thanks

    Maryem

     

    Last edit: maryem ghobber 2019-03-13

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.