I have a site that uses this accoridan menu and it works perfect for static conent. As soon as I try to use an include for say a contact form (FORMfields based) or even a news feed application. I either get a blank page when I test the site or I will get an error like the folowing if I try to actually use the PHP code instead of using an include:
Warning: require_once() [function.require-once]: URL file-access is disabled in the server configuration in /home/.reyna/mirageadv/ clients.mirageadv.com/leecalisti/contact.php on line 47 Warning: require_once(http://clients.mirageadv.com/leecalisti/ FORMfields/FORMfields.php) [function.require-once]: failed to open stream: no suitable wrapper could be found in /home/.reyna/mirageadv/ clients.mirageadv.com/leecalisti/contact.php on line 47 Fatal error: require_once() [function.require]: Failed opening required 'http://clients.mirageadv.com/leecalisti/FORMfields/ FORMfields.php' (include_path='.:/usr/local/php5/lib/php:/usr/local/ lib/php') in /home/.reyna/mirageadv/clients.mirageadv.com/leecalisti/ contact.php on line 47 I can assure you this is working (the contact form in this case.. because the original file is here working properly: http://clients.mirageadv.com/leecalisti/contact_form.php the main site I am working on is here: http://clients.mirageadv.com/leecalisti/contact.php Any insight as to why I cannot get the php include function to work with this would be great. Thanks.
