Pixel V2 - How On Earth Do You Install?!
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?!
Is there a way to just import the database?
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.
I guess for now i'll just move the css/images/js to the root.
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.
Ok I guess I will try it on a sub-domain. Pointless if the downloads will not work.
Ok put it on a sub domain and everything appears to be working. Will test everything.
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?
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.
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?