Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post Database Error 
 
What version of phpBB are you using? phpBB 3.0.5
What is your board's URL? http://www.dhi-forumerz.com
Who do you host your board with? Dont know
How did you install your board? I used the download package from phpBB.com
Is your board a fresh install or a conversion? Fresh Install
Do you have any MODs installed? Yes
Is registration required to reproduce this issue? No
What MODs do you have installed? MChat
Ajax Registrations
Birthday on Registration
Group Legend Positioning
Buttons Menu
Announcement Center
Warning Mod
What styles do you currently have installed? Im Using Milky Way!
What language(s) is your board currently using? English
Which database type/version are you using? I Don't Know
What is your level of experience? New to PHP but not phpBB
When did your problem begin? When i moved my forum from one host (Because of the maximum user connection and of the old speed host) to new host.

My Webaster moved the complete cpanel from old host to new as they were similar.
Please describe your problem. After moving the cpanel to new host i created a database and ONLY edited config.php

$dbhost = '';
$dbport = '';
$dbname = '';
$dbuser = '';
$dbpasswd = '';

Those were the only things i changed after moving.

Now the problem is this!

2heeyd5

I get that error when i wake up after a nice sleep at night. Then to solve it i just login to cpanel and go to MySQL databases only. Then its working temporarily and again at night (Most of the time) it happens and i have to do that cpanel thing again

So please help me.

This is my config.php file..

Code: [Download] [Hide] [Select]
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '3306';
$dbname = 'dhiforu_dhiforumerz';
$dbuser = 'dhiforu';
$dbpasswd = '';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';

@define('PHPBB_INSTALLED', true);
@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
?>


Please help me mighty?
 



 
World LifeSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Database Error 
 
Before all you should know this forum provides support for Icy Phoenix, so you're maybe in the wrong place... I'll move it to phpBB3 Mods and Styles, but I don't know where I should place this topic...

I'm not Mighty, but I think I can help you
Then, this error you are telling us is very strange. It seems your username and/or password are wrong.

As you told us, you are solving the problem by using CPanel, so it seems the error has nothing to do with phpBB. The best thing you can do is to contact your hosting provider and tell them your problem.
But before doing that just check that your db host is right; some hosts tell you the host is different than localhost. Check the emails they sent you when you signed up and the MySQL zone in your CPanel so you can see what db host you should use.

Greets!
 




____________
Gabriel Anca
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
Thanks.. I will do that and respond..

But will also wait for mighty's reply..


EDIT:

Sorry..

It seems Mysql Host is localhost in my currunt host...

And the port is also the same as i have done..

So what have i dont wrong?
 



 
World LifeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
i m no expert but where you have no password i seem to have an encrypted password in config.php

Edit: changed config.ini to config.php ...  sorry
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
So how should i solve this??

Again got it today and have to solve it by going to cpanl
 



 
World LifeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
The problem seems to be...

A) A misconfiguration of your config.php file
B) An error in your hosting...

Since you are waiting to MG's response, please wait until he comes here... Greets!
 




____________
Gabriel Anca
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
Looking at your config.php file you have no password set up for your database the error you are getting is stating that you need a password so your site can access your database...

when you login into cpanel you use a username and password you need to check that on your mysl database for your site is the same username and password as your config.php file then you will be able to connect correctly..

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
Dwho

I removed the pass to post here LOL..

I was think if it was a problem with config.php then it shouldnt work sometimes??
 



 
World LifeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
World Life wrote: [View Post]
Dwho

I removed the pass to post here LOL..

I was think if it was a problem with config.php then it shouldnt work sometimes??


LOL i thought you did but was just checking in case you had not.. (lots of people make that mistake..)  

it still looks like the password or username is wrong somewhere..

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
DWho wrote: [View Post]
World Life wrote: [View Post]
Dwho

I removed the pass to post here LOL..

I was think if it was a problem with config.php then it shouldnt work sometimes??


LOL i thought you did but was just checking in case you had not.. (lots of people make that mistake..)  

it still looks like the password or username is wrong somewhere..

   


Well if pass or username is wrong some where why is it working now?  
 



 
World LifeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
LOL no idea.. i was only using the information you have shown and normally it means just that...

i would say if it is working now then something is happening with your host..

 
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
So is it solved?

If not: who is your hosting provider?
 




____________
Gabriel Anca
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
I think that what World Life means is .. why is it working now and stops again overnight

could it maybe be that login in to the database through cpanel opens a new session wich is expiring overnight?
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
Well Its On offshoregod.com

The other forums on it seems to be working fine  
 



 
World LifeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Database Error 
 
Hi there,

The problem was that you did not have any user assigned to the database in " MySQL Databases " on cpanel. This would give the access denied error message. I have added the SQL user to the SQL database and the problem seems to have been resolved. In future please can you use our support system first so we can diagnose what is wrong.

Thanks
Offshoregod.com
 



 
OffshoregodSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML

HideSimilar Topics





 
Permissions List
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


  

 

  cron