![]() |
Oh dear...
I just have installed the script and my sites haves a domain,it's almost ready for now.
But...I'm completelly lost! How we add pets? Items? And even promo codes! I don't know how to code,so yeah. Also how to makes mysidia index on the site,instead of the menu? :ohnoes: |
2 Attachment(s)
If the site is installed Luci you can add pets and items through "Admin control panel" on your site- that part is alot like MVPS
Go to Your website...then login to the admin control panel... the rest is there on the left menu ^^ |
I see you did not install the script properly. You are supposed to upload the contents within the folder Mysidia Adoptables v1.3.4 to public_html, not the folder itself.
http://enchantedsoulpetsite.mysidiahost.com/ |
But my website don't open :ohnoes:,just show some weird text,and i want to put the homepage right...but the homepage is a messed up thing.
enchantedsoulpetsite.mysidiahost.com (site) http://enchantedsoulpetsite.mysidiah...bles%20v1.3.4/ (Mysidia's script,with weird error) |
Well I have told you, you have done it wrong. You shouldnt have uploaded the folder Mysidia Adoptables v1.3.4 to your public_html, instead you should upload whatever are inside of the folder Mysidia Adoptables v1.3.4 to public_html.
|
I have uploaded all pages and such,but still not showing!
|
Well then you havent installed the script. You need to go to this link and follow the instruction to install your script. Note you need to log into cpanel and create mysql database for mysidia adoptables before installing.
http://enchantedsoulpetsite.mysidiahost.com/install/ |
Edit: I just did it,but the error is still here! :(
Editē: here's the error message: Warning: require(classes/http://enchantedsoul.mysidiahost.com/adopt/native/adopt.php): failed to open stream: No such file or directory in /home/enchante/public_html/index.php on line 3 What i must do now? I just don't know how to code... :T |
It seems that you havent installed your site, you should go to this url and follow the instructions:
http://enchantedsoulpetsite.mysidiahost.com/install/ Also why did you edit index.php? You aint supposed to change anything inside it, or the script wont work for you. |
I tried to install but it says something that i'm not allowed to acess the site. Well...I'll give up or not?
Error here: Could not connect to database, the following error has occurred: SQLSTATE[HY000] [1045] Access denied for user 'LUC1G07CH1'@'localhost' (using password: YES) |
Well I will install it for you then, tell me your desired admin username and I will let you know once its set up.
|
Username: Just same as here,LUC1G07CH1.
|
Sure, I will do it for you later tonight, and PM you the information once its done.
|
Nobody's actually active to help me,but...I have been banned from my own site...and i tried to unban me but error,error,ERROR!!!!!
Message: Warning: PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/enchante/public_html/classes/class_database.php on line 57 Could not connect to database, the following error has occurred: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known What if a message like this appears? an error has occurred. It appears that you have adopted "too many" pets today... You will have to wait till other users take over your abandoned pets to pound again. Where since adopting 4 pets is so much? And i want people to adopt 20 pound pets per day? Idk. |
Bump!
How to let people adopt pound pets? Details upside. |
Do you have any specific questions about what can be changed in Admin Control Panel > Settings > Pound?
|
Yes...I changed the limit to 20 per day...But nothing works.
|
So do you have it set to "20, 20" for 20 adopts per day, 20 pound rescues per day? Just one 20 might prevent one or the other activity altogether. I'm not totally sure how it works, just that it needs two numbers separated by a comma.
|
Thank you so much! But does you know how to add images to Moneybar? I'm travelling on mayonnaise with PHP...
|
|
I tried it,but absolutely nothing happenend.
|
Show exactly what you have tried so we can work out what went wrong?
|
I just put the code thing and then it gived a error...But i'll try again,just in case.
Edit: Tried again,but it's still appearing that annoying message... Fatal error: Call to a member function add() on null in /home/enchante/public_html/classes/class_sidebar.php on line 111 |
If you'd like help, please show us the edits you are attempting to the code. We're not really great psychics, I'm afraid. :wutno: You could go wrong in a lot of places, but if we see what you do we get the chance to explain why it's not working at the same time as showing you what to do.
|
Obvious i'll show you the code:
/** * The setMoneyBar method, setter method for property $moneyBar. * It is set internally upon object instantiation, cannot be accessed in client code. * @access protected * @return Void */ protected function setMoneyBar(){ $mysidia = Registry::get("mysidia"); $this->moneyBar = new Paragraph; $this->moneybar->add(new Image("amethystdust.png")); $this->moneyBar->add(new Comment("{$mysidia->user->money}")); $donate = new Link("donate"); $donate->setText("Give Currency to Users"); $this->moneyBar->add($donate); $this->setDivision($this->moneyBar); } |
Well it'll be looking for the image "amethystdust.png" in your root directory. As far as I can tell, http://enchantedsoulpetsite.mysidiahost.com/amethystdust.png does not exist, so of course it's not going to show up.
|
All times are GMT -5. The time now is 03:46 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.