Matthew Nelson - Silverark
Matthew Nelson - Silverark
Is it a paid Service/plan and are you using a payment gateway? If so building with Omnipay useful as it enables you to switch payment gateways without having to rewrite...
If you set your server name to 'bonfire', you may need to add 'bonfire' to your hosts file. https://support.rackspace.com/how-to/modify-your-hosts-file/ Then type 'bonfire' in your browser as the url. Whenever you...
For the first issue you could increase the value of xdebug.max_nesting_level in your php.ini: http://xdebug.org/docs/all_settings#max_nesting_level That's where I've seen that issue from beforr. I set it to 1000 for a...
Are you talking about the user management in the admin area? Copy the Users module into your modules folder, then looking on controllers/settings.php. Somewhere in the index.php, before the find_all...
It's a big question. If you're still interested then I've done this before. There is a lot to consider; if you have never authenticated to LDAP through PHP before then...
I can't replicate this, is this with a fresh install? What OS and browser are you using? Can you use the google console, or Firfox Inspect to watch the Network...
Also, have you left the admin css in the head in the admin theme?
The domain doesn't point anywhere. nuovoj.com. You need to add the name to your hosts file (/etc/hosts). If you're connecting from a separate machine on your network, you will need...
There could be a few things. 1. Have you set your URL in the application/config/config.php file? If not it might try redirecting you to the IP instead. 2. Did you...
If you create a new module, you can have an admin area controller called Content.php where you can manage the content of the module (or whatever you want to put...