Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Database help (http://www.mysidiaadoptables.com/forum/showthread.php?t=236)

Johnathon 12-23-2008 02:07 PM

RE: Database help
 
Hey there Were. This is Johnathon. In fact, I actually started out with this code when planning adoptalicious, but it really wasn't quite complete enough for my taste, so I pretty much started over using only the basic functions.

P.s. It looks like you didn't insert the mysql "dump" included into your database. ^_~ Since account registrations and adoptions don't actually inject into the databases. Either that, or you host is blocking certain functions.

If you need any help, you have my msn already, so just contact me. ^_^

Weretemplar 12-23-2008 02:11 PM

RE: Database help
 
Quote:

Originally Posted by Johnathon
Hey there Were. This is Johnathon. In fact, I actually started out with this code when planning adoptalicious, but it really wasn't quite complete enough for my taste, so I pretty much started over using only the basic functions.

P.s. It looks like you didn't insert the mysql "dump" included into your database. ^_~ Since account registrations and adoptions don't actually inject into the databases. Either that, or you host is blocking certain functions.

If you need any help, you have my msn already, so just contact me. ^_^

Ok, I'll try that and i'll contact you via msn if i need more help :)
That was some VERY fast support, Thanks :D

Chasingu 12-23-2008 06:23 PM

RE: Database help
 
I also found that one error is not MySQL related...

Notice: Undefined variable: link3 in /www/oxyhost.com/w/e/r/weretemplar/htdocs/adoptables/index.php on line 111

mattalien 01-01-2009 12:51 PM

RE: Database help
 
my site is on the same host as weretemplar's and mine has the same errors:

http://www.mattalien.oxyhost.com/adoptables/index.php

BMR777 01-01-2009 02:07 PM

RE: Database help
 
Quote:

Originally Posted by mattalien
my site is on the same host as weretemplar's and mine has the same errors:

http://www.mattalien.oxyhost.com/adoptables/index.php

Double check that your database details are correct. Sometimes free hosts connect to the database using a access host other than the default "localhost" or it could just be a wrong setting in the config.php.

It could also just be you've got a bad free host.

Brandon

mattalien 01-01-2009 02:46 PM

RE: Database help
 
i figured it! the old database username was, for me, mattalien_mattalien. i changed it to something else, and the site loads now!

*sighs with relief*

BMR777 01-01-2009 02:49 PM

RE: Database help
 
Quote:

Originally Posted by mattalien
i figured it! the old database username was, for me, mattalien_mattalien. i changed it to something else, and the site loads now!

*sighs with relief*

It looks like it loads, but it's getting errors at the top, the same errors another user on oxyhost got.

Something about that host is messing with the script. I cannot replicate those errors on any site other than on oxyhost sites! :(

BMR777

BMR777 01-01-2009 02:52 PM

RE: Database help
 
The errors could be a result of a change your host made to php.ini.

Tell your host to turn off PHP notices in your site's PHP.INI file. The correct setting for your account should be:

Code:

// Report all errors except E_NOTICE
// This is the default value set in php.ini
error_reporting(E_ALL ^ E_NOTICE);

I bet your host is using:

Code:

// Report all PHP errors
error_reporting(E_ALL);

http://us.php.net/error_reporting

mattalien 01-01-2009 03:15 PM

RE: Database help
 
great, now i can't login. i go to my site, click login, it says you've logged in, but the side bar still has the login bit. do you know why?

otherwise, what free hosting site do you recommend for this script?

BMR777 01-01-2009 03:18 PM

RE: Database help
 
It's probably issues with the host. You can find a lot of free hosts here:
http://www.freewebspace.net/forums/

BMR777


All times are GMT -5. The time now is 04:03 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.