Jump to content

SiB

Members
  • Posts

    8
  • Joined

  • Last visited

SiB's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hello Everyone, I'm beginner in PrestaShop. My problem is that a thumbnails does not generate!. I have PrestaShop 1.3.1.1 (polish edition) on my own linux server. Apache2 + PHP5 with php-gd + MySql. http://www.tomo-make-up.pl/info.php What I can do to correct this?
  2. Hello All, Please look on attachment. I have to case: 1) How remove the image selected on green rectangle? It's a http://tomo-make-up.pl/modules/editorial/homepage_logo.jpg'>http://tomo-make-up.pl/modules/editorial/homepage_logo.jpg 2) Image of product are not display!. Red rectangle. I haven't idea why. Info: Shop: http://tomo-make-up.pl/ My own server with Apache2, PHP5 and PrestaShop 1.3.1.1 (Poland Edition). When I check files by /img/p then my browser can show it. Thanks for any help.
  3. Hello, I have my own web server on Apache2, PHP5, MySQL ... and I click to Friendly URL: YES and my shop is SHOW BLANK PAGE http://www.tomo-make-up.pl/ . Admin page have error 404! http://www.tomo-make-up.pl/admin85 . Diagnostic: http://www.tomo-make-up.pl/info.php Apache mod_rewrite is loaded! ls -al .htaccess -rw-rw-rw- 1 http http ... .htaccess cat .htaccess # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums # Enable or Disable is not change anything... #Options + FollowSymLinks # URL rewriting module activation RewriteEngine on # URL rewriting rules RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/p/$1-$2$3.jpg [L,E] RewriteRule ^([0-9]+)\-([0-9]+)/([_a-zA-Z0-9-]*)\.jpg$ /img/p/$1-$2.jpg [L,E] RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/c/$1$2.jpg [L,E] RewriteRule ^lang-([a-z]{2})/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$3&isolang;=$1$5 [L,E] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2&isolang;=$1$4 [L,E] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$2&isolang;=$1 [QSA,L,E] RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2$4 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$1$3 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$1 [QSA,L,E] RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /cms.php?id_cms=$1 [QSA,L,E] RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ /supplier.php?id_supplier=$1$3 [QSA,L,E] RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ /manufacturer.php?id_manufacturer=$1$3 [QSA,L,E] RewriteRule ^lang-([a-z]{2})/(.*)$ /$2?isolang=$1 [QSA,L,E] # Catch 404 errors ErrorDocument 404 /404.php VHost: cat tomo-make-up.pl.conf # This is example config file for virtual host "example.net" # Redirect only vhost. Use permanent url for same resource. # # ServerAlias tomo-make-up.pl # RedirectPermanent / http://tomo-make-up.pl # ServerName tomo-make-up.pl ServerAdmin [email protected] DocumentRoot /home/services/httpd/vhosts/tomo-make-up.pl ErrorLog logs/tomo-make-up.pl-error_log TransferLog logs/tomo-make-up.pl-access_log AllowOverride All # Options None # Order allow,deny Allow from all # VHost ErrorLog: [sun Jan 30 03:09:23 2011] [alert] [client 192.168.0.252] /home/services/httpd/vhosts/tomo-make-up.pl/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration reboot serwer or any services is not change anything. I simple click to generate .htaccess and select YES for Friendly URL. Accept it. What I may check to correct this or Disable Friendly URL. I must start my shop ASAP. Thanks for any help. EDIT: phpMyAdmin > tomo-make-up-pl > ps_configuration id_configuration: 4, name: PS_REWRITING_SETTINGS, value: 0 This means that Friendly URL are disabled !. EDIT2: My vhosts are located in /home/services/httpd/vhosts/tomo-make-up.pl but I found this error_log: [sun Jan 30 08:48:58 2011] [error] [client 192.168.0.252] File does not exist: /home/services/httpd/html/admin85 LOL!!, Admin-Shop page is trying open in my non-vhost dir!, I found solution on this on my apache.conf file. Before: NameVirtualHost *:80 Now: NameVirtualHost *
  4. I will be try solved it. When I do it then upgrade post to Solved and sent u PM. I install it on polish linux know as PLD. By
  5. Hello, I can see at last point of step 2 of installation process RED text: GZIP compression is on (recommended) I install PrestaShop on my own Apache2 system with correct module: apache-mod_deflate-2.2.17-3.i686. I have in PHPINFO this information: Loaded Modules core prefork http_core mod_so mod_alias mod_auth_basic mod_authn_file mod_authz_groupfile mod_authz_user mod_env mod_expires mod_headers mod_include mod_negotiation mod_setenvif mod_speling mod_version mod_authz_host mod_log_config mod_mime mod_mime_magic mod_userdir mod_deflate mod_dir mod_php5 Apache Environment \ HTTP_ACCEPT_ENCODING gzip,deflate HTTP Headers Information \ Accept-Encoding gzip,deflate PHP Variables \ _SERVER["HTTP_ACCEPT_ENCODING"] gzip,deflate My config /: # $Id: apache-mod_deflate.conf,v 1.10 2009/05/26 15:14:24 psz Exp $ LoadModule deflate_module modules/mod_deflate.so # Safe but working settings - compress only that types: AddOutputFilterByType DEFLATE application/javascript application/x-javascript AddOutputFilterByType DEFLATE application/x-httpd-php AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml # Compress all and exclude only few things - may cause some problems: #SetOutputFilter DEFLATE # Netscape 4.x has some problems... BrowserMatch ^Mozilla/4 gzip-only-text/html # Netscape 4.06-4.08 have some more problems BrowserMatch ^Mozilla/4\.0[678] no-gzip # MSIE masquerades as Netscape, but it is fine BrowserMatch \bMSIE !no-gzip !gzip-only-text/html SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar|iso)$ no-gzip dont-vary # Make sure proxies don't deliver the wrong content Header append Vary User-Agent env=!dont-vary I try replace mid part to this (no effect): # Compress all and exclude only few things - may cause some problems: SetOutputFilter DEFLATE and to this (no effect, too): # Compress all and exclude only few things - may cause some problems: SetOutputFilter DEFLATE Can you have any idea? Thanks for any help. SiB
  6. I check VirtualHost ErrorLog file and I can see a lot of the same error, it's: ... [$date] [error] [client $myIP] PHP Fatal error: Call to undefined function simplexml_load_file() in /.../domain.com/install/classes/LanguagesManager.php on line 21 ... phpinfo haven't entry for this, I found it's included to libxml, in phpinfo I have this: libXML support active libXML Compiled Version 2.7.7 libXML Loaded Version 20707 libXML streams enabled and Apache Version Apache/2.2.17 (Unix) php-common-5.3.5-2.i686 and Loaded Modules core prefork http_core mod_so mod_alias mod_auth_basic mod_authn_file mod_authz_groupfile mod_authz_user mod_env mod_include mod_negotiation mod_setenvif mod_speling mod_version mod_authz_host mod_log_config mod_mime mod_mime_magic mod_userdir mod_dir mod_php5 Can you have any idea? Google not help me.
  7. Hello, I am newbie in PrestaShop. I try install PrestaShop on my apache2 + php5. I put files into /...vhost_dir/domain.com/ and I try open this. I open http://domain.com and redirect to subdir install works but I see a BLANK page http://domain.com/install/ without any error even if I do this: http://domain.com/config/config.inc.php: @ini_set('display_errors', 'on'); I try this on non-vhost dir, main www folder and situation is the same. What I can do more or check? Thanks for any help! SOLVED: I install package: php-simplexml-5.3.5-2.i686 Now I can see correct my domain.com/install page .
×
×
  • Create New...