I tried asking the support on my hosting if I could take a peak on head.php, or check at least line number 47 (where c_unique is), but alas, they can't allow me to check it out due to the usual reason. It's a shared hosting, and they are not allowed to show their clients regarding such information.
I checked out phpinfo, and I figured out that this: auto_prepend_file/usr/lib/php/head.php/usr/lib/php/head.php so yea, they're adding that php file on top of my file, though it's a mystery as to why my habari system is the only one that is throwing out errors, while my CodeIgniter based project and YiiFramework based project does not. I'll go submit another ticket to ask why do they need to include head.php to my system. Thanks a lot! :D On Sunday, December 22, 2013 1:23:56 AM UTC+8, Chris Meller wrote: > > auto_prepend wouldn't be included in the Habari System Info page - it's > not something that's ever come up, so we don't include it. You'll have to > check an actual phpinfo() page for it. > > You could also just open a support ticket with your hosting company and > see what they have to say. I have no idea why this would only pop up on > your Habari site and not others (perhaps other packages hide errors > themselves? Habari does not.), but it definitely shouldn't be anything > we're doing. They're likely to be the only ones who can help you in any > timely manner. > > > On Sat, Dec 21, 2013 at 11:19 AM, Daniel Cefram Ramirez > <[email protected]<javascript:> > > wrote: > >> I can't seem to locate the term 'auto_prepend' on my server info (link >> located at the bottom of habari's admin panel). I'm assuming that >> auto_prepend is deactivated. >> >> As for the installation, things did not go well at Checking database >> connections. But after hiding the errors and getting past through the >> installation, the database warnings/error does not reproduce. I can post >> and all, but the only error that did not disappear afer installation is >> that line of code located at php's head.php. >> >> Btw, I'm using habari's 0.9.1 zipped file. >> >> -- >> -- >> To post to this group, send email to [email protected]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/habari-dev >> --- >> You received this message because you are subscribed to the Google Groups >> "habari-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev --- You received this message because you are subscribed to the Google Groups "habari-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
