My /feeder directory still isn’t working. klavr.net/feeder
Has it something to do with permissions? (755)
Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!
My /feeder directory still isn’t working. klavr.net/feeder
Has it something to do with permissions? (755)
Nope that message means one of three things:
$_SERVER['DOCUMENT_ROOT'] is broken on your site. In which case you need to open up /feeder/index.php and replace $_SERVER['DOCUMENT_ROOT'] with the path to your website from the root of the server (str_replace('/feeder/index.php', '', __FILE__) might work in place of $_SERVER['DOCUMENT_ROOT']).
You didn’t upload the entire /birdfeeder/ directory, in particular /birdfeeder/watcher.php
You uploaded Bird Feeder into the wrong directory . It need to be uploaded in /mint/pepper/shauninman/
The last two don’t appear to be the case.
I corrected it, is this (emtpy) supposed to show up?
No, you should see:
Mint Bird Feeder is active.
Try removing the @ before the include() statement and add error_reporting(E_ALL); before define('MINT', true);.
I followed your advice. Still nothing is showing up.
I can mail you the code of my /feeder/index.php if you want?
I don’t feel safe publishing it to the world ;)
Sure, email away, it’s mint at the domain you’re on right now.
You must be logged in to reply. Login above or create an account