ispCP - Board - Support
FreeBSD7 Help with this error, please - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: FreeBSD7 Help with this error, please (/thread-5851.html)

Pages: 1 2 3 4 5 6


RE: FreeBSD7 Help with this error, please - BeNe - 04-03-2009 09:56 PM

No, no!
Create it directly in your ispcp DB via PMA or mysql on shell.

Greez BeNe


RE: FreeBSD7 Help with this error, please - server801 - 04-05-2009 07:29 PM

(04-02-2009 11:50 AM)blocker Wrote:  what is the error ? i need to make sure that my patch can be applied generally and you need special case before I send to you the modified file.

What information do I need to provide?or which version I need to put the trunk?


RE: FreeBSD7 Help with this error, please - blocker - 04-06-2009 06:50 PM

Ow then the patch is working Smile like i said before "except dmesg.boot
you have to edit manually at /usr/local/etc/apache22/Include/00_master.conf

find basedir that mention in the error and insert /var/run/dmesg.boot
check the file if exist, if not touch /var/run/dmesg.boot that should work Smile
as for other error, that is new error the patch has nothing to do with it neither fix it

(04-03-2009 07:05 PM)artful Wrote:  I install this patch.
has 1 error
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/run/dmesg.boot) is not within the allowed path(s): (/usr/local/www/ispcp/gui/:/usr/local/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/local/lib/php/20060613/) in /usr/local/www/ispcp/gui/include/phpsysinfo/common_functions.php on line 358

as you add a new reseller error:
Unknown column 'state' in 'field list'
this error occurs even without the patch



RE: FreeBSD7 Help with this error, please - Haeber - 04-09-2009 03:24 AM

I've added a comment into ticket http://www.isp-control.net/ispcp/ticket/1778 because the changes in phpsysinfo should be send to phpsysinfo.

Regards
Haeber


RE: FreeBSD7 Help with this error, please - server801 - 04-22-2009 11:13 PM

Code:
diff-uN patch-20090330 ispcp-omega-1.0.0.tar.bz2
Binary files patch-20090330 and ispcp-omega-1.0.0.tar.bz2 differ
I am doing wrong?


RE: FreeBSD7 Help with this error, please - BeNe - 04-22-2009 11:19 PM

You cant patch it in a compress file.

Greez BeNe


RE: FreeBSD7 Help with this error, please - server801 - 04-22-2009 11:48 PM

This is what happened, you can take right?
Code:
debian:/home/server/Desktop# diff -uN ispcp-omega-1.0.0 patch-20090330
debian:/home/server/Desktop#



RE: FreeBSD7 Help with this error, please - blocker - 04-23-2009 11:18 AM

try this
1. mkdir ispcp; cd ispcp
2. populate that directory with svn command [ you can look in documentation section how to do that ]
3. cd trunk
4. patch < patch-20090330
5. make


RE: FreeBSD7 Help with this error, please - server801 - 05-04-2009 05:56 AM

I did everything as expected, the same error, nothing has changed


RE: FreeBSD7 Help with this error, please - BeNe - 05-04-2009 06:06 AM

Maybe you use the wrong trunk Version ?!

Greez BeNe