wsavant Posted November 25, 2013 Report Share Posted November 25, 2013 PHP ERROR: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/a4049077/public_html//lib/skins/Zumeweb.Pacific.V1/<div class="container"> <h3>Registration</h3> <p>Welcome to the registration form for JetStream Aviation. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://jsa.netau.net/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> <dt>Last Name: *</dt> <dd><input type="text" name="lastname" value="" /> </dd> <dt>Email Address: *</dt> <dd><input type="text" name="email" value="" /> </dd> <dt>Select Airline: *</dt> <dd> <select name in /home/a4049077/public_html/core/classes/TemplateSet.class.php on line 96 This is line 96: public function set($name, $value) { // See if they're setting the template as a file // Check if the file exists if(is_string($value) && strstr($value, $this->tpl_ext)) { if(file_exists($this->template_path . DS . $value)) <<<<<<<<<<LINE 96 { $value = $this->GetTemplate($value, true); } } $this->vars[$name] = $value; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.