X-code.com Forum Index Welcome to X-code Forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Conflicting Code

 
Post new topic   Reply to topic    X-code.com Forum Index -> VDaemon Extension
View previous topic :: View next topic  
Author Message
gardenlevel



Joined: 01 Apr 2009
Posts: 1

PostPosted: Wed Apr 01, 2009 7:48 pm    Post subject: Conflicting Code Reply with quote

I just purchased VDaemon and I'm trying to incorporate it into my site. However, when I try to add the include code I just get a blank page.

I also have a "require_once" called at the top of my page, if I eliminate either one, the page works, just not with both the include_once and require_once.

Any ideas?

Code:

<?php include_once('./vdaemon/vdaemon.php');  ?>
<?php require_once('./Connections/AddUser.php'); ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Create New Account</title>
<link href="/css/new.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><a href="/index.php"><img alt="logo" src="./images/header.jpg" width="800" height="200" border="0" /></a></div>
<div id="box">
  <form action="/newProcess.php" method="post" name="NewUser" id="NewUser" runat="vdaemon">
    <table width="400">
      <tr>
        <th colspan="2">Create Account</th>
      </tr>
      <tr>
        <th>email</th>
        <td><input type="text" name="email" />
        <vlvalidator name="email" type="format" control="email" errmsg="Please use a proper email address" format="email" required="true"></td>
      </tr>
      <tr>
        <th>password</th>
        <td><input type="password" name="password" />
        <vlvalidator name="password" type="required" control="password" errmsg="Password Must Be 6 or More Characters" minlength="6"></td>
      </tr>
      <tr>
        <th>&nbsp;</th>
        <th><input type="submit" name="submit" value="Create" id="submit" /></th>
      </tr>
      <tr>
        <th colspan="2"><h6>Please note: While Northwest Fuel does everything we can to protect your data, choosing a <a href="http://www.securitystats.com/tools/password.php" target="_blank">strong password</a> is the best thing <strong>you</strong> can do to help protect your sensetive data.</h6></th>
      </tr>
      <tr>
        <th colspan="2"><vlsummary form="NewUser" messagebox="true"></th>
      </tr>
    </table>
  </form>
</div>
<div id="bottom">
<br />
<br />
<br />
<br />
</div>
<div id="footer"><?php include"links.php" ?></div>
</body>
</html>
<?php VDEnd(); ?>
Back to top
View user's profile Send private message Visit poster's website
Ale
Site Admin


Joined: 26 Jul 2005
Posts: 359
Location: Minsk, Belarus

PostPosted: Thu Apr 02, 2009 3:44 am    Post subject: Reply with quote

Hi,

It is hard to say what is wrong because of too little information. If you can give me access to your server ftp I can try to debug. If this is OK for you PM me.
_________________
Alexander Orlov,
Developer of VDaemon
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    X-code.com Forum Index -> VDaemon Extension All times are GMT - 7 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group