Fix docs
-
@girish when you have the time, please update the documentation:
It says
cp /app/code/sample-public-front-page.txt /app/data/index.php # now fix the require_once path in /app/data/index.php from dirname(__FILE__).'/includes/load-yourls.php' to '/app/code/includes/load-yourls.php'The second instruction is not enough -- replacing the path is not enough. That alone doesn't work, you end up with a blank page. I used your resolution and it works fine for me as well now:
- require_once( dirname(__FILE__).'/app/code/includes/load-yourls.php' ); + require_once( '/app/code/includes/load-yourls.php' ); -
@girish when you have the time, please update the documentation:
It says
cp /app/code/sample-public-front-page.txt /app/data/index.php # now fix the require_once path in /app/data/index.php from dirname(__FILE__).'/includes/load-yourls.php' to '/app/code/includes/load-yourls.php'The second instruction is not enough -- replacing the path is not enough. That alone doesn't work, you end up with a blank page. I used your resolution and it works fine for me as well now:
- require_once( dirname(__FILE__).'/app/code/includes/load-yourls.php' ); + require_once( '/app/code/includes/load-yourls.php' );
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login