Problems with CMSimple Functions

General questions about CMSimple
Post Reply
tinmanchris
Posts: 2
Joined: Wed Jul 09, 2008 7:06 pm

Problems with CMSimple Functions

Post by tinmanchris » Wed Jul 09, 2008 7:21 pm

Hey all,

I just recently found CMSimple and installed it on my server (dreamhost) with no problems. I'm loving how simple everything is but I'm starting to find issues with Scripting. Here's some information:

Code: Select all

#CMSimple $output.="Blah blah blah";#
- this works fine, no problems at all

Code: Select all

#CMSimple hide#
- this works fine, no problems at all

Code: Select all

#CMSimple $output.=geturl('http://www.google.com');#
- this does NOT work. Page just show blank.

Code: Select all

#CMSimple $output.=autogallery('http://www.silentepidemicband.com/beta/autogallery/'); #
- this does NOT work. Page just show blank.

The custom mailform code from http://www.cmsimple.com/?Installer%27s_ ... m_mailform does not work and just shows a blank TEXTAREA.

My guess is that it's a php.ini issue but I can't find anything on CMSimple's website to reference upon. I hope it isn't since Dreamhost is a pain to get a custom php.ini set up.

This is my phpinfo() http://www.silentepidemicband.com/test.php
This is the CMSimple website http://www.silentepidemicband.com/beta/

Any help would be greatly appreciated! Thanks! :D

Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Re: Problems with CMSimple Functions

Post by Holger » Wed Jul 09, 2008 9:48 pm

Hi tinmanchris,

just a quick reply:
tinmanchris wrote:My guess is that it's a php.ini issue but I can't find anything on CMSimple's website to reference upon. I hope it isn't since Dreamhost is a pain to get a custom php.ini set up.
Yep, you're right!
tinmanchris wrote:

Code: Select all

#CMSimple $output.=geturl('http://www.google.com');#
- this does NOT work. Page just show blank.
To use geturl you have to set allow_url_fopen = on but it's off on your server.

I have not tested on other issues 'till now...

Holger

tinmanchris
Posts: 2
Joined: Wed Jul 09, 2008 7:06 pm

Re: Problems with CMSimple Functions

Post by tinmanchris » Fri Jul 11, 2008 3:53 pm

Hey Holger,

Thanks for the piece of information, I'll start working on fixing up the php.ini. I'll keep you posted about whether it fixes the other problems.

;)

Post Reply