I'm new in Laravel 4. and currently I'm having problems with it for folder location.
1st PROBLEM http://sidhiciang.com/testlaravel1/public_html/
From several places, it works just fine. But in several places either, it display an error message :
ErrorException base64_decode() expects parameter 1 to be string, array given open: /home/slkc0rp/public_html/sidhiciang.com/testlaravel1/vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php
Here is the Error screen shot : http://www.sidhiciang.com/myfiles/laravel 4/l4-loading-problems.jpg
What is going wrong with laravel 4 ?
Is it have any relation with the ISP ?
But if I use the address below, it works just fine... http://srwmemorial.com/sidhiciang.com/testlaravel1/public_html/index.php
FYI, the folders structure in my hosting is : Home --public_html --> base srwmemorial.com ----sidhiciang.com --> use it as add-on domain ------testlaravel1 --> Where I locate the laravel source code --------public_html --> I rename the public folder into public_html
2nd PROBLEM Routing problems. Why did all of the links from the menu always routing to the wrong direction...
why it always goes to the /domain/ only, not /domain/testlaravel1/ ?
How to fix it so I can work with any folder location (including online or offline with xampp) ?
For the source code, here is the link: www.sidhiciang.com/testlaravel1/testlaravel1.zip
PS : I'm also posting my questions at http://help.laravel.io/c7ba60cbc7f27277ca770735caddc4106d00ea1c
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community