Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #31  
Old 01-19-2011, 07:12 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: 392,611
Hall of Famer is on a distinguished road
Default

Alright, best luck doing that. I will see if there's an alternative way to fix this installation error for you, again I am terribly sorry you have to go through all these pains to use an adoptable script.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #32  
Old 01-19-2011, 07:30 PM
Kaeliah's Avatar
Kaeliah Kaeliah is offline
Premium Member
 
Join Date: Sep 2010
Location: Pennsylvania, United States
Posts: 485
Gender: Female
Credits: 33,123
Kaeliah will become famous soon enough
Send a message via AIM to Kaeliah Send a message via MSN to Kaeliah
Default

Quote:
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /webroot/p/l/plane026/neon/www/inc/functions.php on line 187
This is usually because there is an incorrect MySQL query. After looking at the file, my guess is that the prefix you used for the Database is incorrect in some way. It's finding the file, it's just not being able to connect to the correct table and get the information. What did you put in your prefix?
Reply With Quote
  #33  
Old 01-19-2011, 07:39 PM
AlkseeyaKC's Avatar
AlkseeyaKC AlkseeyaKC is offline
Member
 
Join Date: Jan 2009
Location: Planet Kalzy
Posts: 72
Gender: Female
Credits: 9,434
AlkseeyaKC
Send a message via AIM to AlkseeyaKC
Default

Explain more on what you mean?

I'm talking to someone on my host, they have confirmed that nothing is being sent to my Database. They are still looking into it.
__________________
Call me KC!
http://alkseeyakc.deviantart.com/
Reply With Quote
  #34  
Old 01-19-2011, 07:40 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: 392,611
Hall of Famer is on a distinguished road
Default

This is strange, nothing is being sent to your database? Kaeliah may be right, incorrect table prefix may be a reason that causes this problem for you. Is it possible for you access phpmydmin?
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #35  
Old 01-19-2011, 07:42 PM
AlkseeyaKC's Avatar
AlkseeyaKC AlkseeyaKC is offline
Member
 
Join Date: Jan 2009
Location: Planet Kalzy
Posts: 72
Gender: Female
Credits: 9,434
AlkseeyaKC
Send a message via AIM to AlkseeyaKC
Default

OK they have looked into it some points are:

unfortunately that is not how sub domains work with omnis. when you create a sub domain a folder is created at the root of the server not as a sub folder.
when you created the sub domain you were asked to name a folder. so your path would be /nameoffolder/www

well the problem is with the script, unfortunately there isn't much we can do. for some reason it requires that you install it in a sub folder. it appears that you will not be able to use a sub domain to host it
__________________
Call me KC!
http://alkseeyakc.deviantart.com/
Reply With Quote
  #36  
Old 01-19-2011, 07:48 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: 392,611
Hall of Famer is on a distinguished road
Default

I see, thats too bad. Can you still possibly give a try based on what Kaeliah has suggested? If this still doesnt work, report to me and we will see what else we can possibly do to help you. Also you do not really need a subdomain to install this script, you only need a subfolder that contains all script files. Ask them if you can upload an entire adoptables folder to your domain.

Hall of Famer
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #37  
Old 01-19-2011, 07:51 PM
Kaeliah's Avatar
Kaeliah Kaeliah is offline
Premium Member
 
Join Date: Sep 2010
Location: Pennsylvania, United States
Posts: 485
Gender: Female
Credits: 33,123
Kaeliah will become famous soon enough
Send a message via AIM to Kaeliah Send a message via MSN to Kaeliah
Default

The subdomain shouldn't be an issue. The error isn't FINDING the file. That's not the problem. The problem is the connection with your database. When installing the script you were asked for a table prefix to install with. For whatever reason it's your database that's not working.
Reply With Quote
  #38  
Old 01-19-2011, 07:54 PM
AlkseeyaKC's Avatar
AlkseeyaKC AlkseeyaKC is offline
Member
 
Join Date: Jan 2009
Location: Planet Kalzy
Posts: 72
Gender: Female
Credits: 9,434
AlkseeyaKC
Send a message via AIM to AlkseeyaKC
Default

I'm not sure what Kaeliah was saying
__________________
Call me KC!
http://alkseeyakc.deviantart.com/
Reply With Quote
  #39  
Old 01-19-2011, 07:56 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: 392,611
Hall of Famer is on a distinguished road
Default

Well what Kaeliah said was that you could've specified a wrong database table prefix that prevented the scripts from connecting your database. Can you access phpmyadmin? If so, take a screenshot of it and I will see what table prefix you should use for your site.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #40  
Old 01-19-2011, 08:16 PM
Kaeliah's Avatar
Kaeliah Kaeliah is offline
Premium Member
 
Join Date: Sep 2010
Location: Pennsylvania, United States
Posts: 485
Gender: Female
Credits: 33,123
Kaeliah will become famous soon enough
Send a message via AIM to Kaeliah Send a message via MSN to Kaeliah
Default

If the subdomain was messed up, the code wouldn't be able to find the file. The error tells me it's not only finding the file, it's realizing that the MySQL query on line 187 is not executing correctly. That's what the numrows error is. The numrows is calling the error because there is no result to count, which means the query is not executing properly. There could be several reasons for this.

1. the PREFIX on your tables does not match the prefix listed in the config file. To check this, download the inc/config.php file and open it up in notepad. Near the bottom you should see something like : $prefix = "blahblah"
The default prefix is 'adopts_' although you can enter another one. Now access your database. PhpMyAdmin is the most popular access, but there are other ones too. Listed before each of your tables should be the prefix. Make sure it matches the prefix listed in the config file. If it doesn't, fix the config file and upload it.

2. Your database simply is not working. If that's the case, you'll want to talk to your host and figure out why.
Reply With Quote
Reply


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Oh My God. Something else does not work PokeFerno Questions and Supports 1 05-10-2014 10:14 AM
What did you work on recently? AlexC Other Chat 7 12-16-2013 06:46 PM
How to replace this to work with new Mys SilverDragonTears Questions and Supports 11 04-11-2012 07:16 PM
pages won't work. AlexC Questions and Supports 9 03-18-2011 01:08 AM
Still a work in Progress MyBBSkinz Adoptables Sites Showcase 7 08-31-2008 08:13 AM


All times are GMT -5. The time now is 12:33 PM.

Currently Active Users: 821 (0 members and 821 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