Andrea Cristalli
Andrea Cristalli
Great man Jason, I've never met him but all his kindly still there
Don't panic. Anslyze is a route not a folder, check your path when you do the post in the browser network tab . Cheers, Andrea
You can Google for that. It's a common issue where path are misconfugured. Check the .htaccess file. Look in other similar issues here. And a practical guide here https://www.sitepoint.com/autogenerate-crud-apps-phreeze/
Hello, there are some examples on closed issues , look at #78 . I personally did it more simple, just put the logic in index.php checking if valid user is...
Look here https://github.com/Esysc/SPOT/blob/master/provisioning/login.php It's a very basic example. You have the login form and validation then all pass through the session . The index.php check a valid session before to...
Hello, you can use the example if you prefer and look orders threads. I simply check a session variable, not so elegant, but the app runs on corporate. Look in...
Don't know if I have understood., but the code is just an example, cannot run in your environment. I proposed you just to give a look for inspiration. Bit not...
I've never changed the navbar but it should be easy. It's only a matter of css in _Header.tpl.php class . See the bootstrap 2.3.0 documentation.
There is an old issue #15 talking about rights and login. Sorry I cannot link directly , I'm on the phone. May be you already know about it.. I personally...
Hello, don't worry, mine is even worst. It appears to be a javascript error. What is 'PrjData' ? a json object? Could you explain a little more detailed where you...