Hi guys,
I'm trying to creat a new module following the instructions based on this tutorial:
http://docs.ispconfig.org/development/interface/
I created the DB Table of the new module on my own at the main account accoding to the model used on the other tables... and did all the steps, changing what is concerned to my new module instead of "help".
I'm able to select the new module for the admin, but when I login again and click on the link of the it, I got the following error on a alertbox:
<!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" xml:lang="en" lang="en">
<head>
<title>Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../themes/default/css/central.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="uniForm">
<div id="errorMsg">
<h3>Error</h3>
<ol>
<li>301</li>
</ol>
</div>
</div>
</body>
</html>
Does anybody knows what's going on?
Thanks guys!
Recent comments
10 hours 49 min ago
17 hours 30 min ago
21 hours 21 min ago
22 hours 59 min ago
1 day 7 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 21 hours ago
2 days 1 hour ago
2 days 2 hours ago