AIUTOOOO!


Subject: AIUTOOOO!
STo provando ad installare XS:
uppo tutto, faccio partire install..compilo il form..non metto permessi chmood in quanto uso server windows...confermo l'installazione e ho questo errore:

Si รจ verificato un errore durante l'aggiornamento del database
The used table type doesn't support FULLTEXT indexes

se mi potete aiutare passo passo...sono suna schiappa di queste cose :) grazie!!

Subject: Re: AIUTOOOO!
devi parlare in inglese per avere supporto qua, cmq dato ke hai hosting windows come me hai messo tutto nella cartella public giusto? e la prossima volta cerca di parlare inglese, riceverai molte + risposte ;)

Subject: Re: AIUTOOOO!
open /install/schemas/mysql_schema.sql, find

Code: [Download] [Hide]
  1. KEY `comments_id` (`comments_id`),  
  2. FULLTEXT KEY `comment_bbcode_uid` (`comment_bbcode_uid`) 


replace with

Code: [Download] [Hide]
  1. KEY `comments_id` (`comments_id`) 


find and delete

Code: [Download] [Hide]
  1. ALTER TABLE `phpbb_topics` ADD FULLTEXT (topic_title); 


and then restart the installation


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1598s (PHP: 17% SQL: 83%)
SQL queries: 10 - Debug Off - GZIP Enabled