Show Posts

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.


Messages - daws

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

2
if have error for 3rdparty.php

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
Apache / hello
« on: January 02, 2015, 05:51:26 AM »
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

Pages: [1]