Jump to content

Recommended Posts

Posted (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 by z0Kng
Posted (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 by z0Kng

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...