Installation Problem

Support Forums Blanco – Laravel Script Installation Problem

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #6514

    Dear 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 null

    Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
    app/Http/Controllers/Fronted/HomeController.php:29

    Please get me done with this problem, thank you.

    #6515
    CreaboxThemes
    Keymaster

    Hi,

    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

    #6520

    Dear 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

    #6521
    CreaboxThemes
    Keymaster

    Hi,

    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

    #6522

    Dear 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 * from page_setting where page_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

    #6524
    CreaboxThemes
    Keymaster

    Hi,

    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:

    Intallation step Blanco Laravel

    Regards

    #6526

    Dear 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 * from page_setting where page_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

    #6527
    CreaboxThemes
    Keymaster

    Hi,

    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

    #6528

    Dear 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.

    #6529
    CreaboxThemes
    Keymaster

    Thank 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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.