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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
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
Thanks!! I really appreciate your quick response.
Charles Casteel
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