Expression Engine

This is a discussion on "Expression Engine" within the PHP Forum section. This forum, and the thread "Expression Engine are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Aug 9th, 2007, 17:49
Highly Reputable Member
Join Date: Jun 2007
Location: Canterbury
Age: 20
Posts: 726
Thanks: 0
Thanked 0 Times in 0 Posts
Expression Engine

Hi,

I've just installed expression engine onto my server. The installation process was fine.

but now when I try to view the site/view my admin panel it is just a blank page.

Not really sure where to go from here...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Aug 9th, 2007, 18:25
Highly Reputable Member
Join Date: Jun 2007
Location: Canterbury
Age: 20
Posts: 726
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Expression Engine

little bit more info...the tables have all been created in the database, when I do view source it is absolutely blank on both live page and admin page. and also its doing my nut and I'm about to throw expression engine in the bin.

I've reinstalled it 3 times.

stupid thing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Aug 9th, 2007, 18:35
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Expression Engine

Have no idea ... I was actually going to start playing with it this week but haven't had time yet.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Aug 9th, 2007, 18:42
Highly Reputable Member
Join Date: Jun 2007
Location: Canterbury
Age: 20
Posts: 726
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Expression Engine

yea thats what I just decided to start doing!

Right...I want to recreate my blog on one of these CMS solutions because chances are they are more secure and easier to set up than coding my own which I can't be bothered to do.

How customisable are the layouts of these things?

The layout I'm looking for is nto that complex but I don't know how complex layouts in these things can go.

I was gonna use a stylesheet switcher cos the first one I designed was really rather femenine so I wanted another one a bit more manly...

I've attached the rough mock designs, does anyone with what engine I can achieve what I want?

Mike
Attached Images
File Type: jpg blog-design-1.jpg (158.5 KB, 15 views)
File Type: jpg blog-design-2.jpg (146.2 KB, 15 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Aug 9th, 2007, 20:10
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Expression Engine

Ah finally, people are concerting to EE. Its so brilliant, you can literally use it for anything. Your problem looks like something wrong your end, I've got a few installs of EE running fine locally an done online. MAke sure you've got all the db setting right (but if the tables have been created then everything should be fine).

He's an example. You can create custom field groups in the admin panel. You create one say call it books. Then you create (withing that field group) fields called title, author, detail, review. You can make these groups optional or compulsory and you can decide whether to turn on xhtml formatting or turn it off etc. You save this. Next you need to apply it to what EE calls a 'weblog' though you can rename this. This basicall associates that field group with a section.

The beauty is you can have all of these customised sections ('weblogs') running form a single site. You call the fields using EE special code. Here's an example. Oh and you can run a bunch of sites from a single install of EE which is cool.

Code: Select all
<body>
{exp:weblog:entries}
<h2>{book_title}</h2>
<h3>{book_author}</h3>
{book_review}
{/exp:weblog:entries}
</body>
This is quite self explanatory. The names (book_title, book_author, book_review) refer to the names I gave to those fields in the add/ edit field window.

When you get the hang of it you really start to see the possibilities. It's totally flexible and you can even cutomise bits or build extra bits if you want something specific. There are lots of module already available that you can download (there's a cool forum module but thats an extra $50). The site has some amazing documentation and there's a few sites dedicated to EE. Check the video intros from the Ellis Lab people here.

And I promise I don't work for them.

Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Aug 9th, 2007, 20:11
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Expression Engine

Oh the cool thing about the EE code is you just build your site templates as you do normally (or from withing the EE admin panel) and slot in the very simple code. Easy really.

Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Aug 9th, 2007, 21:35
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,780
Thanks: 0
Thanked 16 Times in 16 Posts
Re: Expression Engine

Thanks guys, i never knew this existed. It might be just the thing i am needing for a site that i am making!
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Aug 9th, 2007, 22:00
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Expression Engine

The core is totally free as long as you aren't making any money. Then there are personal and commercial licenses which costs pennies. It's a good price for what it is though. It's awesome. There is a learning curve though.

Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Aug 9th, 2007, 22:11
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,780
Thanks: 0
Thanked 16 Times in 16 Posts
Re: Expression Engine

It looks pretty straight forward + it helps when they do step-by-step tutorials. If i get the hang of the core version, i will probubly buy it.
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Aug 9th, 2007, 22:16
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Expression Engine

Well if you're setting up a blog then it's straight forward, if you're setting up a blog and want a few extra bits then its ok too. If you're doing anything outside the box then it can be tricky. You also need to get used to all of it's special tags and modules etc. This is what makes it so tricky but is also what makes it so powerful.

Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
blank, expression engine

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Expression Web CSS layout brylkre8 Web Page Design 3 Jun 10th, 2008 02:40
MS Expression radiated Scripts and Online Services 11 Aug 7th, 2007 01:16
Unicode Regular Expression won't work ?? stacioanri JavaScript Forum 2 Jul 28th, 2007 21:52
Microsoft Expression Web: Are they for real? BGarner Webforumz Cafe 5 Jul 16th, 2007 21:58
Help spliting string by regular expression Sagaris PHP Forum 8 May 1st, 2007 20:46


All times are GMT. The time now is 13:34.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42