Support › Forums › Blanco – Laravel Script › Installation Problem
- This topic has 9 replies, 2 voices, and was last updated 8 months, 3 weeks ago by
CreaboxThemes.
-
AuthorPosts
-
September 9, 2022 at 7:21 pm #6514
Aditya Pratama Purnomo
ParticipantDear support
I would like to get help, I try to install Blanco Script But the Error Said like this:
ErrorException
Attempt to read property “slider_id” on nullIlluminate\Foundation\Bootstrap\HandleExceptions::handleError
app/Http/Controllers/Fronted/HomeController.php:29Please get me done with this problem, thank you.
September 10, 2022 at 9:45 pm #6515CreaboxThemes
KeymasterHi,
sorry for the inconveniences. Where do you get that error? When are you installing the theme?
If the theme has been installed, have you got any slider created?Regards
September 10, 2022 at 10:10 pm #6520Aditya Pratama Purnomo
ParticipantDear Developer,
Thank you for your response. So here is the steps that I’ve made to install the Laravel Script.
1. Copy all the files to the destination folder
2. Setup the permission, I usually go with chmod -R 777 to make it easier
3. Make sure all the php extension installed as pre requisite
4. Edit the .env files, change the database and email details
5. Begin to access my domain https://faristama.com and the error is appear.Is it anything wrong with my installation progress? Thank you for your attention and great cooperation.
Best regards,
Aditya Pratam Purnomo
September 10, 2022 at 10:36 pm #6521CreaboxThemes
KeymasterHi,
in the step 4 you need to change the email details but not the database. That information is added in the installer process.
I mena, when you go to your domain in the step 5, the installer process starts and you will be able to add all the data about your database.Regards
September 11, 2022 at 12:05 am #6522Aditya Pratama Purnomo
ParticipantDear developer,
Thank you for your support.
I tried to change only the email detail, but comes this error:
SQLSTATE[HY000] [1045] Access denied for user ‘root’@’localhost’ (using password: YES) (SQL: select * frompage_setting
wherepage_setting
.id
= 1 limit 1)Which is means that the “root” must be access with password. This is standard for me if I want to access the MySQL Server I need to type mysql -u root -p that require a Password. Is there anything else to do with the .env?
Thank you for your attention and great cooperation.
Best regards,
Aditya Pratama Purnomo
September 12, 2022 at 12:37 pm #6524CreaboxThemes
KeymasterHi,
Where do you get that error? When you access to the url to install it?
In the file .env you have only to edit the next options:
MAIL_MAILER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=587 MAIL_USERNAME=creaboxthemes@gmail.com MAIL_PASSWORD=jphtpnpuhkabdkzm MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS=rscosca@gmail.com MAIL_FROM_NAME="Blanco Laravel" MAIL_SUBJECT="Email from Blanco Laravel"
And then, in the installation process, you have to add your database data in the step I show you:
Regards
-
This reply was modified 8 months, 3 weeks ago by
CreaboxThemes.
September 13, 2022 at 2:56 am #6526Aditya Pratama Purnomo
ParticipantDear developer,
Thank you for your response, I am trying to set up just the email setup, but again the error show this message:
Illuminate\Database\QueryException
SQLSTATE[HY000] [1045] Access denied for user ‘forge’@’localhost’ (using password: YES) (SQL: select * frompage_setting
wherepage_setting
.id
= 1 limit 1)This is happen because I apply root password for the MySQL, so the setup of database is needed from the start.
Should I remove the root password first?
Thank you for your cooperation.
Is there anything
September 13, 2022 at 8:35 am #6527CreaboxThemes
KeymasterHi,
when you try to install the theme again, do you upload only the file .env or all the files?
If you upload only the file .env, maybe it has been created a file ‘installed’ if you have tried it previously. To try to install the theme again:- Upload the file .env just changing the email details
- Remove the file ‘installed’ in the folder ‘/storage’.
- Try it again
Regards
September 13, 2022 at 9:57 am #6528Aditya Pratama Purnomo
ParticipantDear developer,
Voila! The installation is success! Thank you for your great support and this great script. It really helps me to publish my work easily than must create a manual html file. Maybe you can add some login/register feature for reader/visitor, so this script is easily use by my client in the future. Thank you for your attention and great cooperation.
September 13, 2022 at 1:37 pm #6529CreaboxThemes
KeymasterThank so much and sorry for the inconveniences. I take note about your advice for future updates. It will be a great idea allow to create new users with different roles.
I’ll be glad if you rate the theme please. It will help me a lot. You can do it from your download page.
Regards
-
This reply was modified 8 months, 3 weeks ago by
CreaboxThemes.
-
This reply was modified 8 months, 3 weeks ago by
-
AuthorPosts
- You must be logged in to reply to this topic.