PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Pixel V2 - How On Earth Do You Install?!

paul-nosko

Aug 31st, 2017 04:53 PM

How on Earth do you install this script?!

I run the installed, it fails at the last step with a 404 error.

So I try php artisan migrate

Which then comes back with this issue

[Illuminate\Database\QueryException] SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t oo long; max key length is 1000 bytes (SQL: alter table translations add unique translations_table_name_column_name_foreign_key_locale_unique(tab le_name, column_name, foreign_key, locale))

So looking up that error it tells me to add code to the AppServiceProvider.php file, problem is that the code is ALREADY THERE.

So what do i do next?!

paul-nosko

Aug 31st, 2017 05:02 PM

Is there a way to just import the database?

paul-nosko

Aug 31st, 2017 05:07 PM

Ok I found the file to import. Now i have the script uploaded in a sub directory but its trying to load the css from the main directory.

paul-nosko

Aug 31st, 2017 05:33 PM

I guess for now i'll just move the css/images/js to the root.

paul-nosko

Aug 31st, 2017 05:43 PM

Sorry for typing so much.

Last problem to solve (well I hope it is :p ) The download and like button does not seem to work.

paul-nosko

Aug 31st, 2017 06:05 PM

Ok I guess I will try it on a sub-domain. Pointless if the downloads will not work.

paul-nosko

Aug 31st, 2017 07:43 PM

Ok put it on a sub domain and everything appears to be working. Will test everything.

mark

Sep 1st, 2017 05:08 AM

This is a known issue, but this depends on the database driver and version, I believe some ealier versions of MySQL haves this issue.

However it can be fixed quite easy, there is a post about it here.

paul-nosko

Sep 1st, 2017 01:20 PM

Hi

As stated, what it tells you to do there was already done in the file by default so that was no help. Importing the database was alot easier!

I think i got it all working now http://free.websiteintegrations.com/

Now, do you take suggestions? If so would you consider adding muliple images per download item?

mark

Sep 2nd, 2017 08:50 AM

How would you like those multiple images to present? You could just add the extra images to the content?

paul-nosko

Sep 4th, 2017 08:11 PM

Hi

Look at a shopping cart template for example

Such as http://www.odindesign-themes.com/thetrickster/product-page-v2.html

Where it has the larger image and 3 or 4 smaller underneath that when you click show up in the large image area.

paul-nosko

Sep 19th, 2017 03:31 PM

Hi

Another idea that i noticed another download site using, On the download page where it has a countdown till download they had an option to make the download instant if you either shared it on social media or liked their facebook/twitter account.

Think this is something you can implement?