Current time: 05-18-2024, 04:22 PM Hello There, Guest! (LoginRegister)


Post Reply 
FreeBSD7 Help with this error, please
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #10
RE: FreeBSD7 Help with this error, please
Code:
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{HTACCESS_GROUPS_FILE_NAME}' eq '{HTACCESS_GROUPS_FILE_NAME}', missing '{HTACCESS_GROUPS_FILE_NAME}' in src !
Ok, please check your:
Code:
/usr/local/etc/ispcp/ispcp.conf
There should be ALL these variables like:
Code:
HTACCESS_USERS_FILE_NAME = .htpasswd

HTACCESS_GROUPS_FILE_NAME = .htgroup
Make sure they exist.

Code:
DEBUG: push_el() sub_name: sys_command(), msg: ERROR: External command '/bin/echo n | /bin/cp -ip /usr/local/www/ispcp/gui/errordocs/inc/.svn /usr/local/www/data/virtual/mynewdomain.com/errors/inc/ 2>/dev/null' returned '1' status !
DEBUG: push_el() sub_name: setfmode(), msg: ERROR: File '/usr/local/www/data/virtual/mynewdomain.com/errors/inc/.svn' does not exist !
DEBUG: pop_el() sub_name: setfmode(), msg: ERROR: File '/usr/local/www/data/virtual/mynewdomain.com/errors/inc/.svn' does not exist !
You have to remove the .svn also in the installed ispcp directory´s.
Code:
-> find . -type d -name ".svn" -exec rm -rf {} \;;true

Quote:for the installation i have followed your howto step by step.
Fine Smile But there are is still many todo and i´m very busy this time...

Greez BeNe
03-06-2009 02:35 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: FreeBSD7 Help with this error, please - BeNe - 03-06-2009 02:35 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)