-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
localhost in chrome and iexplorer #15
Comments
You need to replace localhost with the Pi IP. |
i did now i get server eror |
Does it give any details? If not, have a look at Apache's error log, which should be at |
here is the whole error log |
Thanks, the problem isn't on your end. I've just posted a comment here, hopefully @lanceseidman can get it fixed soon :) |
can i change it myself to fix it? |
Sure, replace line 5 of grabCAST.php with $res = mysql_connect("localhost","picast","piCAST1337"); |
now its just going to a white page in chrome nothing happening on the pi |
Sorry, I can't help with much more, as I haven't actually looked at the PiCast code in depth. You'll need to wait for @lanceseidman to help you out. |
If you don't have any errors, an item has been sent to the database. Currently when you "cast" items, it doesn't return anything, only if an error exists will you see anything but a white page. Why? Only because a JSON Result is coming. This is for when you build an app, it'll return values like fail or success, etc. Unfortunately I haven't released the new updates yet as I don't want the same issue as I had the last update, trying to make it 100% solid before releasing. But as for the change in Bens fix, you can of course modify the file OR in just a second, when I see the fix I will be doing a "PULL". If it's successful, I don't I have to do anything else? So check in a few moments. So, thanks Ben! |
I skiped making the database now think about it what script do I log into? |
I don't really know what you downloaded or used? I would forget anything you already downloaded and download the installer.sh script, which will do everything for you (even download all the files, etc). If you read the README it tells you how to run the script properly OR manually setup. |
just for your information i got all the way up to phpmyadmin wasnt sure witch script to login to |
Hi, I am not sure what you mean login to? PiCAST doesn't have a login system. |
He means the phpmyadmin script. |
I type in http://localhost/PiCAST.php?website=google.com and google crome on my laptop doesnt do anything it just says opps! Google Chome could not find this url. whats wrong?
The text was updated successfully, but these errors were encountered: