Search:

Type: Posts; User: sherlyk

Page 1 of 20 1 2 3 4

Search: Search took 0.48 seconds; generated 27 minute(s) ago.

  1. I run below commands in this order and got below...

    I run below commands in this order and got below result:


    git pull origin master
    git stash
    git checkout master
    git pull
    php artisan migrate
  2. /home/sherly/www/imagehostnow.com/app/controllers/...

    /home/sherly/www/imagehostnow.com/app/controllers/UploadController.php

    added


    $image->status = 'active';

    Then tried again, uploaded image but i got error.

    http://i.imgur.com/yflDmSE.png
  3. Laravel image uploaded successfully, but it shows Image Not Found error.

    I have just tried to upload an image imagehostnow.dev and it upload successfully.But error showed "image not found"

    http://i.imgur.com/1Mu6wHn.png
  4. I have typed "got log" instead of "git log". That...

    I have typed "got log" instead of "git log". That was my mistake.



    sherly@HOME:~/www/imagehostnow.com/public/thumb/4ca4238a0b$ got log
  5. How did I got Command Not Found error in Laravel

    I am getting error


    sherly@HOME:~/www/imagehostnow.com/public/thumb/4ca4238a0b$ got log
    No command 'got' found, did you mean:
    Command 'dot' from package 'graphviz' (main)
    Command 'god' from...
  6. Replies
    33
    Views
    86,986

    I run these command: git pull origin master...

    I run these command:


    git pull origin master

    git log



    Last commit in gitlab result:
  7. Replies
    33
    Views
    86,986

    I changed database,username,password on...

    I changed database,username,password on database.php file
    Then my local site is http://imagehostnow.dev/ working fine.
  8. Replies
    33
    Views
    86,986

    Error: SQLSTATE[28000] [1045] Access denied for...

    Error: SQLSTATE[28000] [1045] Access denied for user 'imagehostnow'@'localhost' (using password: YES)
    Reason:I changed Revert changes on app/config/database.php file.
  9. Replies
    33
    Views
    86,986

    Run the command. php artisan migrate Find...

    Run the command.


    php artisan migrate

    Find below the result.


    sherly@HOME:~/www/imagehostnow.com$ php artisan migrate
    **************************************
  10. Replies
    33
    Views
    86,986

    I changed Revert changes in git gui.Then run...

    I changed Revert changes in git gui.Then run these commands g0t following result:


    git status
    git pull origin master



    Result
  11. Replies
    33
    Views
    86,986

    Run command: git log Verified gitlab...

    Run command:


    git log

    Verified gitlab commits. Its same as result.


    sherly@HOME:~/www/imagehostnow.com$ git log
    commit 1316183eb7254f98f2bdf481cd6a2bc12e0ca62e
  12. Replies
    33
    Views
    86,986

    I run command: cd ~/www/imagehostnow.com...

    I run command:


    cd ~/www/imagehostnow.com
    git pull origin master

    Result:


    sherly@HOME:~/www/imagehostnow.com$ cd ~/www/imagehostnow.com
  13. Replies
    33
    Views
    86,986

    I created new folder upaloads in...

    I created new folder upaloads in /home/sherly/www/imagehostnow.com/public

    then run command


    chmod -R 777 /home/sherly/www/imagehostnow.com/public/uploads

    i got this page
    ...
  14. Replies
    33
    Views
    86,986

    I was getting upload error. Then I tried to...

    I was getting upload error.

    Then I tried to set permission for 'uploads' folder by running following command:


    chmod -R 777 /home/sherly/www/imagehostnow.com/public/uploads

    But received...
  15. Replies
    33
    Views
    86,986

    Uploade image in imagehostnow.dev.But showed...

    Uploade image in imagehostnow.dev.But showed ERROR: Internal Server Error.
    Find error log content as follows:



    [2015-01-16 06:59:21] production.ERROR: exception...
  16. Replies
    33
    Views
    86,986

    Uploaded image in imagehostnow.dev. But showed...

    Uploaded image in imagehostnow.dev. But showed ERROR: Internal Server Error


    http://i.imgur.com/LPOqi8F.png
  17. Replies
    33
    Views
    86,986

    Run the command. cd ~/www/imagehostnow.com...

    Run the command.



    cd ~/www/imagehostnow.com
    ls -l

    Find below the result.
  18. Replies
    33
    Views
    86,986

    Run the command. php artisan migrate ...

    Run the command.


    php artisan migrate




    sherly@HOME:~/www/imagehostnow.com$ php artisan migrate
    **************************************
  19. Replies
    33
    Views
    86,986

    I run the command. php artisan migrate ...

    I run the command.


    php artisan migrate

    Find below the result.


    sherly@HOME:~/www/imagehostnow.com$ php aritsan migrate
    Could not open input file: aritsan
  20. Replies
    33
    Views
    86,986

    I deleted the changed file ...

    I deleted the changed file "bootstrap/start.php", Then run the command:


    sherly@HOME:~/www/imagehostnow.com$ cd ~/www/imagehostnow.com
    sherly@HOME:~/www/imagehostnow.com$ git pull origin master...
  21. Replies
    33
    Views
    86,986

    I run those two commands, and got following...

    I run those two commands, and got following results:

    http://i.imgur.com/PZ8XpEz.png
  22. Replies
    1
    Views
    5,145

    How to Create a MySQL Database on Linux

    First you can login as root on your mysql server using:


    mysql -u root -p

    If a password is required,


    $ mysql -u root -p
    Enter password:
  23. Replies
    17
    Views
    24,108

    Screenshot of phpMyAdmin with the...

    Screenshot of phpMyAdmin with the database/tables.

    http://i.imgur.com/AIZoGOC.png
  24. Replies
    17
    Views
    24,108

    I have deleted those two files now. I run the...

    I have deleted those two files now. I run the command again.

    Result following:


    sherly@HOME:~/www/imagehostnow.com$ php artisan migrate
    **************************************
    * ...
  25. Replies
    17
    Views
    24,108

    "Untracked files" names are: ...

    "Untracked files" names are:

    app/config/database.php~
    app/database/migrations/2015_01_14_052420_create_users_table.php
    app/database/migrations/2015_01_14_052730_create_users_table.php
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4