MODx Community Forums
The MODx Blog
Donations
Feedburner Feeds
Documentation
Bugs & Requests
The Wiki
download MODx
plugins, modules, snippets
online demo
Jul 05, 2009, 01:36 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search via SMF
or Google:
modx forums
all of modxcms.com
web
MODxCMS.com
Forums
Help
Login
Register
News
:Donate to MODx:
Donations
MODx Community Forums
»
Support
»
General Support
»
0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix is al
Pages: [
1
]
2
Go Down
« Previous topic
Next topic »
Print
Author
Topic: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix is al (Read 6406 times)
0 Members and 1 Guest are viewing this topic.
Jonas
New Member
Posts: 2
0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix is al
«
on:
Jun 04, 2007, 12:37 PM »
Checking PHP version: OK!
Checking if sessions are properly configured: OK!
Checking if assets/cache directory exists: OK!
Checking if assets/cache directory is writable: OK!
Checking if assets/cache/siteCache.idx.php file is writable: OK!
Checking if assets/cache/sitePublishing.idx.php file is writable: OK!
Checking if assets/images directory exists: OK!
Checking if assets/images directory is writable: OK!
Checking if assets/export directory exists: OK!
Checking if assets/export directory is writable: OK!
Checking if manager/includes/config.inc.php exists and is writable: OK!
Creating connection to the database: OK!
Checking table prefix `modx_`: Failed! - Table prefix is already in use in this database!
It's a fresh install on mt ss hosting.
Tried 0.9.5 a while ago and worked. Wanted to start clean but keep getting that message. The db is clean. No tables or data whatsoever.
Does somebody knows how to solve this?
thanks...
Logged
OpenGeek
MODx Co-Founder
Foundation
Posts: 5,813
damn accurate caricatures...
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix i
«
Reply #1 on:
Jun 04, 2007, 12:54 PM »
Probably not without more information about what steps you took and what your environment is... especially with regards to PHP and MySQL versions and configuration
Logged
Jason Coward
MODx Co-Founder
xPDO Founder
CTO @
Collabpad
work
productively.
work
intelligently.
work
together
.
MODx
Development
|
SVN
|
Fisheye
xPDO
Development
|
SVN
|
Fisheye
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
Frank Zappa
ublix
Jr. Member
Posts: 24
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix i
«
Reply #2 on:
Jun 12, 2007, 06:38 AM »
Hello,
I have the same problem as above. The environment is:
PHP 4.4.1
mySQL 3.23.58
The reason could be, that the server doesn't have mySQL 4.1.x or higher.
I update the server and post the result in this thread ...
Logged
ublix
Jr. Member
Posts: 24
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix i
«
Reply #3 on:
Jun 12, 2007, 08:55 AM »
@Jonas
ok, I've found the reason for the error: In the file "install/action.summary.php" is a bug:
Line 152
if (@ $rs == mysql_query("SELECT COUNT(*) FROM $dbase.`" . $table_prefix . "site_content`")) {
should be
if (@ $rs = mysql_query("SELECT COUNT(*) FROM $dbase.`" . $table_prefix . "site_content`")) {
PS: The CMS runs with mySQL 3.23.58, too.
Logged
OpenGeek
MODx Co-Founder
Foundation
Posts: 5,813
damn accurate caricatures...
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix i
«
Reply #4 on:
Jun 12, 2007, 09:33 AM »
Nice catch ublix -- this is being committed for 0.9.6.1 release...
http://modxcms.com/bugs/task/894
Logged
Jason Coward
MODx Co-Founder
xPDO Founder
CTO @
Collabpad
work
productively.
work
intelligently.
work
together
.
MODx
Development
|
SVN
|
Fisheye
xPDO
Development
|
SVN
|
Fisheye
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
Frank Zappa
fruitwerks
Sr. Member
Posts: 340
I have 70 birds, I deal with enough sh.. :)
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix i
«
Reply #5 on:
Aug 14, 2007, 11:39 AM »
I made the changes ... still not working. I'm upgrading because I do not have the Captcha snippet for some reason. So right now I'm in the middle of something and can't get anything done. (yes I have a backup)
PHP 5.2.2-1
Apache 2.0.58-r2
MySQL 5.0.44
Logged
OpenGeek
MODx Co-Founder
Foundation
Posts: 5,813
damn accurate caricatures...
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix i
«
Reply #6 on:
Aug 14, 2007, 11:43 AM »
Quote from: fruitwerks on Aug 14, 2007, 11:39 AM
still not working.
More information required. This post was discussing 0.9.6 new install issues on MySQL 3.23.58, so I don't see anything relevant in this thread that would help diagnose or even provide an intimation of what your issue might be with upgrading on MySQL 5.0.44.
Logged
Jason Coward
MODx Co-Founder
xPDO Founder
CTO @
Collabpad
work
productively.
work
intelligently.
work
together
.
MODx
Development
|
SVN
|
Fisheye
xPDO
Development
|
SVN
|
Fisheye
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
Frank Zappa
fruitwerks
Sr. Member
Posts: 340
I have 70 birds, I deal with enough sh.. :)
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix i
«
Reply #7 on:
Aug 14, 2007, 11:54 AM »
gotcha.. well I am experiencing the same exact issue.
trying to upgrade from
MODx version 0.9.5
Version codename rev 2106
started out with etomite long ago, but never have hit a snag on an upgrade before.
what else do you need to know?
btw - I just need the vericode / capcha snippet.. know where I can find it?
Thanks
Logged
OpenGeek
MODx Co-Founder
Foundation
Posts: 5,813
damn accurate caricatures...
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix i
«
Reply #8 on:
Aug 14, 2007, 12:03 PM »
Still confused. How can you be having the exact same problem, as again, this problem was with new installations, not upgrades. The table_prefix will always already be in use on upgrades, but should never exist on new installs. Are you sure you are running an upgrade and not trying to run a new install with an existing database?
Logged
Jason Coward
MODx Co-Founder
xPDO Founder
CTO @
Collabpad
work
productively.
work
intelligently.
work
together
.
MODx
Development
|
SVN
|
Fisheye
xPDO
Development
|
SVN
|
Fisheye
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
Frank Zappa
fruitwerks
Sr. Member
Posts: 340
I have 70 birds, I deal with enough sh.. :)
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix i
«
Reply #9 on:
Aug 14, 2007, 12:16 PM »
... Tried it again. unzipped the source to an empty dir - worked great.
...copied my goodies back over.
All is good... that was a bit odd.
Thanks!
Logged
xefned
Jr. Member
Posts: 21
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix is al
«
Reply #10 on:
Oct 10, 2007, 06:58 AM »
This is still a problem for me. (Although the original poster found a workaround.)
For a new install, I get the error "Checking table prefix ``: Failed! - Table prefix does not exist in this database!" even though my prefix is null (no characters typed into the prefix field.)
I tried the fix posted above (add = sign to line 152 of action.summary.php.) but I'm still getting the error.
Any other ideas?
Logged
xefned
Jr. Member
Posts: 21
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix is al
«
Reply #11 on:
Oct 10, 2007, 07:25 AM »
it may be significant to mention that my database name has an underscore as dictated by my ISP.
for example: database name: bob_cms
Logged
xefned
Jr. Member
Posts: 21
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix is al
«
Reply #12 on:
Oct 10, 2007, 11:23 AM »
I tried using the
New Installation
option rather than
Advanced Upgrade Install
and it works just fine.
Logged
ralarsen
New Member
Posts: 3
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix i
«
Reply #13 on:
Oct 12, 2007, 10:53 AM »
Quote from: OpenGeek on Jun 12, 2007, 09:33 AM
Nice catch ublix -- this is being committed for 0.9.6.1 release...
http://modxcms.com/bugs/task/894
Did you see the exact same error in line 161?
I have been messing around the this install for a long time now, and finally found this forum.
I corrected the error in line 152... and it still didn't work.
Then I saw that there was one "=" missing as well in line 161... did you see that?
Logged
sanshin
New Member
Posts: 1
Re: 0.9.6 install error: Checking table prefix `modx_`: Failed! - Table prefix i
«
Reply #14 on:
Oct 19, 2007, 07:33 AM »
Thanks for your support so far; i too had the table prefix error. However, since i have fixed the error on given line in the settings file; another error occurred. After clicking the -install- button, a new screen appears displaying various tasks . It stops with the reported creation of the database tables, but mySQL doesn't display any tables present in the given db.
any suggestions?
thanks
Logged
Pages: [
1
]
2
Go Up
Print
« Previous topic
Next topic »
Jump to:
Please select a destination:
-----------------------------
Announcements
-----------------------------
=> Important News
=> Security Notices
-----------------------------
Commercial Support
-----------------------------
=> [CS] About Commercial Support
-----------------------------
Development & Coding
-----------------------------
=> Commercial Inquiries & Bounties
=> Core Code
===> MODx Next
===> xPDO
=> Module, Plugin & Snippet Creation and Modification
=> In Development
=> Templates
-----------------------------
Add-ons, Extensions & Elements
-----------------------------
=> Module, Plugin & Snippet Usage
=> General Repository Items Support
=> Navigation & Tagging/Taxonomy
===> Wayfinder & DropMenu
=> Creating & Repurposing Content
===> Ditto
===> Jot
===> Front-end Document Management
=> Users, Authentication & Personalization
===> WebloginPE
===> WebLogin, WebSignup and WebChangePwd
=> Rich Text Editors & File Browser
===> TinyMCE
===> FCKeditor
===> MCPuck File Browser
=> Forms, Form Processing & Anti-Spam
===> eForm
=> Search
===> AjaxSearch
=> E-business
=> Polls, Calendars, Address Book and Community
=> Third-party integrations
=> Images, Videos & Podcasts
===> MaxiGallery
=> Manager, Parser & the Core
===> Backup & Versioning
===> Doc Finder
===> ManagerManager
===> PHx
=> Templates
-----------------------------
Support
-----------------------------
=> Release Support
===> 0.9.6.3
===> 0.9.6.2
===> 0.9.6.1
===> 0.9.6
===> 0.9.5 and earlier
=> General Support
===> MODx 101
===> E-Commerce, E-Marketing, Analytics & SEO
===> Hosting Experiences
===> IIS / Windows Hosting Issues
=> Documentation, Tips & Tricks
===> Documentation Suggestions & Corrections
-----------------------------
General Discussions
-----------------------------
=> General MODx Discussions
=> Webworker Lounge
=> Wishlist
=> You and Your Sites
=> modxcms.com Discussions and Suggestions
=> Off-topic
-----------------------------
International Support & Translations
-----------------------------
=> Internationalization
=> Bulgarian
===> Поддръжка
=====> Често задавани въпроси
=====> Инсталация
=====> Модули, Плъгини, Снипети и код
=====> Дизайн и Шаблони
===> Документация, Ръководства и Превод
=====> Документация
=====> Ръководства
=====> Превод
===> Общество
=====> Съобщения
=====> Представете се
=====> Представете сайта си
=====> Дискусии извън MODx
=> Chinese
=> Czech
===> Oznámení
=====> Důleitá oznámení/novinky
=====> Bezpečnost
===> Komunita
=====> Oznámení
=====> Představte se, prosím
=====> Ukázky práce
=====> Různé aneb cokoli co se jinam nehodí
===> Podpora
=====> FAQ (často kladené otázky)
=====> Instalace
=====> Moduly, pluginy, "snippets & code" (ablony zdrojových kódů)
=====> Design & ablony
===> Dokumentace, tutoriály (návody) a překlady
=====> Dokumentace
=====> Tutoriály (návody)
=====> Překlady (lokalizace)
=> Dutch
===> Ondersteuning
=====> Veel gestelde vragen
=====> Modules, Plugins, Snippets & Code
=====> Design & Templates
===> Documentatie, Tutorials en Vertalingen
=====> Documentatie
=====> Tutorials
=====> Vertalingen
===> Community
=====> Aankondigingen
=====> Stel jezelf voor
=====> Site Showcase
=====> De stamkroeg
=> Filipino
===> Suporta
=====> Kadalasang tanong
=====> Instalasyon
=====> Moduler, Maidadagdag, Karagdagang mga Code
=====> Desenyo at Templates
===> Dokumentasyon, Mga Turo, Mga Salin
=====> Dokumentasyon
=====> Mga Turo
=====> Mga Salin
===> Kumunidad
=====> Anunsyo
=====> Ipakilala ang sarili
=====> Ang Galing ng pinoy
=====> Tsismisan atbp
=> Finnish
===> Tuki
=====> UKK
=====> Asennus
=====> Moduulit, liitännäiset, koodinpätkät
=====> Ulkoasu/Sivustopohjat
===> Dokumentaatio, oppaat ja käännökset
=====> Dokumentaatio
=====> Käännökset
=====> Oppaat
===> Yhteisö
=====> Tiedotteet
=====> Esittele itsesi
=====> MODx sivustosi
=====> Kahvihuone
=> French
===> Support
=====> FAQ
=====> Installation
=====> Module, plugin, snippets
=====> Design/Templates
===> Documentation, Tutoriels et Traductions
=====> Documentation
=====> Traduction
=====> Tutoriels
===> Communauté
=====> Annonces
=====> Présentez vous
=====> Vos sites
=====> Le Bistrot Français
=> German
===> Support (de)
=====> FAQ (de)
=====> Installation (de)
=====> Module, Plugins, Snippets & Code (de)
=====> Design & Templates (de)
===> Dokumentation, Tutorials und Übersetzung
=====> Dokumentation
=====> Tutorials (de)
=====> Übersetzung
===> Community (de)
=====> Ankündigungen
=====> Stellt Euch vor
=====> Beispielseiten
=====> Off Topic / Verschiedenes
=> Hebrew
===> הכרזה
=====> חדשות חשובות
=====> אבטחה
===> תמיכה
=====> התקנה
=====> תיעוד, מדריכים ותרגומים
=====> עיצוב ותבניות
=====> שאלות נפוצות
===> תיעוד, מדריכים ותרגומים
=====> תיעוד
=====> מדריכים
=====> תרגומים
===> קהילה
=====> הודעות
=====> הצג את עצמך
=====> אתרים לדוגמא
=====> כללי
=> Irish
=> Italian
===> Supporto
=====> FAQ
=====> Installazione
=====> Moduli, Plugin, Snippet e altro codice
=====> Web Design e Template
===> Documentazione, Tutorial e Traduzione
=====> Documentazione
=====> Tutorial
=====> Traduzione
===> Comunitŕ
=====> Annunci
=====> Presentazioni
=====> Siti in vetrina
=====> Chiacchiere in libertŕ
=> Japanese
===> サポート
=====> 良くある質問
=====> インストール
=====> モジュール・プラグイン・スニペット・本体
=====> デザインやテンプレート
===> マニュアル・テュートリアル・翻訳
=====> マニュアル
=====> 事例集、テュートリアル
=====> 日本語化
===> コミュニティ
=====> お知らせ
=====> MODxサイト展示場
=====> 自己紹介
=====> 雑談
=====> 国産リソース
=> Persian - فارسي
===> پشتيباني
=====> راهنما
=====> نصب
=====> ماژول , پلاگین ها , کد ها و جزییات
=====> طراحی و قالب ها
===> مستند سازی , آموزش ها و ترجمه ها
=====> مستند سازی
=====> آموزش ها
=====> ترجمه ها
===> انجمن ها
=====> اخبار
=====> معرفی کردن خود
=====> نمایش دادن سایت ها
=====> بحث های عمومی و سایر موضوعات
=> Polish
===> Wsparcie
=====> FAQ
=====> Instalacja
=====> Moduły, pluginy, snipety i kod
=====> Wygląd i szablony
===> Dokumentacja, tutoriale i tłumaczenie
=====> Dokumentacja
=====> Tutoriale
=====> Tłumaczenie
===> Społeczność
=====> Ogłoszenia
=====> Przedstaw się
=====> Twój serwis WWW
=====> Hyde Park
=> Portuguese
===> Suporte
=====> FAQ - Dúvidas Frequentes
=====> Instalaçăo
=====> Módulos, Plugins, Snippets e Código
=====> Design e Templates
===> Documentaçăo, Guias e Traduçőes
=====> Documentaçăo
=====> Guias
=====> Traduçőes
===> Comunidade
=====> Anúncios
=====> Apresente-se!
=====> Bar da esquina (fora de tópico)
=====> Portfólio de Sites
=> Russian
===> Поддержка
=====> ЧАВО (FAQ)
=====> Установка
=====> Модули, плагины, сниппеты и код
=====> Дизайны и шаблоны
===> Документация, Уроки, Перевод
=====> Документация
=====> Уроки
=====> Перевод
===> Сообщество
=====> Объявления
=====> Представьтесь публике
=====> Галерея сайтов
=====> Диван
=> Scandanavian
===> Support
=====> Frĺgor och svar
=====> Installation
=====> Moduler, plugins, snippets och kod
=====> Design & sidmallar
===> Dokumentation, guider och översättningar
=====> Dokumentation
=====> Guider
=====> Översättningar
===> Webbgemenskap
=====> Meddelanden
=====> Presentera dig själv
=====> Visa upp dina webbsidor
=====> Ordet fritt
=> Slovak
=> Spanish
===> Soporte
=====> FAQ
=====> Instalación
=====> Modulos, Plugins, Snippets & Código
=====> Diseńo y plantillas
===> Documentación, Tutoriales y Traducciones
=====> Documentatción
=====> Tutoriales
=====> Traducciones
===> Comunidad
=====> Anuncios
=====> Presentaciones personales
=====> Muestra de sitios
=====> El Café
=> Swedish
=> TÜRKÇE (Turkish)
===> Destek
=====> SSS
=====> Kurulum
=====> Modüller, Pluginler, Snippetlar & Kodlar
=====> Dizayn & Temalar
===> Belgeleme, Eğitmenler ve Çeviri
=====> Belgeleme
=====> Eğitmenler
=====> Çeviri
===> Topluluk
=====> Duyurular
=====> Kendinizi Tanıtın
=====> Site Vitrini
=====> Konu Dışı