rgauny
rgauny
Comments
-
I'm going to change those 5 path locations in header.php for my build. But you may want to get that fixed for others, bootstrap really doesnt function without jquery loading. Please let me know iwhether it's a bug or not.
-
Saw this in header.php (at bottom): and if I'm reading it right Ben, since my APP_PATH is http://www.myresponder.co the path for jquery that is being set here is in jQuery not loading (404) in app Comment by rgauny March 2013
-
Hey just for my knowledge. I'm guessing that the functions.php requires some linux stuff cause I haven't had this happen before with a PHP app.
Is that correct?
Thanks again,
Ronnie
-
Well that would explain the weirdness. lol, man sorry Ben will set up a VirtualBox now...Thanks man!
-
Hi Ben below is my config.php
//==================================================================================//
// Configuration
//==================================================================================//… -
Hi Ben,
Most people probably aren't developing locally with your software...They are just deploying it to a host. Which would explain why you haven't heard anything. If I move the define before the include for functions.php in the header.…
-
Hopefully this will help. If I move the config.php out of the includes folder and into the Sendy root your functions.php finds the config.php file. But will fail later after install. From my understanding and from what I've have read the config.p…
-
yes, what's in that link is exactly what im doing.....just setting my hosts file for www.myresponder.co to 127.0.0.1 . This is something that I need to be able to do in order to dev. Since this is a white label solution in which we should be abl…
-
Im running local and have my hosts set for www.myresponder.co to 127.0.0.1....trying to dev before i deploy up to beanstalk