Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ghawk

Archived
  • Posts

    36
  • Joined

  • Last visited

About Ghawk

  • Birthday 06/04/1983

Profile Information

Ghawk's Achievements

  1. HI!!! im having an error when i open my store..... (this is the contribtion i used... http://www.oscommerce.com/community/contributions,2823) this is the error... ------------- ------------ ------------ ------------ ------------- -------------- ----------- ------------ ------------ Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. -------------------------------------------------------------------------------- Apache/2.2.8 (Win32) PHP/5.2.6 Server at localhost Port 80 -------------------- ---------------- ----------------- --------------- ------------- -------------------- --------------- the problem its with the .htaccess i used the first option of the installation step6, my .htaccess its on a directory called "catalog" i change de name in the file... but its not working... any ideas??? the .htaccess have this... (i tried this two options... both with the same error...) this the first option ------------------- ------------- ----------------- ------------------- ---------------- ------------------- ----------------- ------------- Options +FollowSymLinks RewriteEngine On RewriteBase /catalog/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING} ------------------------ ------------------------- ----------------------- ------------------------ -------------------------- --------- the second option ------------- --------------- --------------- ------------------ ----------------- --------------- ---------------------- ------------------ Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} ^options\=(.*)$ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2%1 RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING} ---------------- --------------------------------- -------------------------- --------------------------- -------------- ??? some idea?? ...... and if i dont put that code into the .htaccess it let me enter to the store, but offcourse when i choose a product he cant find it.. because he es using the .html extension.... and the changes of the database haven been made... because that what the .htaccess does..... so that why i think the error most be in there..... ???some ideas???? :blink:
  2. HI!!! i hope ANYONE!! can help me.... im having this error...when i open the store.... (this is the contribtion... http://www.oscommerce.com/community/contributions,2823) ------------- ------------ ------------ ------------ ------------- -------------- ----------- ------------ ------------ Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. -------------------------------------------------------------------------------- Apache/2.2.8 (Win32) PHP/5.2.6 Server at localhost Port 80 -------------------- ---------------- ----------------- --------------- ------------- -------------------- --------------- the problem its with the .htaccess i used the first option of the installation step6 mi .htaccess its on a directory called "catalog" i change de name in the file... but its not working... any ideas??? i hope u can help men... thanksss.... the .htaccess have this... (i tried this two options... both with the same error...) this the first option ------------------- ------------- ----------------- ------------------- ---------------- ------------------- ----------------- ------------- Options +FollowSymLinks RewriteEngine On RewriteBase /catalog/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING} ------------------------ ------------------------- ----------------------- ------------------------ -------------------------- --------- the second ------------- --------------- --------------- ------------------ ----------------- --------------- ---------------------- ------------------ Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} ^options\=(.*)$ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2%1 RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING} ---------------- --------------------------------- -------------------------- --------------------------- ------------------- anyone????? some idea??
  3. :'( :'( HI... IM HAVING THIS ERROR WHEN I ENTER TO THE WEB......ANYONE KNOW SOMETHING???? Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 32751 is not allowed to access owned by uid 0 in /home/elitcom/public_html/includes/functions/sessions.php on line 148 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/elitcom/public_html/includes/functions/sessions.php:148) in /home/elitcom/public_html/includes/functions/sessions.php on line 97 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/elitcom/public_html/includes/functions/sessions.php:148) in /home/elitcom/public_html/includes/functions/sessions.php on line 97
×
×
  • Create New...