here's a phpWCMS Quick Start Guide *IMAGES FIXED*

If you have created additional (non official) documentation or tutorials or something like that please post this here
Pappnase

Post by Pappnase »

pico wrote:Hi

I'm not shure (Ver. 1.1RC2 was before my time :wink: ) but I think that you have to update to 1.1RC4 or if you want to Ver. 1.2.1
hello

the best way is to update to 1.2.1.
Altern8
Posts: 2
Joined: Sun 24. Jul 2005, 23:39

Post by Altern8 »

theres no pics :cry:
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

Altern8 wrote:theres no pics :cry:
there are some other great resources here:

http://www.phpwcms-dcou.de

and

http://peperkorn-online.de/phpwcms.phtml
http://www.studmed.dk Portal for doctors and medical students in Denmark
Altern8
Posts: 2
Joined: Sun 24. Jul 2005, 23:39

Post by Altern8 »

hey

ive seen them but i cant speak german :oops:
jscholtysik

Post by jscholtysik »

Hi Altern8,


there is also an english section at phpwcms-docu.de :

http://www.phpwcms-docu.de/index.php?en ... d74895fdef


Joachim
Pappnase

Post by Pappnase »

hello

i have send an mail to steve and ask for the images! :cry:
Pappnase

Post by Pappnase »

hello

images are stored no at the dosu site!

thanks to steve that he send me the images!
wrmetro
Posts: 6
Joined: Sat 22. Apr 2006, 22:58

Can't create articles

Post by wrmetro »

When I try to create articles, after I enter the basic info and send it (but before the page to actually enter the article) I get this message:

Warning: main(/usr/local/apache/htdocs/include/inc_tmpl/article.editsummary.tmpl.php): failed to open stream: No such file or directory in /home/wrmetro/public_html/include/inc_lib/article.editcontent.inc.php on line 226

Warning: main(): Failed opening '/usr/local/apache/htdocs/include/inc_tmpl/article.editsummary.tmpl.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wrmetro/public_html/include/inc_lib/article.editcontent.inc.php on line 226

Any ideas??
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: Can't create articles

Post by DeXXus »

wrmetro wrote:Any ideas??
If you have this at the bottom of your "conf.inc.php":

Code: Select all

$_SERVER['DOCUMENT_ROOT']     = '/usr/local/apache/htdocs';
Try changing it to this:

Code: Select all

$_SERVER['DOCUMENT_ROOT']     = ' /home/wrmetro/public_html';
loub0999
Posts: 28
Joined: Sun 10. Dec 2006, 04:27
Location: Montreal, Quebec, Canada
Contact:

i found an error in the code!

Post by loub0999 »

If you're following along with this tutorialas I am, you will type all the tags as they appear in the screen snap shots. The problem is that one of the tags is missing a quotation (") at closing. So if you copy as is, there might be a problem with the results.

The line missing the quote is <div style="color:#333333;padding:20px;"> in the "main" box of the template window.
rbrickyboy
Posts: 14
Joined: Wed 22. Aug 2012, 17:35

Re: here's a phpWCMS Quick Start Guide *IMAGES FIXED*

Post by rbrickyboy »

Too bad Images no longer loads... I was looking for this information..
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: here's a phpWCMS Quick Start Guide *IMAGES FIXED*

Post by Oliver Georgi »

rbrickyboy wrote: Tue 16. Mar 2021, 17:20 Too bad Images no longer loads... I was looking for this information..
Solved for you?
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
rbrickyboy
Posts: 14
Joined: Wed 22. Aug 2012, 17:35

Re: here's a phpWCMS Quick Start Guide *IMAGES FIXED*

Post by rbrickyboy »

Hello Oliver,
apologies, I need this information to get started working on a simple project, I was trying to create a template, and is it possible to assign a template to different articles? I hope you could help..
Thank you so much
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: here's a phpWCMS Quick Start Guide *IMAGES FIXED*

Post by Oliver Georgi »

It depends on how you structure your articles. Every structure level can have a custom template. You can place only a singe article inside a structure level.

In addition every article and content section can have custom designed elements/behavior.

Usually there is one main template which defines the basic document structure, CSS and JavaScript and so on. Then you define how it looks in detail. Header slider here, big picture there and so on. Think of it like a puzzle.

On top of everything you have direct access to all rendering by PHP.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply