AIUTOOOO! »  Show posts from    to     

Icy Phoenix


Old Support Topics - AIUTOOOO!



giovannino [ Tue 30 Jan, 2007 11:58 ]
Post 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!!


sonoangelo [ Tue 30 Jan, 2007 12:29 ]
Post 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 ;)


z3d0 [ Tue 30 Jan, 2007 14:03 ]
Post subject: Re: AIUTOOOO!
open /install/schemas/mysql_schema.sql, find

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


replace with

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


find and delete

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


and then restart the installation




Powered by Icy Phoenix