Help - Search - Members - Calendar
Full Version: Help To Connect Joomla With Mysql
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
zolotoinkov
Help to connect Joomla with MySQL

My site - http://zolotoinkov.com/ Does not find data base

In a file configuration.php at me it is established:

<?php
$mosConfig_MetaAuthor = '1';
$mosConfig_MetaDesc = 'Joomla Lavra! 12';
$mosConfig_MetaKeys = 'Joomla Lavra! 12';
$mosConfig_MetaTitle = '1';
$mosConfig_absolute_path = '/www/vndv.com/z/o/l/zolotoinkov/htdocs';
$mosConfig_admin_expired = '1';
$mosConfig_allowUserRegistration = '0';
$mosConfig_back_button = '1';
$mosConfig_cachepath = '/www/vndv.com/z/o/l/zolotoinkov/htdocs/cache';
$mosConfig_cachetime = '900';
$mosConfig_caching = '0';
$mosConfig_db = 'zolotoinkov_zolotoinkov';
$mosConfig_dbprefix = 'jos_';
$mosConfig_debug = '0';
$mosConfig_dirperms = '';
$mosConfig_editor = 'tinymce';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_error_message = 'Сайт временно недоступен.<br /> Пожалуйста сообщите об этом системному администратору';
$mosConfig_error_reporting = '-1';
$mosConfig_favicon = 'icon.ico';
$mosConfig_fileperms = '';
$mosConfig_fromname = 'zolotoinkov_zoloto';
$mosConfig_frontend_login = '1';
$mosConfig_frontend_userparams = '1';
$mosConfig_gzip = '0';
$mosConfig_helpurl = '';
$mosConfig_hideAuthor = '1';
$mosConfig_hideCreateDate = '1';
$mosConfig_hideEmail = '1';
$mosConfig_hideModifyDate = '1';
$mosConfig_hidePdf = '1';
$mosConfig_hidePrint = '1';
$mosConfig_hits = '0';
$mosConfig_host = 'localhost';
$mosConfig_icons = '0';
$mosConfig_item_navigation = '1';
$mosConfig_lang = 'russian';
$mosConfig_lifetime = '900';
$mosConfig_link_titles = '0';
$mosConfig_list_limit = '50';
$mosConfig_live_site = 'http://zolotoinkov.com';
$mosConfig_locale = 'ru';
$mosConfig_mailer = 'sendmail';
$mosConfig_mailfrom = 'email@email.com';
$mosConfig_multilingual_support = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_offline = '0';
$mosConfig_offline_message = 'Сайт сейчас закрыт на техническое обслуживание.<br /> Пожалуйста зайдите позже.';
$mosConfig_offset = '-1';
$mosConfig_offset_user = '3';
$mosConfig_pagetitles = '1';
$mosConfig_password = 'my_pass_db';
$mosConfig_readmore = '0';
$mosConfig_secret = 'xxxxxx';
$mosConfig_sef = '0';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_session_life_admin = '1800';
$mosConfig_session_type = '0';
$mosConfig_shownoauth = '0';
$mosConfig_sitename = 'zolotoinkov_zoloto';
$mosConfig_smtpauth = '0';
$mosConfig_smtphost = 'localhost';
$mosConfig_smtppass = '';
$mosConfig_smtpuser = '';
$mosConfig_uniquemail = '0';
$mosConfig_user = 'zolotoinkov_zoloto';
$mosConfig_useractivation = '0';
$mosConfig_vote = '0';
setlocale (LC_TIME, $mosConfig_locale);
?>

I think a problem in line
$mosConfig_host = ' localhost '; -It is not loaded

What Host should be or that I not so I do?

In advance I thank

swordz
The problem is that your database name and username are too long. They can be a maximum of 16 character,including your site name and the _. Try shortening them.

swordz
zolotoinkov
Many thanks to you have helped me

You could not help me with one question.
Why on localhost the site without errors opens and on a hosting there are errors.

1 error) all pictures Joomla are not loaded though on a hosting all are loaded.
2 error) does not understand the module mod_php.php

ОбычныйWarning: fopen () [<function.fopen>]: SAFE MODE Restriction in effect. The script whose uid is 54834 is not allowed to access/tmp/htmlbVI1PJ owned by uid 2001 in/www/vndv.com/z/o/l/zolotoinkov/htdocs/modules/mod_php.php on line 30

Warning: fopen (/tmp/htmlbVI1PJ) [<function.fopen>]: failed to open stream: No such file or directory in/www/vndv.com/z/o/l/zolotoinkov/htdocs/modules/mod_php.php on line 30

Warning: fwrite (): supplied argument is not a valid stream resource in/www/vndv.com/z/o/l/zolotoinkov/htdocs/modules/mod_php.php on line 31

Warning: fclose (): supplied argument is not a valid stream resource in/www/vndv.com/z/o/l/zolotoinkov/htdocs/modules/mod_php.php on line 32

Warning: modHTML:: include_once () [<function.modHTML-include-once>]: SAFE MODE Restriction in effect. The script whose uid is 54834 is not allowed to access/tmp/htmlbVI1PJ owned by uid 2001 in/www/vndv.com/z/o/l/zolotoinkov/htdocs/modules/mod_php.php on line 33

Warning: modHTML:: include_once (/tmp/htmlbVI1PJ) [<function.modHTML-include-once>]: failed to open stream: No such file or directory in/www/vndv.com/z/o/l/zolotoinkov/htdocs/modules/mod_php.php on line 33

Warning: modHTML:: include_once () [<function.include>]: Failed opening '/tmp/htmlbVI1PJ ' for inclusion (include_path = '.:/usr/share/php ') in/www/vndv.com/z/o/l/zolotoinkov/htdocs/modules/mod_php.php on line 33

Warning: unlink () [<function.unlink>]: SAFE MODE Restriction in effect. The script whose uid is 54834 is not allowed to access/tmp/htmlbVI1PJ owned by uid 2001 in/www/vndv.com/z/o/l/zolotoinkov/htdocs/modules/mod_php.php on line 34

You faced such problem

Please if not difficult look My site that it displays - http://zolotoinkov.com/
Sugarblossoms
"SAFE MODE Restriction in effect" <--- Safe mode is ON for this server. My guess is your mod needs it to be OFF.
Go in the IRC and ask for Jack. For it to be OFF, I think you have to pay $5. I could be wrong.
swordz
You can not have safe mode turned off.

swordz
Jacob
QUOTE(swordz @ Sep 15 2008, 08:49 AM) *
You can not have safe mode turned off.

swordz

Jack changed his mind and doesn't allow turning it off anymore. smile.gif

Jacob.
manuelohio
so if Safe mode is not on - does this mean that joomla won't work with Zymic?

so if Safe mode is not on - does this mean that joomla won't work with Zymic?

QUOTE(NaRzY @ Sep 14 2008, 11:22 PM) *
Jack changed his mind and doesn't allow turning it off anymore. smile.gif

Jacob.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.