View Full Version : Mono-Borland ECO error
snakegr
19th January 2007, 11:56
I have setup a website with ISPConfig on opensuse with mono support. I build a web application with borland delphi with eco III. I think the error occurs when databinding is requested. Take a look here: http://www.prosolutions.gr/admin.aspx and please heeelp. Thanks for your time.
falko
20th January 2007, 19:27
What's in your vhost configuration?
Anything in Apache's error log?
snakegr
21st January 2007, 20:43
What's in your vhost configuration?
Anything in Apache's error log?
######################################
# Vhost: www.prosolutions.gr:80
######################################
#
#
<VirtualHost 192.168.0.100:80>
ServerName www.prosolutions.gr:80
ServerAdmin webmaster@prosolutions.gr
DocumentRoot /srv/www/web1/web
ServerAlias prosolutions.gr
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ScriptAlias /cgi-bin/ /srv/www/web1/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ErrorLog /srv/www/web1/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php3>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php4>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php5>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
php_admin_flag safe_mode On
php_admin_value open_basedir /srv/www/web1/
php_admin_value file_uploads 1
php_admin_value upload_tmp_dir /srv/www/web1/phptmp/
php_admin_value session.save_path /srv/www/web1/phptmp/
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Alias /error/ "/srv/www/web1/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /srv/www/web1/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /srv/www/web1/user/$1/web/$3
</VirtualHost>
There's nothing in the error log file.
falko
22nd January 2007, 15:30
I don't see any Mono directives in the configuration. Did you put them in an .htaccess file or somewhere else?
snakegr
22nd January 2007, 22:39
I don't see any Mono directives in the configuration. Did you put them in an .htaccess file or somewhere else?
Directives are in the httpd.conf. I'm using autoapplication. I also tried with directives but with no luck. I have to report that only when i databind from database the error occurs. I also tried the mono for windows and i have the same problem. Sorry for my bad english.
falko
23rd January 2007, 19:41
Directives are in the httpd.conf.
Can you post them here?
snakegr
23rd January 2007, 23:22
Can you post them here?
Include /etc/apache2/conf.d/mod_mono.conf
Only this is required with this version of mod_mono.
till
24th January 2007, 11:30
Which mono version do you use? I remember that I read some time ago in the mono blogs that there are problems with precompiled mono files because mono does not support incremental compiling while .net 2.0 on windows supports it and uses it to compile aspx pages and librarys.
snakegr
24th January 2007, 21:48
I use mono 1.2.2, mod_mono 1.2.1, xsp 1.2.1. Thanks again for your time.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.