Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 06/08/2009, à 17:24

zyphon

Dolibarr

Salut,

J'essaye  d'installer DOLIBARR, mais la je bloque, je lance la commande

taupe@ubuntu:/etc/apache2$  sudo ln -s /etc/apache2/sites-available/dolibarr /etc/apache2/sites-enabled/dolibarr
ln: création d'un lien symbolique `/etc/apache2/sites-enabled/dolibarr': Le fichier existe

Quand je regarde sur dans les deux repertoires le fichier dolibarr existe
taupe@ubuntu:/etc/apache2/sites-available$ ls -lrt
total 16
-rw-r--r-- 1 root root 7366 2009-07-10 20:39 default-ssl
-rw-r--r-- 1 root root  950 2009-07-10 20:39 default
-rw-r--r-- 1 root root  665 2009-08-06 09:51 dolibarr



taupe@ubuntu:/etc/apache2/sites-enabled$ ls -lrt
total 0
lrwxrwxrwx 1 root root 26 2009-08-05 17:31 000-default -> ../sites-available/default
lrwxrwxrwx 1 root root 37 2009-08-05 18:10 dolibarr -> /etc/apache2/sites-available/dolibarr


Server version: Apache/2.2.9 (Ubuntu)

Merci.

Hors ligne

#2 Le 06/08/2009, à 17:34

Qid

Re : Dolibarr

et donc le souci est ou ?
en tous cas toi tu connais pas
a2ensite&co de toutes évidence ...
c'est domage parce que c'est netement plus simple
mais bon ses dernier temp effectivement il y en a beaucoups
qui cherche à faire compliquer alors bon c'etais ptetre voulu


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#3 Le 06/08/2009, à 18:05

zyphon

Re : Dolibarr

Non et pourtant j'ai suivi les instruction sur http://doc.ubuntu-fr.org/dolibarr, mais apache n'a plus voulu se relancer,bon j'ai quand même réussi a régler le probleme mais la je n'arrive pas a lancer Dolibarr.


taupe@ubuntu:/etc/apache2/sites-enabled$ more dolibarr

<VirtualHost *:448>
  ServerName dolibarr.test.com
  ServerAdmin dolibarr@test.com
  DocumentRoot /usr/share/dolibarr-2.5.0/htdocs
  ErrorLog  /usr/share/dolibarr-2.5.0/logs/error.log
  CustomLog /usr/share/dolibarr-2.5.0/logs/access.log combined

  ErrorDocument 401 /public/error-401.html

  php_flag register_globals on
  AddDefaultCharset ISO-8859-9

  <Location />
    Options Indexes FollowSymLinks
    AllowOverride All
    Order deny,allow
    Allow from all
  </Location>

  <Location /public/>
    SetEnv REMOTE_USER anonymous
    Options Indexes FollowSymLinks
    AllowOverride All
    Order deny,allow
    Allow from all
  </Location>

Hors ligne

#4 Le 06/08/2009, à 18:07

zyphon

Re : Dolibarr

Au fait ca fait juste 2 jours que je me suis mis a Ubuntu donc c'est tout nouveau

Hors ligne

#5 Le 06/08/2009, à 19:36

mika

Re : Dolibarr

Il  te dis quoi ton apache quand tu le relances ?

Sinon, lis ça, c'est une très bonne introduction à virtualhost. C'est pas non plus évident quand on y & jamais touché...
Bon courage (autrement la méthode du lien symbolique va très bien aussi).

Dernière modification par mika (Le 06/08/2009, à 19:36)


Pinard m'a tueR (in vino veritas ?)
Cherche logiciel pour tagger ses vinyles.

Hors ligne

#6 Le 07/08/2009, à 10:40

zyphon

Re : Dolibarr

Merci,
J'ai apache qui a bien demarrer, le test avec le phpinfo a bien fonctionner, mais j'ai dans la même fenetre le fichier phpinfo et le repertoire DOLIBARR, puis je cic sur dolibarr et je vois

Name    Last modified    Size    Description
[DIR]    Parent Directory         -
Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.1 with Suhosin-Patch Server at 127.0.1.1 Port 80

Quand je clic sur Parent, je reviens a la page precedente.
Je ne sais pas si je dois associer une autre adesse IP alors que j'utilise la mienne .

Hors ligne

#7 Le 07/08/2009, à 10:46

mika

Re : Dolibarr

Je suis un peu perdu là... Si ton virtualhots foncionne et que ton apache demarre (ServerName) tu dois simplement mettre l'adresse que tu lui a donné dans le virtual host.
Si tu fais ça, qu'est ce que ça fait ?


Pinard m'a tueR (in vino veritas ?)
Cherche logiciel pour tagger ses vinyles.

Hors ligne

#8 Le 07/08/2009, à 18:11

zyphon

Re : Dolibarr

Apres de longue recherche et de patience apche fonctionne bien je pense, mais maintenant le probleme c'est pour demarrer DOLIBARR.  quand je tape l'adresse dolibarr.test.com  un page s'affiche bien avec un repertoire dolibarr et puis quand je clic dessus rien.
Je suis perdu avec ce logiciel et pourquoi les info php apparaissent toujours quand je suis sur
dolibarr.test.com


taupe@ubuntu:/etc/apache2/sites-available$ more dolibarr
#NameVirtualHost 82.223.186.209:448

<VirtualHost 82.223.186.209:448>
  ServerName dolibarr.test.com
  ServerAdmin dolibarr@test.com
  DocumentRoot /usr/share/dolibarr-2.5.0/htdocs
  ErrorLog  /usr/share/dolibarr-2.5.0/logs/error.log
  CustomLog /usr/share/dolibarr-2.5.0/logs/access.log combined

  ErrorDocument 401 /public/error-401.html

  php_flag register_globals on
  AddDefaultCharset ISO-8859-9

  <Location />
    Options Indexes FollowSymLinks
#    AllowOverride All
    Order deny,allow
    Allow from all
  </Location>

  <Location /public/>
    SetEnv REMOTE_USER anonymous
    Options Indexes FollowSymLinks
#    AllowOverride All
    Order deny,allow
    Allow from all
  </Location>

</VirtualHost>


taupe@ubuntu:/etc/apache2$ more apache2.conf
#
# Based upon the NCSA server configuration files originally by Rob McCool.
#
# This is the main Apache server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See http://httpd.apache.org/docs/2.2/ for detailed information about
# the directives.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned. 
#
# The configuration directives are grouped into three basic sections:
#  1. Directives that control the operation of the Apache server process as a
#     whole (the 'global environment').
#  2. Directives that define the parameters of the 'main' or 'default' server,
#     which responds to requests that aren't handled by a virtual host.
#     These directives also provide default values for the settings
#     of all virtual hosts.
#  3. Settings for virtual hosts, which allow Web requests to be sent to
#     different IP addresses or hostnames and have them handled by the
#     same Apache server process.
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so "/var/log/apache2/foo.log
"
# with ServerRoot set to "" will be interpreted by the
# server as "//var/log/apache2/foo.log".
#

### Section 1: Global Environment
#
# The directives in this section affect the overall operation of Apache,
# such as the number of concurrent requests it can handle or where it
# can find its configuration files.
#

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# NOTE!  If you intend to place this on an NFS (or otherwise network)
# mounted filesystem then please read the LockFile documentation (available
# at <URL:http://httpd.apache.org/docs-2.1/mod/mpm_common.html#lockfile>);
# you will save yourself a lot of trouble.
#
# Do NOT add a slash at the end of the directory path.
#
ServerRoot "/etc/apache2"

#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
#
#<IfModule !mpm_winnt.c>
#<IfModule !mpm_netware.c>
LockFile /var/lock/apache2/accept.lock
#</IfModule>
#</IfModule>

#
# PidFile: The file in which the server should record its process
# identification number when it starts.
# This needs to be set in /etc/apache2/envvars
#
PidFile ${APACHE_PID_FILE}

#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On

#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 100

#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 15

##
## Server-Pool Size Regulation (MPM specific)
##

# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_prefork_module>
    StartServers          5
    MinSpareServers       5
    MaxSpareServers      10
    MaxClients          150
    MaxRequestsPerChild   0
</IfModule>

# worker MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client connections
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_worker_module>
    StartServers          2
    MaxClients          150
    MinSpareThreads      25
    MaxSpareThreads      75
    ThreadsPerChild      25
    MaxRequestsPerChild   0
</IfModule>

# These need to be set in /etc/apache2/envvars
User www-data
Group www-data

#
# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives.  See also the AllowOverride
# directive.
#

AccessFileName .htaccess

#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
</Files>

#
# DefaultType is the default MIME type the server will use for a document
# if it cannot otherwise determine one, such as from filename extensions.
# If your server contains mostly text or HTML documents, "text/plain" is
# a good value.  If most of your content is binary, such as applications
# or images, you may want to use "application/octet-stream" instead to
# keep browsers from trying to display binary files as though they are
# text.
#
DefaultType text/plain
AddType application/x-httpd-php .php\\
AddType application/x-httpd-php-source .phps

#
# HostnameLookups: Log the names of clients or just their IP addresses
# e.g., www.apache.org (on) or 204.62.129.132 (off).
# The default is off because it'd be overall better for the net if people
# had to knowingly turn this feature on, since enabling it means that
# each client request will result in AT LEAST one lookup request to the
# nameserver.
#
HostnameLookups Off

# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here.  If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog /var/log/apache2/error.log

#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel warn

# Include module configuration:
Include /etc/apache2/mods-enabled/*.load
Include /etc/apache2/mods-enabled/*.conf

# Include all the user configurations:
Include /etc/apache2/httpd.conf

# Include ports listing
Include /etc/apache2/ports.conf

#
# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
# If you are behind a reverse proxy, you might want to change %h into %{X-Forwar
ded-For}i
#
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" v
host_combined
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combine
d
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

#
# Define an access log for VirtualHosts that don't define their own logfile
CustomLog /var/log/apache2/other_vhosts_access.log vhost_combined

#
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
#
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#

#
# Putting this all together, we can internationalize error responses.
#
# We use Alias to redirect any /error/HTTP_<error>.html.var response to
# our collection of by-error message multi-language collections.  We use
# includes to substitute the appropriate text.
#
# You can modify the messages' appearance without changing any of the
# default HTTP_<error>.html.var files by adding the line:
#
#   Alias /error/include/ "/your/include/path/"
#
# which allows you to create your own set of files by starting with the
# /usr/share/apache2/error/include/ files and copying them to /your/include/path
/,
# even on a per-VirtualHost basis.  The default include files will display
# your Apache version number and your ServerAdmin email address regardless
# of the setting of ServerSignature.
#
# The internationalized error documents require mod_alias, mod_include
# and mod_negotiation.  To activate them, uncomment the following 30 lines.

#    Alias /error/ "/usr/share/apache2/error/"
#
#    <Directory "/usr/share/apache2/error">
#        AllowOverride None
#        Options IncludesNoExec
#        AddOutputFilter Includes html
#        AddHandler type-map var
#        Order allow,deny
#        Allow from all
#        LanguagePriority en cs de es fr it nl sv pt-br ro
#        ForceLanguagePriority Prefer Fallback
#    </Directory>
#
#    ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
#    ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
#    ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
#    ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
#    ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
#    ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var
#    ErrorDocument 410 /error/HTTP_GONE.html.var
#    ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var
#    ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
#    ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
#    ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
#    ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
#    ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
#    ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
#    ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
#    ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
#    ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var



# Include of directories ignores editors' and dpkg's backup files,
# see README.Debian for details.

# Include generic snippets of statements
Include /etc/apache2/conf.d/

# Include the virtual host configurations:
Include /etc/apache2/sites-enabled/


#NameVirtualHost 82.223.186.209:448
taupe@ubuntu:/etc/apache2$

Hors ligne

#9 Le 08/08/2009, à 07:03

mika

Re : Dolibarr

Si les infos php apparaissent c'est qu'il y a un <?php phpinfo() ?> quelque part.

Pour le reste, normalement si tu pointes bien sur le répertoire htdocs de dolibarr, tu dois arrivé directement sur l'appli, et pas dans un répertoire.

PS. As tu regardé si tu n'avais pas de problème de droits sur tes répertoires (même si je doute que ça vienne de là) ?


Pinard m'a tueR (in vino veritas ?)
Cherche logiciel pour tagger ses vinyles.

Hors ligne

#10 Le 08/08/2009, à 08:56

zyphon

Re : Dolibarr

Ok, alors j'ai un peu changer ma config. et je viens de decouvrir qu'il fallait parametrer le fichier conf.php, ca c'est fait.
j'ai deplacer tout le repertoire /usr/share$/dolibarr-2.5.0 vers /var/www/dolibarr-2.5.0 et rechanger la configuration du virtualhost et relancé apache
Maintenant quand je tape l'url http://127.0.0.1/dolibarr-2.5.0 j'ai bien le repertoire et toute l'arborescence et c'est tout,  mais comment avoir l'interface graphique, je suis perdu.
Et pourquoi je suis obligé de mettre mon repertoire dolibarr dans /VAR/WWW


Configuration du fichier CONF.PHP

<?php
#
# Dolibarr example for conf.php file
#
# Do not edit this file without changing its name.
# This file is used by Dolibarr setup process to create true Dolibarr
# config file called "conf.php".
#
# $Id: conf.php.example,v 1.13 2008/01/08 18:35:13 eldy Exp $


# dolibarr_main_url_root
# This parameter defines the root URL of your Dolibarr index.php page.
# It must link to the directory htdocs.
# Examples:
# $dolibarr_main_url_root="http://localhost";
# $dolibarr_main_url_root="http://mydolibarrvirtualhost";
# $dolibarr_main_url_root="http://myserver/dolibarr/htdocs";
#
$dolibarr_main_url_root="http=://dolibarr.test.com/dolibarr-2.5.0/htdocs";


# dolibarr_main_document_root
# This parameter contains absolute file system directory of Dolibarr
# htdocs directory
# Examples:
# $dolibarr_main_document_root="/var/www/dolibarr/htdocs";
# $dolibarr_main_document_root="C:/My web sites/dolibarr/htdocs";
#
$dolibarr_main_document_root="/usr/share/dolibarr-2.5.0/htdocs";


# dolibarr_main_data_root
# This parameter contains absolute file system directory of Dolibarr
# directory used to store uploaded and generated physical files.
# Examples:
# $dolibarr_main_document_root="/var/www/dolibarr/documents";
# $dolibarr_main_document_root="E:/My web sites/dolibarr/documents";
#
$dolibarr_main_data_root="/usr/share/dolibarr-2.5.0/htdocs/conf/documents";


# dolibarr_main_db_host
# This parameter contains host name or ip address of Dolibarr database
# server.
# Examples:
# $dolibarr_main_db_host="localhost";
# $dolibarr_main_db_host="127.0.0.1";
# $dolibarr_main_db_host="192.168.0.10";
# $dolibarr_main_db_host="mysql.myserver.com";
#
$dolibarr_main_db_host="127.0.0.1";


# dolibarr_main_db_port
# This parameter contains the port of the Dolibarr database.
# Default value: none
# Examples:
# $dolibarr_main_db_host="3306;
#
$dolibarr_main_db_port="80";


# dolibarr_main_db_name
# This parameter contains name of Dolibarr database.
# Examples:
# $dolibarr_main_db_name="dolibarr";
# $dolibarr_main_db_name="mydatabase";
#
$dolibarr_main_db_name="dolibarr";


# dolibarr_main_db_user
# This parameter contains user name used to read and write into
# Dolibarr database.
# Examples:
# $dolibarr_main_db_user="admin";
# $dolibarr_main_db_user="dolibarruser";
#
$dolibarr_main_db_user="dolibarr_db";


# dolibarr_main_db_pass
# This parameter contains password used to read and write into
# Dolibarr database.
# Examples:
# $dolibarr_main_db_pass="myadminpass";
# $dolibarr_main_db_pass="myuserpassword";
#
$dolibarr_main_db_pass="";


# dolibarr_main_db_type
# This parameter contains the name of the driver used to access your
# Dolibarr database.
# Default value: none
# Possible values: mysql, mysqli, pgsql
# Examples:
# $dolibarr_main_db_type="mysql;
# $dolibarr_main_db_type="mysqli";
# $dolibarr_main_db_type="pgsql";
#
$dolibarr_main_db_type="mysql";


# dolibarr_main_db_character_set
# Database character set used to store data (forced during database creation).
# Default value: depends on database driver
# Examples:
# dolibarr_main_db_character_set="latin1";
#
$dolibarr_main_db_character_set="latin1";


# dolibarr_main_db_collation
# Database character set used to sort data (forced during database creation).
# Default value: depends on database driver
# Examples:
# dolibarr_main_db_collation="latin1_swedish_ci";
#
$dolibarr_main_db_collation="latin1_swedish_ci";


# character_set_client
# Page code for HTML outputs.
# Default value: UTF-8
# Possible values: UTF-8, ISO-8859-1
#
$character_set_client="UTF-8";


# dolibarr_main_authentication
# This parameter contains the way authentication is done.
# If value "ldap" is used, you must also set parameters dolibarr_main_auth_ldap_
*
# Default value: dolibarr
# Possible values: Any values found in files in htdocs/includes/login directory
after
# the "function_" string and before the ".php" string.
# Examples:
# $dolibarr_main_authentication="http";
# $dolibarr_main_authentication="dolibarr";
# $dolibarr_main_authentication="ldap";
#
$dolibarr_main_authentication="dolibarr";


# Parameters used to setup LDAP authentication.
# Uncomment them if dolibarr_main_authentication = "ldap"
#
# $dolibarr_main_auth_ldap_host="127.0.0.1";
# $dolibarr_main_auth_ldap_port="389";
# $dolibarr_main_auth_ldap_version="3";
# $dolibarr_main_auth_ldap_servertype="openldap";               
    # openldap, activedirectory or egroupware
#
# Following parameters should not be used in LDAP connection (deprecated ?):
# $dolibarr_main_auth_ldap_login_attribute="loginfield";    # uid or samacco
untname for active directory
# $dolibarr_main_auth_ldap_dn="";                       
    # Ex: ou=users,dc=my-domain,dc=com
# $dolibarr_main_auth_ldap_admin_login="";                   
# Required only if anonymous bind disabled
# $dolibarr_main_auth_ldap_admin_pass="";                   
# Required only if anonymous bind disabled
#
# $dolibarr_main_auth_ldap_debug="false";


# Parameters not used yet
# dolibarr_smarty_libs_dir,dolibarr_smarty_compile,dolibarr_smarty_cache
# Examples:
# $dolibarr_smarty_libs_dir="/var/www/dolibarr/external-libs/smarty/libs/";
# $dolibarr_smarty_compile="/var/www/dolibarr/documents/temp/smarty_templates";
# $dolibarr_smarty_cache="/var/www/dolibarr/documents/temp/smarty_cache";
#
$dolibarr_smarty_libs_dir="";
$dolibarr_smarty_compile="";
$dolibarr_smarty_cache="";

?>


la configuration du virtualhost

<VirtualHost *:80>
  ServerName dolibarr.test.com
  ServerAdmin dolibarr@test.com
  DirectoryIndex index.php
  DocumentRoot /var/www/dolibarr-2.5.0/htdocs
  ErrorLog  /usr/share/dolibarr-2.5.0/logs/error.log
  CustomLog /usr/share/dolibarr-2.5.0/logs/access.log combined

  ErrorDocument 401 /public/error-401.html

  php_flag register_globals on
  AddDefaultCharset ISO-8859-9

  <Location />
    Options Indexes FollowSymLinks
#    AllowOverride All
    Order deny,allow
    Allow from all
  </Location>

  <Location /public/>
    SetEnv REMOTE_USER anonymous
    Options Indexes FollowSymLinks
#    AllowOverride All
    Order deny,allow
    Allow from all
  </Location>

</VirtualHost>

Hors ligne

#11 Le 08/08/2009, à 09:23

zyphon

Re : Dolibarr

Encore autre chose peut-être il est la mon probleme sur la page web j'ai cilc sur htdocs et la j'ai un beau message.
Dolibarr has detected a technical error.
This is information that can help to diagnose:

Dolibarr: 2.5
Date: 20090808101900
Server: Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.1 with Suhosin-Patch
Requested Url: /dolibarr-2.5.0/htdocs/
Referer: http://dolibarr.test.com/dolibarr-2.5.0/

Database type manager: mysql
Request for last database access in error: No request in error
Return code for last database access in error: No request in error
Information for last database access in error: No request in error
Message: host=127.0.0.1, port=80, user=dolibarr_db, databasename=dolibarr, Can't connect to MySQL server on '127.0.0.1' (4)


J'ai merdé ou?

Hors ligne

#12 Le 08/08/2009, à 10:51

Qid

Re : Dolibarr

un probleme de liaison entre mysql et dolibarr semble t'il ...
il y a pas un truc qui parlerait des droit a avoir ?


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#13 Le 08/08/2009, à 11:16

mika

Re : Dolibarr

mysql tourne peut être tout simplement pas !


Pinard m'a tueR (in vino veritas ?)
Cherche logiciel pour tagger ses vinyles.

Hors ligne

#14 Le 08/08/2009, à 11:23

Qid

Re : Dolibarr

mika a écrit :

mysql tourne peut être tout simplement pas !

lol ... ah bah wai bah la c'est sur que dans ce cas ...
et donc hormis me dire ça t'es allé vérifier ?
un truc genre "ps aux | grep mysql" ptetre ?


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#15 Le 08/08/2009, à 11:25

mika

Re : Dolibarr

Attend moi je fais une tentative de réponse  à ta question smile Moi mon mysql et mon dolibarr fonctionne aux ptits oignons, je me faisait juste la reflexion...


Pinard m'a tueR (in vino veritas ?)
Cherche logiciel pour tagger ses vinyles.

Hors ligne

#16 Le 08/08/2009, à 11:30

Qid

Re : Dolibarr

mika a écrit :

Attend moi je fais une tentative de réponse  à ta question smile Moi mon mysql et mon dolibarr fonctionne aux ptits oignons

bah si ça fonctionnait correctement tu serais pas la wink


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#17 Le 08/08/2009, à 11:44

mika

Re : Dolibarr

Hummm, t'as pas bien suivi le tread toi smile


Pinard m'a tueR (in vino veritas ?)
Cherche logiciel pour tagger ses vinyles.

Hors ligne

#18 Le 08/08/2009, à 11:48

Qid

Re : Dolibarr

mika a écrit :

Hummm, t'as pas bien suivi le tread toi smile

possible oui ... d'autant plus que comme tu sais apparament
pas utiliser les balises <code> ou <quote>
ça en devient pas facil de te lire ...


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#19 Le 08/08/2009, à 11:50

mika

Re : Dolibarr

Et pourquoi je devrais quoter quand y en a pas besoin ? Mais bon le sujet est pas là,  c'est surtout pour ce  pauvre zyphon qui a du mal à faire tourner son dolibarr et non pas mes capacités à utiliser les balises bbcode...

Dernière modification par mika (Le 08/08/2009, à 11:52)


Pinard m'a tueR (in vino veritas ?)
Cherche logiciel pour tagger ses vinyles.

Hors ligne

#20 Le 08/08/2009, à 12:04

Qid

Re : Dolibarr

mika a écrit :

Et pourquoi je devrais quoter quand y en a pas besoin ?

oups ... sur ce coups c'est pas toi qui était visé mais lui ...
j'ai pas fait gaffe à qui etait mon interlocuteur ...


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne