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
2 days 7 hours ago
2 days 16 hours ago
2 days 19 hours ago
2 days 20 hours ago
2 days 21 hours ago
2 days 23 hours ago
3 days 53 min ago
3 days 2 hours ago
3 days 18 hours ago
3 days 18 hours ago