News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Custom Pages

Started by Robbo_, February 27, 2009, 09:59:39 AM

Previous topic - Next topic

Arantor

That looks like you installed it twice.

j0hny21

Quote from: Arantor Beeblebrox the First on December 04, 2013, 08:13:05 AM
That looks like you installed it twice.

I fixed it but still doesn't work:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 6
Plik: /virtual/========.===.==/Packages/temp/CustomPages_1.0.12/Compat.php
Linia: 142

Arantor

That's because the mod is several years old and doesn't do the installation properly and should be rewritten.

suresh1983

Hi,


I am trying to add new pages to my website and used custom pages plugin but got a database error.

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 17
File: /home/xxxxx/xxxxxx/Packages/temp/CustomPages_1.0.12/Compat.php
Line: 142

Please help on creating new pages.

The reason behind creating new pages is because I am planning of creating a tutorial for my website users. If you have any suggestions for the same, please share.

Thanking you in advance,
Suresh

Kammi_

can u pls fix this error

// Create the table!
$smcFunc['db_query']('', $table_query,
'security_override'
);  <-- line 142

Kammi_

Quote from: Kammi_ on August 19, 2016, 03:11:59 PM
can u pls fix this error

// Create the table!
$smcFunc['db_query']('', $table_query,
'security_override'
);  <-- line 142


fixed this error, open Compat.php go to line 137

$table_query .= ') TYPE=MyISAM';

change it to

$table_query .= ') ENGINE=MyISAM';

evez

Hello,

   I'm getting this error on the Admin panel Custom Pages:

Table '*****_smf196.smfep_pages' doesn't exist
File: /home/*****/public_html/viceforextrading/Sources/ManagePages.php
Line: 133



Please Help

Advertisement: