Jump to content

MySQL Error Occurred


Guest meandre

Recommended Posts

Guest meandre

I installed 4.2.3 server 1and1

with a

php.ini

extension_dir =. /

zend_extension = /usr/lib/php/extensions/no-debug-non-zts-20060613/../../../../../homepages/xxx/xxxxxx/htdocs/zxxxxxxt/ioncube/ioncube_loader_lin_5.2.so

At the root of the site

.htaccess

## Activate the mod_rewrite Engine

RewriteEngine On

RewriteBase /

AddType x-mapp-php5 .php

+ .htaccess in the root of the site

## Activate the mod_rewrite Engine

RewriteEngine On

RewriteBase /zxxxxxxxxrt

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=viewCat&catId=$1&%1 [NC]

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=viewProd&productId=$1&%1 [NC]

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=viewDoc&docId=$1&%1 [NC]

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=tellafriend&productId=$1&%1 [NC]

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=viewCat&catId=saleItems&%1 [NC,L]

the site works well if

my if I my problem is I RewriteEngine

an error on the front page

MySQL Error Occurred

Error Message:

1054: Unknown column 'seo_custom_url' in 'field list'

SQL:

SELECT cat_name, cat_id, cat_father_id, seo_custom_url FROM CubeCart_category WHERE cat_id=1

How do I activate my RewriteEngine ? merci

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...