![]() |
Adding adoptable >.<
I can add an adoptable, but once i click 'create adoptable' it then disappears, and I cant see/adopt it on the adopt page, or add a level as it has 'disappeared from the adoptables drop-down list.'
Help would be great :) |
Open your nadopt.php
Go to line 143 and look for this line of code PHP Code:
PHP Code:
|
I replaced the line like you said, but it still won't work. :/
|
You sure about that?
post your nadopt.php and screenshot of your adopts_adoptables (structure) table here. |
Code:
<?php |
The table structure.
Go into phpMyAdmin, select your database, and then select the table adopts_adoptables. It could be somethingelse_adoptables, depends on what your table prefix is. Anyway, open the adopts_adoptables table and click structure or just post the screenshot of the table content. |
Whats the database structure of your table prefix_adoptables? Such errors usually arise from a mismatch of Mysql table structure and PHP runquery codes.
|
http://www.iaza.com/work/110321C/iaza12645872669500.png
there you go :3 |
I see what problem you got. You were running Mys v1.1.4 before, werent you? To fix it, drop the two table columns pricestatus and pricevalue, while add a new column called cost whose type is int(11).
I am sorry but an upgrader is not available at this moment and might be tedious to do it manually. You may run into lots of problems like this one you just had before if you are using Mys v1.1.4's database. |
Do you think it would be better if i make a new mysql database, and deleted and re-installed the new version?
|
All times are GMT -5. The time now is 09:59 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.