Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Community Board > Mysidia Adoptables Official Announcement

Notices

Closed Thread
 
Thread Tools Display Modes
  #81  
Old 01-10-2013, 04:01 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,322
Hall of Famer is on a distinguished road
Default

Well PDO is required for this script, and in fact every webhost should have it enabled. The only one used to have this problem was x10hosting, but it only happened to one or their four servers since that server was malfunctioning. I've never encountered a webhost that actually disables PDO by default, more like something goes wrong with its server. If there's a webhost who goes as far as disable PDO, it goes out of business quickly.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
  #82  
Old 01-15-2013, 07:05 PM
pachoofoosh's Avatar
pachoofoosh pachoofoosh is offline
Artist
 
Join Date: Dec 2012
Location: New York
Posts: 98
Gender: Unknown/Other
Credits: 15,224
pachoofoosh is on a distinguished road
Default

I managed to get PDO enabled and the php is version 5.3 now, and i've re-installed the script. :D

Although I have noticed there are a lot of php warnings everywhere when I browse my site:
  Spoiler: Errors 

(I've removed the beginning of the file paths for security :3)
Code:
Notice: Undefined index: REQUEST_URI in \webroot\www.fuzzified.com\classes\class_admin.php on line 18

Notice: Undefined index: REQUEST_URI in \webroot\www.fuzzified.com\classes\class_input.php on line 78
Code:
Notice: Undefined variable: margin in \webroot\www.fuzzified.com\classes\class_pagination.php on line 50

Notice: Undefined variable: padding in \webroot\www.fuzzified.com\classes\class_pagination.php on line 50
Code:
Notice: Undefined variable: styleoptions in \webroot\www.fuzzified.com\changestyle.php on line 21
Code:
Warning: Cannot modify header information - headers already sent by (output started at \webroot\www.fuzzified.com\classes\class_admin.php:18) in \webroot\www.fuzzified.com\online.php on line 5
Code:
Notice: Undefined property: stdClass::$yim in \webroot\www.fuzzified.com\classes\class_member.php on line 358

Also when I try to log into the ACP, it keeps logging me out. .o. Could that be because of the "REQUEST_URI" notices?
__________________
The calzones... betrayed me?
  #83  
Old 01-15-2013, 09:21 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,322
Hall of Famer is on a distinguished road
Default

Nope, this shouldnt be the cause of your error. You are getting lots of notice warnings, these usually are suppressed by the server. You may ask your host to disable notice warnings.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
  #84  
Old 01-16-2013, 04:15 PM
pachoofoosh's Avatar
pachoofoosh pachoofoosh is offline
Artist
 
Join Date: Dec 2012
Location: New York
Posts: 98
Gender: Unknown/Other
Credits: 15,224
pachoofoosh is on a distinguished road
Default

Okay. :3 I've disabled errors, but it still doesn't seem to let me log into the ACP. I'm putting "http://www." Before the domain name, and I've typed in my username and password correctly, but it just sends me back to the login page. :o

Although I've noticed in the URL, that after I try to login to the ACP, it sends me to "admincp/index/index/" instead of just "admincp/index/". Is this normal? Sorry, I just don't want to mess anything up, as i'm still rather new to PHP. >u<




EDIT :: Fixed it! :DD

If you go into "lang/admincp/lang_index.php", find the section that says "$lang['login_form']", and find where it says "<form name='form' method='post' action='index'>", and then change the form action to "index.php". :D
__________________
The calzones... betrayed me?

Last edited by pachoofoosh; 01-21-2013 at 08:03 AM.
  #85  
Old 02-09-2013, 09:10 AM
ChibiMaestro ChibiMaestro is offline
bruh
 
Join Date: Nov 2010
Location: United Kingdom
Posts: 300
Gender: Female
Credits: 35,645
ChibiMaestro is on a distinguished road
Default

Wow. Love this! Especially the new ACP :)
It's much more organized and easier to edit the default page content too!

Just a question. When you visit the account.php page, and the content title says 'Username's account', what's the code that makes you show the username's name? I can't find it anywhere?
I want to find it to use on the side bar, e.g. 'Hi there Username!'.
Thanks :D
_
EDIT:
Also, where can I edit the donation form on the donate.php? Just that I want to add padding to the left to move it across (aesthetic reasons as the donation form is not inline with the content).
__________________
Regards,
...the CSS lovin' cookie monster...

~C.Maestro
___________________
I'd like to think I'm good at CSS&HTML, so if you need help with designing templates and stuff, feel free to 'come at me bro' with the questions. Haha, also if you need help with installing the Mysidia Adoptables Script, please check out my guide here!

Last edited by ChibiMaestro; 02-09-2013 at 10:30 AM.
  #86  
Old 02-09-2013, 11:10 AM
Empress_Swanbottom's Avatar
Empress_Swanbottom Empress_Swanbottom is offline
Member
 
Join Date: Feb 2013
Posts: 48
Gender: Female
Credits: 7,360
Empress_Swanbottom is on a distinguished road
Default

I'm not 100% positive, but I believe it's {USERNAME}
  #87  
Old 02-09-2013, 01:37 PM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 111,649
Abronsyth is on a distinguished road
Default

Chibi, to include the username in the side bar use this:
{$mysidia->user->username}

For the donate page...hm...I can't seem to find it. Checked the lang_donate.php file as well as several others that may or may not have been relevant, but can't find it.
__________________
My Mods Site (1.3.4, 2020 Mods)
  #88  
Old 02-09-2013, 02:15 PM
ChibiMaestro ChibiMaestro is offline
bruh
 
Join Date: Nov 2010
Location: United Kingdom
Posts: 300
Gender: Female
Credits: 35,645
ChibiMaestro is on a distinguished road
Default

Thanks Pero :) That worked!
In lang_donate.php, there's no mention of the form o-o
__________________
Regards,
...the CSS lovin' cookie monster...

~C.Maestro
___________________
I'd like to think I'm good at CSS&HTML, so if you need help with designing templates and stuff, feel free to 'come at me bro' with the questions. Haha, also if you need help with installing the Mysidia Adoptables Script, please check out my guide here!

Last edited by ChibiMaestro; 02-09-2013 at 02:21 PM.
  #89  
Old 02-09-2013, 03: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: 327,322
Hall of Famer is on a distinguished road
Default

@ Chibi: Check the file class_member.php, the donation form is currently stored in that library file. I know its absurd, will fix this kind of confusion and inconsistency in future releases.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
  #90  
Old 02-10-2013, 07:14 AM
ChibiMaestro ChibiMaestro is offline
bruh
 
Join Date: Nov 2010
Location: United Kingdom
Posts: 300
Gender: Female
Credits: 35,645
ChibiMaestro is on a distinguished road
Default

Thanks Hof :)
__________________
Regards,
...the CSS lovin' cookie monster...

~C.Maestro
___________________
I'd like to think I'm good at CSS&HTML, so if you need help with designing templates and stuff, feel free to 'come at me bro' with the questions. Haha, also if you need help with installing the Mysidia Adoptables Script, please check out my guide here!

Last edited by ChibiMaestro; 02-10-2013 at 08:18 AM.
Closed Thread

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mysidia Adoptables v1.3.3[Security Release] Hall of Famer Mysidia Adoptables Official Announcement 122 05-18-2013 04:02 PM
Mysidia Adoptables v1.3.0[Security Release] Hall of Famer Mysidia Adoptables Official Announcement 180 04-01-2012 10:16 PM
Mysidia Adoptables v1.2.0[Security Release] Hall of Famer Mysidia Adoptables Official Announcement 21 03-22-2011 04:13 PM
Mysidia Adoptables v1.1.4[Security Release] Hall of Famer Mysidia Adoptables Official Announcement 15 01-28-2011 11:48 AM
Mysidia Adoptables v1.1.3[Security Release] Hall of Famer Mysidia Adoptables Official Announcement 27 01-26-2011 02:59 PM


All times are GMT -5. The time now is 05:03 AM.

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