This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS 6 Problems / Error
« on: May 09, 2016, 12:45:16 PM »
in Message have error
Notice: Trying to get property of non-object in /usr/local/cwpsrv/htdocs/resources/admin/include/phpQuery-onefile.php(1) : eval()'d code(1) : eval()'d code on line 377
and in zone editor when i add records have
Notice: Undefined offset: 3 in /usr/local/cwpsrv/htdocs/resources/admin/modules/zone_editor.php(1) : eval()'d code(1) : eval()'d code on line 98
how fix
Notice: Trying to get property of non-object in /usr/local/cwpsrv/htdocs/resources/admin/include/phpQuery-onefile.php(1) : eval()'d code(1) : eval()'d code on line 377
and in zone editor when i add records have
Notice: Undefined offset: 3 in /usr/local/cwpsrv/htdocs/resources/admin/modules/zone_editor.php(1) : eval()'d code(1) : eval()'d code on line 98
how fix
2
New Modules / Re: How to Build a new module for CentOS Web Panel (CWP)
« on: May 08, 2016, 10:02:09 AM »
if have error for 3rdparty.php
use this
open menu.php and go down
when you see
add this:
use this
open menu.php and go down
when you see
Code: [Select]
?>
add this:
Code: [Select]
<div class="mainnav">
<ul>
<li><a href="#" class="hasUl drop"><span class="icon16 icomoon-icon-hammer-2"></span>My Addons<span class="hasDrop icon16 icomoon-icon-arrow-down-2"></span></a>
<ul class="sub" style="display: block;">
<li><a href="index.php?module=test2"><span class="icon16 icomoon-icon-arrow-right-3"></span>Test</a></li>
</ul></li></ul>
</div>
3
hello how can fix this:
when i want open site with http://ip/~username/subfolder/
i get error:
Not Found
The requested URL /~username/subfolder/ was not found on this server.
who can help me for that
when i want open site with http://ip/~username/subfolder/
i get error:
Not Found
The requested URL /~username/subfolder/ was not found on this server.
who can help me for that
Pages: [1]