z0Kng Posted October 13, 2014 Posted October 13, 2014 (edited) Hello, I have almost managed to get the technic solder working, my only problem is, when i want to add an new mod and i click on create modpack i get to an blank page. I can insert mods and it gets the MD5's, also i can change passords and so on.Everything gets saved in the mysql database. I also linked it successfully to the platform. It looks like i have the same problem like this guy . But there is no answer on this thread and since its an old one i am creating a new one. with great regards z0Kng Edit: I found the error, after locking into the logs, i had to set default values in the mysql tabel on some entrys. Edited October 13, 2014 by z0Kng Quote
z0Kng Posted October 13, 2014 Author Posted October 13, 2014 (edited) Still getting a lot of errors like: Unhandled Exception Message: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'hidden' at row 1 SQL: UPDATE `modpacks` SET `updated_at` = ?, `hidden` = ? WHERE `id` = ? Bindings: array ( 0 => '2014-10-13 08:27:32', 1 => false, 2 => 3, ) Location: C:MichaelTechnicSolderlaraveldatabaseconnection.php on line 263 Stack Trace: Do i have something wrong with my database, because hidden is a tinyint in my database. Edited October 13, 2014 by z0Kng Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.