Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Off Topic Discussions > Webmasters Area

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 02-18-2016, 01:33 PM
PewCats PewCats is offline
Kawaii Narwhal
 
Join Date: Dec 2015
Posts: 53
Gender: Female
Credits: 5,485
PewCats is on a distinguished road
Exclamation Kitto Kitto Kitto Halp?

I'm trying to install Kitto Kitto Kitto on my mysidia host, and I was wondering if someone could help me. Here's my problem:

Deprecated: Assigning the return value of new by reference is deprecated in /home/pewcatsm/public_html/external_lib/DB.php on line 470

Deprecated: Assigning the return value of new by reference is deprecated in /home/pewcatsm/public_html/external_lib/DB.php on line 547

Deprecated: Assigning the return value of new by reference is deprecated in /home/pewcatsm/public_html/external_lib/DB.php on line 1202

Deprecated: Assigning the return value of new by reference is deprecated in /home/pewcatsm/public_html/external_lib/Log.php on line 147

Deprecated: Assigning the return value of new by reference is deprecated in /home/pewcatsm/public_html/includes/classes/inflectors/english.class.php on line 51

Strict Standards: Declaration of StaffGroup::destroy() should be compatible with ActiveTable::destroy($id = NULL) in /home/pewcatsm/public_html/includes/classes/user/staff_group.class.php on line 226

Strict Standards: Declaration of PetSpecieColor::destroy() should be compatible with ActiveTable::destroy($id = NULL) in /home/pewcatsm/public_html/includes/classes/pet/pet_specie_color.class.php on line 63

Strict Standards: Declaration of BoardThread::destroy() should be compatible with ActiveTable::destroy($id = NULL) in /home/pewcatsm/public_html/includes/classes/board/board_thread.class.php on line 125

Strict Standards: Declaration of BoardPost::destroy() should be compatible with ActiveTable::destroy($id = NULL) in /home/pewcatsm/public_html/includes/classes/board/board_post.class.php on line 120

Strict Standards: Declaration of BoardPost::create() should be compatible with ActiveTable::create($new_data = Array) in /home/pewcatsm/public_html/includes/classes/board/board_post.class.php on line 120

Strict Standards: Non-static method DB::connect() should not be called statically in /home/pewcatsm/public_html/includes/config.inc.php on line 203

Strict Standards: Non-static method DB::parseDSN() should not be called statically in /home/pewcatsm/public_html/external_lib/DB.php on line 520

Deprecated: Assigning the return value of new by reference is deprecated in /home/pewcatsm/public_html/external_lib/DB/common.php on line 1017

Deprecated: Assigning the return value of new by reference is deprecated in /home/pewcatsm/public_html/external_lib/DB/common.php on line 1220

Strict Standards: Declaration of DB_mysql::quote() should be compatible with DB_common::quote($string = NULL) in /home/pewcatsm/public_html/external_lib/DB/mysql.php on line 48

Strict Standards: Non-static method DB::isError() should not be called statically in /home/pewcatsm/public_html/external_lib/DB.php on line 551

Strict Standards: Non-static method DB::isError() should not be called statically in /home/pewcatsm/public_html/external_lib/DB.php on line 551

Strict Standards: Non-static method DB::errorMessage() should not be called statically, assuming $this from incompatible context in /home/pewcatsm/public_html/external_lib/DB.php on line 965

Strict Standards: Non-static method DB::isError() should not be called statically, assuming $this from incompatible context in /home/pewcatsm/public_html/external_lib/DB.php on line 688

Strict Standards: Non-static method DB::isError() should not be called statically in /home/pewcatsm/public_html/external_lib/DB.php on line 557

Strict Standards: Non-static method DB::getDSNString() should not be called statically in /home/pewcatsm/public_html/external_lib/DB.php on line 559

Strict Standards: Non-static method DB::parseDSN() should not be called statically in /home/pewcatsm/public_html/external_lib/DB.php on line 866
An error occured when attempting to connect to the database. Oops!

Does anyone want to help me? If necessary, I can give you my login stuff and you can look at the code yourself.
Reply With Quote
  #2  
Old 02-18-2016, 01:43 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,491
Hall of Famer is on a distinguished road
Default

Well that script was outdated and they use coding standard that was for PHP 4. To fix the issues will require almost a complete rewrite, I doubt it's possible at all. Your only hope is to sign up with a webhost that offers PHP 5.2 or lower. I think some webhosts still do this, so you can try your luck there.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #3  
Old 02-18-2016, 04:04 PM
PewCats PewCats is offline
Kawaii Narwhal
 
Join Date: Dec 2015
Posts: 53
Gender: Female
Credits: 5,485
PewCats is on a distinguished road
Default

Now I found one, but I'm getting this:
An error occured when attempting to connect to the database. Oops!
Reply With Quote
  #4  
Old 02-18-2016, 04:54 PM
pachoofoosh's Avatar
pachoofoosh pachoofoosh is offline
Artist
 
Join Date: Dec 2012
Location: New York
Posts: 98
Gender: Unknown/Other
Credits: 15,228
pachoofoosh is on a distinguished road
Default

Quote:
Originally Posted by PewCats View Post
Now I found one, but I'm getting this:
An error occured when attempting to connect to the database. Oops!
Have you gone into the includes/config.inc.php file and updated your DB connection info? It's around line 71:
PHP Code:
'db_dsn' => array(
                
'phptype' => 'mysql'// MySQL = mysql, Oracle = oci, Postgres = pgsql.
                
'username' => 'kitto',
                
'password' => 'k1tt0',
                
'hostspec' => 'localhost',
                
'database' => 'kitto',
            ), 
There are a few other variables you may want to customize in there, too, after the db_dsn section.
__________________
The calzones... betrayed me?
Reply With Quote
  #5  
Old 02-18-2016, 04:59 PM
PewCats PewCats is offline
Kawaii Narwhal
 
Join Date: Dec 2015
Posts: 53
Gender: Female
Credits: 5,485
PewCats is on a distinguished road
Default

What's DB?
Reply With Quote
  #6  
Old 02-18-2016, 05:00 PM
pachoofoosh's Avatar
pachoofoosh pachoofoosh is offline
Artist
 
Join Date: Dec 2012
Location: New York
Posts: 98
Gender: Unknown/Other
Credits: 15,228
pachoofoosh is on a distinguished road
Default

Quote:
Originally Posted by PewCats View Post
What's DB?
Database; it's what the script stores data such as user, pet, and item information in. ^^
If you want you can PM me and I can get Kitto set up for you.
__________________
The calzones... betrayed me?
Reply With Quote
  #7  
Old 02-18-2016, 05:08 PM
PewCats PewCats is offline
Kawaii Narwhal
 
Join Date: Dec 2015
Posts: 53
Gender: Female
Credits: 5,485
PewCats is on a distinguished road
Default

Hold on, just a second.
Reply With Quote
  #8  
Old 02-18-2016, 05:13 PM
PewCats PewCats is offline
Kawaii Narwhal
 
Join Date: Dec 2015
Posts: 53
Gender: Female
Credits: 5,485
PewCats is on a distinguished road
Default

Will it work on PHP 5.5? I hope so, because I just spent $59 on hosting....
Reply With Quote
  #9  
Old 02-18-2016, 05:28 PM
PewCats PewCats is offline
Kawaii Narwhal
 
Join Date: Dec 2015
Posts: 53
Gender: Female
Credits: 5,485
PewCats is on a distinguished road
Default

Nevermind, I'll just use mysidia and tweak it, unless I can get kitto to work.
Reply With Quote
Reply

Tags
kittokittokitto

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 01:53 PM.

Currently Active Users: 420 (0 members and 420 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636