MyBB Community Forums
MyTracker 1.0.2 - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: MyTracker 1.0.2 (/thread-53374.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26


RE: MyTracker 1.0 Beta (Snapshot 1) - Tomm M - 2009-07-29

I've had no problems installing from fresh, apart from those mentioned on Xekko.


RE: MyTracker 1.0 Beta (Snapshot 1) - Lo. - 2009-07-29

Okay thanks, installing it with Mybbit now (cross your fingers)
Doesn't show in ACP


RE: MyTracker 1.0 Beta (Snapshot 1) - Tomm M - 2009-07-30

(2009-07-29, 11:41 PM)T0m Wrote: Doesn't show in ACP

Appears in the settings just fine for me, at the bottom. The sidemenu was removed from the plugin in this Snapshot.


RE: MyTracker 1.0 Beta (Snapshot 1) - Eric - 2009-07-30

I installed and got this SQL error:

SQL Error:
    1146 - Table 'erijac73_mybb.mybb_tracker_projects' doesn't exist
Query:
    SELECT * FROM mybb_tracker_projects WHERE active = '1' AND parent = '0' ORDER BY disporder ASC



RE: MyTracker 1.0 Beta (Snapshot 1) - Tomm M - 2009-07-30

Where did you go to see that? The index page? I know how to fix it, I just don't know where it is...

Confused


RE: MyTracker 1.0 Beta (Snapshot 1) - Eric - 2009-07-30

I just went to the /tracker/ directory.


RE: MyTracker 1.0 Beta (Snapshot 1) - Tomm M - 2009-07-30

Confused

Does the table actually exist in the database? Is your table prefix something other than mybb_?


RE: MyTracker 1.0 Beta (Snapshot 1) - Eric - 2009-07-30

Nope, it's definitely set to mybb_


RE: MyTracker 1.0 Beta (Snapshot 1) - Tomm M - 2009-07-30

That's freaky... Can you please check to see if these tables exist in your database:
  • tracker_activity
  • tracker_categories
  • tracker_features
  • tracker_featuresposts
  • tracker_featuresread
  • tracker_featuresvotes
  • tracker_issues
  • tracker_issuesposts
  • tracker_issuesread
  • tracker_priorities
  • tracker_projects
  • tracker_projectsread
  • tracker_stages
  • tracker_status



RE: MyTracker 1.0 Beta (Snapshot 1) - Eric - 2009-07-30

Nope, not a single one of them. :/