Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Xanthous

Archived
  • Posts

    29
  • Joined

  • Last visited

About Xanthous

  • Birthday 06/30/1977

Profile Information

Xanthous's Achievements

  1. Ok, I installed the English language and it works....how do I make it work when running another language? I get these errors from the test: Test Results Missing Code in File The Header Tags head code for the product_reviews.php file cannot be found. The Header Tags head code for the product_reviews_info.php file cannot be found. The Header Tags head code for the product_reviews_write.php file cannot be found. The Header Tags head code for the specials.php file cannot be found. Database/File Mismatch Error: The number of file entries in the database (0) do not match the number in the includes/header_tags.php file (6).
  2. Until now, I hadn't seen that option. Now, when going in that part of the admin, it looks as though something is missing, as the descriptions are: HEADING_TITLE_SEO TEXT_PAGE_TAGS TEXT_INFORMATION_PAGES HEADING_TITLE_SEO_PAGENAME TEXT_INFORMATION_DEFAULT Then when clicking on "fill tags" or "test" I get the following: Warning: require(includes/languages/portugues/header_tags_seo.php) [function.require]: failed to open stream: No such file or directory in /home/aurora/public_html/admin/header_tags_fill_tags.php on line 14 Warning: require(includes/languages/portugues/header_tags_seo.php) [function.require]: failed to open stream: No such file or directory in /home/aurora/public_html/admin/header_tags_fill_tags.php on line 14 Fatal error: require() [function.require]: Failed opening required 'includes/languages/portugues/header_tags_seo.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/usr/share/pear') in /home/aurora/public_html/admin/header_tags_fill_tags.php on line 14
  3. Alright, now I'm back with a question directly related to this application. :blush: It looks like it's all working, it's in the admin, I set up as much as I saw was possible. When viewing the source of the main page or a product, it shows: <meta name="Description" content="" /> <meta name="Keywords" content="" /> ....but just like that......blank. Is there something missing to get that to fill in? Aurora Produções is where I'm having this issue. Also, the Title is blank..... :mellow: TIA!!!
  4. found an answer= "php_value register_globals On" ...now let's see if the rest of the install works. :-)
  5. At first I was getting a 500 internal error, somehow solved that. Now I get "register_globals is disabled". Both the tld and the /admin give that error. Here's the content of my .htaccess RewriteEngine on # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # <IfModule mod_php4.c> php_value session.use_trans_sid 0 php_value register_globals 1 </IfModule> Here's the content of my php.ini in the tld: register_globals = ON
  6. I've just installed this module, because of the problem with the normal paypal module not registering the order, if they fail to head back to the shop when done. Now, it seams the details aren't included in the email. As it was before, there was a detailed description: i.e.: Now, all I get is: Is there a way for it to have the details included in the email? Both for the customer as well as for the shop owner? Many thanks.
  7. Thank you Sooo much.
  8. I was trying to do the same thing. Could you let us know how to go about it please? Thank you. ;-)
×
×
  • Create New...