×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Fresh Install 6.0.3: Bug on Submitting Events

Fresh Install 6.0.3: Bug on Submitting Events 7 years 11 months ago #33986

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0


Looks like the 6.0.3 script does not create the allday column. What is the column datatype? Also you will want to correct the script so it creates that in the DB.

Fresh Install 6.0.3: Bug on Submitting Events 7 years 11 months ago #33987

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
It's definetly in the install sql file. Sure you never had an old version installed??

`allday` tinyint(4) NOT NULL DEFAULT '0',

And just tested with an local site and the column is there after the installation.

Which MySQL version are you using? Any warnings / errors during installing?

Yves

Fresh Install 6.0.3: Bug on Submitting Events 7 years 11 months ago #33988

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0
No, it looks like it didn't install any of the new fields. Added in the allday field and now it wants additional_dates. The install script is from an older release I think.

Fresh Install 6.0.3: Bug on Submitting Events 7 years 11 months ago #33989

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0
I had a 5.28 to test it, but thought I deleted the old tables. Let me go wipe it all again and post back.

No errors on install. MYSQL 5.6.29

Fresh Install 6.0.3: Bug on Submitting Events 7 years 11 months ago #33990

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0
Uninstalled Matukio:
(1) Went to Manage Modules, selected all Matukio Modules, uninstalled. No errors
(2) Went into PHP Admin, dropped all tables with _Matukio
(3) Verified nothing was left.

Installed Matukio:
(1) Uploaded 6.0.3 from fresh package downloaded this morning
(2) No errors or warnings

Checked PHPMyAdmin, neither of those two columns showed up.

Fresh Install 6.0.3: Bug on Submitting Events 7 years 11 months ago #33991

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Mhm strict mode in mysql? Which operating system? :/

Can you try executing the sql to create the matukio table manually:

It can be found in the package:

administrator/components/com_matukio/sql/install.mysql.sql

Just the first block with CREATE TABLE IF NOT EXISTS #__matukio

(Replace #__ through your prefix). Weird that not even an error is showing up

Yves

Fresh Install 6.0.3: Bug on Submitting Events 7 years 11 months ago #33993

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0
On uncompressing the install package, 7ZIP gives me an error: There are some data after the end of the payload data. Not sure what that is, Norton 360 registers the file as clean.

Running the script seemed to fix things. The columns are in the table again. Not sure what happened there.

Fresh Install 6.0.3: Bug on Submitting Events 7 years 11 months ago #33994

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Mhm that should not fix it as long as you didn't drop the table before :-) Did you do that?

Weird, that executing through phpmyadmin works without issues.. Which operating system are you using? Windows?

Yves

Fresh Install 6.0.3: Bug on Submitting Events 7 years 11 months ago #33995

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0
I am using Inmotion, so I assume they are running Linux, but couldn't say as it's a hosted solution with CPanel.

It is possible that I never dropped the tables after uninstalling 5.2.8. I did a full uninstall, scrub, and install again and it worked. I have no idea why. I am reasonably certain that I followed the exact same steps I did the first time. It is possible that there's some weird browser caching thing going on with the upload? I don't really know.

It's solved the problem for now.

Fresh Install 6.0.3: Bug on Submitting Events 7 years 11 months ago #34020

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
No browser caching should not affect upload, weird.. But as long as it is working now. If the error shows up again just drop me a line :)

Yves
  • Page:
  • 1
Time to create page: 0.115 seconds