Installation help!!

118 views
Skip to first unread message

Wes Kennedy

unread,
Feb 8, 2011, 2:02:26 PM2/8/11
to Concerto Digital Signage
I have been pounding my head against my desk for a while now. I
believe this is a permissions issue, but can't figure it out. I have
installed the most recent version of Concerto on a fresh Fedora 14
install with LAMP.

This is the error I'm getting when going to http://<myip>/concerto/admin/index.php

getTitle()?>

getCrumbs()?>

View More Live Content

on the Concerto Wall


Please help. I can't figure out why this is happening!

Eliot Bank

unread,
Feb 8, 2011, 2:13:51 PM2/8/11
to concerto-dig...@googlegroups.com
Disable SELinux security.

Wesley Kennedy

unread,
Feb 8, 2011, 2:33:35 PM2/8/11
to concerto-dig...@googlegroups.com
I dont know if this helps but the diagnostics.php page does not list the status of any of the modules. i.e.

PHP Environment
  • PHP Version:
  • MySQL Support:
  • GD Support:
  • JSON Support:
  • PATH INFO Global:
Concerto Config
  • Config access:
  • Common Directory
  • Image Upload Directory:
  • Template Upload Directory:
  • MySQL Connection test:

Is this a PHP issue?



On Tue, Feb 8, 2011 at 2:21 PM, Wesley Kennedy <w...@cloudpointoh.com> wrote:
Unfortunately it already is disabled.


Wes Kennedy


Ubuntu user 32270



On Tue, Feb 8, 2011 at 2:13 PM, Eliot Bank <elio...@gmail.com> wrote:
Disable SELinux security.

--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To post to this group, send email to concerto-dig...@googlegroups.com.
To unsubscribe from this group, send email to concerto-digital-s...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/concerto-digital-signage?hl=en.



Brian Michalski

unread,
Feb 8, 2011, 2:38:10 PM2/8/11
to concerto-dig...@googlegroups.com
Yes, I tend to vote that this is a PHP issue.  The diagnostics page is completely separate from the rest of the system, and should at least display the PHP version if PHP is setup and working correctly.  Perhaps PHP is not properly loaded/configured in your web server.

~Brian M

Wesley Kennedy

unread,
Feb 8, 2011, 2:21:03 PM2/8/11
to concerto-dig...@googlegroups.com

Wesley Kennedy

unread,
Feb 8, 2011, 2:57:18 PM2/8/11
to concerto-dig...@googlegroups.com
After running 

yum install php

I also ran 

yum install php-mysql php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc php-eaccelerator php-magickwand php-magpierss php-mbstring php-mcrypt php-mssql php-shout php-snmp php-soap php-tidy

This i s the normal php setup i run.  Any thoughts?

Brian Michalski

unread,
Feb 8, 2011, 10:24:59 PM2/8/11
to concerto-dig...@googlegroups.com
It depends a lot on your webserver and distro, but generally I would have expected that to work.  I might Google around for "fedora lamp" and see what you can find.

~Brian M

Stephen Lester

unread,
Feb 18, 2011, 8:29:05 AM2/18/11
to Concerto Digital Signage
Did you resolve this as I am having the same issue with RHEL6.

On Feb 8, 10:24 pm, Brian Michalski <bmichal...@gmail.com> wrote:
> It depends a lot on your webserver and distro, but generally I would have
> expected that to work.  I might Google around for "fedora lamp" and see what
> you can find.
>
> ~Brian M
>
> On Tue, Feb 8, 2011 at 2:57 PM, Wesley Kennedy <w...@cloudpointoh.com> wrote:
> > After running
>
> > *yum install php*
>
> > I also ran
>
> > yum install php-mysql php-gd php-imap php-ldap php-odbc php-pear php-xml
> > php-xmlrpc php-eaccelerator php-magickwand php-magpierss php-mbstring
> > php-mcrypt php-mssql php-shout php-snmp php-soap php-tidy
> > *
> > *
> > This i s the normal php setup i run.  Any thoughts?
>
> > *
> > *
>
> > On Tue, Feb 8, 2011 at 2:38 PM, Brian Michalski <bmichal...@gmail.com>wrote:
>
> >> Yes, I tend to vote that this is a PHP issue.  The diagnostics page is
> >> completely separate from the rest of the system, and should at least display
> >> the PHP version if PHP is setup and working correctly.  Perhaps PHP is not
> >> properly loaded/configured in your web server.
>
> >> ~Brian M
>
> >> On Tue, Feb 8, 2011 at 2:33 PM, Wesley Kennedy <w...@cloudpointoh.com>wrote:
>
> >>> I dont know if this helps but the diagnostics.php page does not list the
> >>> status of any of the modules. i.e.
>
> >>> PHP Environment
>
> >>>    - PHP Version:
> >>>    - MySQL Support:
> >>>    - GD Support:
> >>>    - JSON Support:
> >>>    - PATH INFO Global:
>
> >>> Concerto Config
>
> >>>    - Config access:
> >>>    - Common Directory
> >>>    - Image Upload Directory:
> >>>    - Template Upload Directory:
> >>>    - MySQL Connection test:
>
> >>> Is this a PHP issue?
> >>> *
> >>> *
>
> >>> On Tue, Feb 8, 2011 at 2:21 PM, Wesley Kennedy <w...@cloudpointoh.com>wrote:
>
> >>>> Unfortunately it already is disabled.
>
> >>>> *Wes Kennedy*
> >>>> *
> >>>> *
> >>>> eml: w...@cloudpointoh.com
> >>>>  ph: 727.386.8614
>
> >>>> *Ubuntu user 32270*

Wesley Kennedy

unread,
Feb 18, 2011, 9:39:53 AM2/18/11
to concerto-dig...@googlegroups.com
Stephen-

I haven't had much time to dedicate to the project lately.  I should be able to work on it this weekend and will let you know.

Wes

Stephen Lester

unread,
Feb 21, 2011, 8:03:17 AM2/21/11
to Concerto Digital Signage
I found that this worked. go into your php.ini file and turn on
"short_tags"
The issue is that the code isn't really standardized. so there are <?
and <?= and <?php.
This is an issue for anyone running with short tags turned off.
-Stephen
On Feb 18, 9:39 am, Wesley Kennedy <w...@cloudpointoh.com> wrote:
> Stephen-
>
> I haven't had much time to dedicate to the project lately.  I should be able
> to work on it this weekend and will let you know.
> *
> *
> Wes
>
> On Fri, Feb 18, 2011 at 8:29 AM, Stephen Lester
> <steph...@burnin-media.com>wrote:

Wesley Kennedy

unread,
Feb 21, 2011, 8:04:45 PM2/21/11
to concerto-dig...@googlegroups.com
Stephen-

Thanks for the tip... I'll have to give it a try tomorrow.

Wes Kennedy


Ubuntu user 32270

BigBirdy

unread,
Mar 2, 2011, 11:43:20 AM3/2/11
to Concerto Digital Signage
I am getting the same issue. Running CentOS 5.5, MySql 5.1.55 and PHP
5.3.5.

I also notice that a file with <?phpinfo();?> does not produce any
output?

Nothing in /var/log/http/error_log either?

Anyway have/know a solution?


On Feb 21, 5:04 pm, Wesley Kennedy <w...@cloudpointoh.com> wrote:
> Stephen-
>
> Thanks for the tip... I'll have to give it a try tomorrow.
> *Wes Kennedy*
> *
> *
> eml: w...@cloudpointoh.com
> ph: 727.386.8614
>
> LinkedIn <http://www.linkedin.com/in/wesleykennedy>
> *Ubuntu user 32270*
>
> On Mon, Feb 21, 2011 at 8:03 AM, Stephen Lester
> <steph...@burnin-media.com>wrote:

Brian Michalski

unread,
Mar 4, 2011, 1:44:43 AM3/4/11
to concerto-dig...@googlegroups.com
Try a page like <?php phpinfo(); ?>  If that page works, then short tags (i.e just using <?) are disabled.  If that page doesn't load, PHP isn't installed correctly on your server or Apache isn't configured for it.

~Brian M
Reply all
Reply to author
Forward
0 new messages