TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,963
  • Latest: BiZaJe
Stats
  • Total Posts: 195,917
  • Total Topics: 21,308
  • Online today: 884
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 280
  • Total: 280

Forum inacessable after installing TP 1.0.5

Started by quixander, August 15, 2008, 04:48:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

quixander

I deleted previous setup of smf including the database. Downloaded a new set of smf and TP packages to eliminate the possibility of previous set being bad. Smf and TP (through package manager) installation went fine without any errors. (TP Install log below)

Checked out the database and confirmed that all the TP related tables are created except "Modules Table"  (note that TP installation log states that it created "modules table")

Unfortunately manual installation has the same problem. When I run manual_tp_install.php, install log also states that it created the "Modules Table" but it is missing from the database.

Any ideas why TP fails to complete database update and misses out "Modules Table"? Thanks...




Install/Upgrade v1.0.5 beta 1©2004-2008

--------------------------------------------------------------------------------

Upshrink table created
Settings table created
Settings table updated
Added 108 new setting(s)
Blocks table created.
some sample values were added to the blocks table
Variables table created.
some sample values were added to the variables table
Articles table created.
DL manager table created
Modules table created
TinyPortal´s table structure is now installed/updated.

--------------------------------------------------------------------------------

Thank you for trying out TinyPortal!

quixander

made following change in manual_tp_install.php - line 756 (tp_install.php - line 742)

old
) ENGINE=MyISAM;

new
) TYPE = MYISAM;

I run the sql command to create the table manually and it worked. I can now see TP installed correctly, though I have no idea if this change I made is right or wrong.

bloc

It is indeed a difference there, as different versions of MySQL can't read one of those words. I'll will be changing that so it works everywhere.

quixander

Thanks Bloc. Btw, TinyPortal is awesome. I appreciate your hard work.
cheers!

bloc

:) And thanks for pointing out the error there, I see its only apparant in modules table creation, but nonetheless very important. Fixed for TP 1.0.5 beta2

This website is proudly hosted on Crocweb Cloud Website Hosting.