Search found 5 matches

by aaronazz
Wed 30. Jan 2008, 15:07
Forum: phpwcms Installation Troubleshooting English
Topic: Help - "error while connecting to database:"
Replies: 8
Views: 6444

Re: Help - "error while connecting to database:"

Woohoo! It appears to be working fine. Uncommenting the line and replacing the code solved the problem. I will begin transferring in all the site's content, so if it's gonna break, it should happen then. The problem wasn't apparent when I was adding in all the structure levels, so I'm glad to not ...
by aaronazz
Mon 28. Jan 2008, 06:32
Forum: phpwcms Installation Troubleshooting English
Topic: username and password problem
Replies: 8
Views: 7542

Re: username and password problem

What exactly should it be set to? I am having the same trouble with PHPWCMS 1.3.3. I have done many successful installations previously, including recent 1.3.3. The only difference is that this time is on a server other than my own. It is a Microsoft-IIS/6.0 running PHP 5.2.5 and MySQL 5.0.45

I ...
by aaronazz
Mon 28. Jan 2008, 04:29
Forum: phpwcms Installation Troubleshooting English
Topic: Help - "error while connecting to database:"
Replies: 8
Views: 6444

Re: Help - "error while connecting to database:"

Changed the DB in conf.phpwcms.php to:
$phpwcms['db_version'] = 50045;
The setup had originally created it as:
$phpwcms['db_version'] = 50027;

This is the full conf (minus sensitive data):
<?php

// database values
$phpwcms['db_host'] = 'localhost';
$phpwcms['db_user'] = 'XXXXXXXXXX';
$phpwcms ...
by aaronazz
Sun 27. Jan 2008, 14:54
Forum: phpwcms Installation Troubleshooting English
Topic: Help - "error while connecting to database:"
Replies: 8
Views: 6444

Re: Help - "error while connecting to database:"

I am experiencing the exact same problem with a fresh install of PHPWCMS 1.3.3 (and I've done many successful installations before - even 2 recently with 1.3.3). I have tried setup and creating tables with the same result many times. I can do everything BUT create new articles. I can do template and ...
by aaronazz
Thu 27. Jan 2005, 06:05
Forum: phpwcms Support English
Topic: Adding support for Subscript Characters within the 'content'
Replies: 2
Views: 1263

Adding support for Subscript Characters within the 'content'

Hello all.

Firstly, thanks Oliver for a truly wonderful CMS.

I have found a seemingly simple limitation within the latest PHPWCMS release that I would greatly appreciate some help.

I have deployed quite a number of PHPWCMS-based sites but have found the need for Subscript text, until now. The ...