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
15 hours 11 min ago
18 hours 7 min ago
19 hours 21 min ago
20 hours 44 min ago
22 hours 22 min ago
23 hours 51 min ago
1 day 1 hour ago
1 day 17 hours ago
1 day 17 hours ago
1 day 21 hours ago