Viewing 1 replies (of 1 total)
  • I had the same problem but I have a solution.
    Go to your PphMyAdmin panel and execute directly this SQL request:

    CREATE TABLE IF NOT EXISTS wp_allowPHP_functions(
    id int NOT NULL AUTO_INCREMENT,
    name varchar(100) NOT NULL,
    function text NOT NULL,
    PRIMARY KEY(id)
    );

    You must replace “wp_” by the prefix of your tables.
    Cheers.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Allow PHP in Posts and Pages] Won't Create Table in MySQL’ is closed to new replies.