Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue May 19, 2015 5:07 am 
Offline
Senior Newbie

Joined: Tue May 19, 2015 4:59 am
Posts: 5
So i have LAMP setup and the domain pointing to the linode servers my problem is i can't seem to install the cms

It shows me this :

Code:
<?php

/*
               /   \
              |  o  |
               \   /
        ________) (________
       |                   |
       '------.     .------'
               |   |
               |   |
               |   |
               |   |
    /\         |   |         /\
   /_ \        /   \        / _\
     \ '.    .'     '.    .' /
      \  '--'         '--'  /
       '.                 .'
         '._           _.'
            `'-.   .-'`
                \ /
*/

define('DS', DIRECTORY_SEPARATOR);
define('ENV', getenv('APP_ENV'));
define('VERSION', '0.9.2');

define('PATH', dirname(__FILE__) . DS);
define('APP', PATH . 'anchor' . DS);
define('SYS', PATH . 'system' . DS);
define('EXT', '.php');

require SYS . 'start' . EXT;


I have no idea what to do here on lamp on my dev laptop it installed without problems? Anyone know or can help me out?


Top
   
PostPosted: Tue May 19, 2015 5:48 am 
Offline
Senior Member

Joined: Fri Feb 13, 2015 8:12 pm
Posts: 101
Normally, visiting a php file makes the php program to be executed. When you get instead the php file itself it means PHP is not working.

If you explain exactly what you did to make it work (supposedly), we could perhaps tell you what you forgot.


Top
   
PostPosted: Tue May 19, 2015 6:00 am 
Offline
Senior Newbie

Joined: Tue May 19, 2015 4:59 am
Posts: 5
sanvila wrote:
Normally, visiting a php file makes the php program to be executed. When you get instead the php file itself it means PHP is not working.

If you explain exactly what you did to make it work (supposedly), we could perhaps tell you what you forgot.


I just checked to see if php5 is installed and it is so...?

I followed this tutorial here: https://www.linode.com/docs/websites/la ... untu-14-04


Top
   
PostPosted: Tue May 19, 2015 6:05 am 
Offline
Senior Newbie

Joined: Tue May 19, 2015 4:59 am
Posts: 5
I think it's actually apache error, For some reason it won't restart for me?


Top
   
PostPosted: Tue May 19, 2015 6:13 am 
Offline
Senior Newbie

Joined: Tue May 19, 2015 4:59 am
Posts: 5
NO apache work, runs and restarts fine. I'm stumped?
Yep it's php problem, how to fix this now tho?


Top
   
PostPosted: Tue May 19, 2015 10:39 am 
Offline
Senior Newbie

Joined: Tue May 19, 2015 4:59 am
Posts: 5
Would you believe it was as simple as sudo apt-get install update.
Silly me.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group