Jump to content

PHP Error with Pacific Skin on Application Page


Recommended Posts

Posted

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;

}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...