Really very cool
Long long ago I used to study chinese a little bit, but cold not read anything ...
<Solved>how to setup Glossary?
Re: <Solved>how to setup Glossary?
When I run the include/inc_modules/mod_glossary/setup/setup.php I get a PHP error saying:
Fatal error: Call to undefined function: _dbgetcreatecharsetcollation() in /home/conne32/public_html/positivetravel/guide/include/inc_module/mod_glossary/setup/setup.php on line 22
In the code the SQL query ends:
I've never seen that function and when I search for it on Google it returns 0 results... Not sure what's going on!
I'm just going to whack the query into my SQL front end and hope it works...
Fatal error: Call to undefined function: _dbgetcreatecharsetcollation() in /home/conne32/public_html/positivetravel/guide/include/inc_module/mod_glossary/setup/setup.php on line 22
In the code the SQL query ends:
Code: Select all
) TYPE=MyISAM"._dbGetCreateCharsetCollation();
I'm just going to whack the query into my SQL front end and hope it works...
Re: <Solved>how to setup Glossary?
Did you call it from outside phpwcms ? Normaly this script needs the rest of the system as well. Just try to call it from backend modules... and then delete setup dir