Search found 12 matches

by bones
Thu 2. Dec 2004, 07:03
Forum: phpwcms Support English
Topic: Size limit on articles?
Replies: 8
Views: 2949

it fits onto 1 A4 page in Word.
by bones
Wed 1. Dec 2004, 10:21
Forum: phpwcms Support English
Topic: Size limit on articles?
Replies: 8
Views: 2949

Size limit on articles?

i've been trying to copy and past a table from MS Word into the WYSIWYG content part of an article, but it always seems to lose half the info.

Is there a limitation on the size of an article?
Limitation on WYSIWYG html?

Roland
by bones
Wed 1. Dec 2004, 10:05
Forum: phpwcms Support English
Topic: incorrect template being used
Replies: 1
Views: 808

incorrect template being used

when creating a new article, no matter what template is selected at the site structure level as the default, it is using a specific template.

ideas?

Roland
by bones
Tue 23. Nov 2004, 15:15
Forum: phpwcms Support English
Topic: file centre - size limit
Replies: 2
Views: 1302

file centre - size limit

is there a limit to the filesize one can upload?

I have been trying to upload a file of approx 10MBs, but it doesn't display, not errors etc.

Regards
Roland
by bones
Fri 27. Aug 2004, 11:35
Forum: phpwcms Support English
Topic: Static Background
Replies: 1
Views: 799

Static Background

hi

is it possible to put a static background in? If so, how?

Roland
by bones
Fri 30. Jul 2004, 09:05
Forum: phpwcms Support English
Topic: email form doesn't go to recipient
Replies: 3
Views: 1280

Hi

The content part works fine - it is going through to the 'send_copy' address

Version is 1.1 RC2

Roland
by bones
Thu 22. Jul 2004, 21:16
Forum: phpwcms Support English
Topic: email form doesn't go to recipient
Replies: 3
Views: 1280

email form doesn't go to recipient

Hi

I set up the a form and put in the address to where it is supposed to go in recipient, but it doesn't go there.

(the copy does go to email)

What could be the problem?

Roland
by bones
Tue 13. Jul 2004, 12:25
Forum: phpwcms Support English
Topic: Login - after sql migration between servers
Replies: 6
Views: 2274

workaround

Hi Pappnase, Oliver

Thanks for the help.
I eventually found a workaroud - i created a new instance of PHPwcms and just sql'ed the user table to my local system, and then sql'ed the whole db back to where i wanted it. And seems to work.

Still puzzled as to why it would not accept the login. Suspect ...
by bones
Sun 11. Jul 2004, 22:40
Forum: phpwcms Support English
Topic: Login - after sql migration between servers
Replies: 6
Views: 2274

another strange thing. When copying between two remote servers, all worked fine, except that you now have to put in pwd twice.

Roland
by bones
Sun 11. Jul 2004, 22:38
Forum: phpwcms Support English
Topic: Login - after sql migration between servers
Replies: 6
Views: 2274

how do i change pwd in phpMyAdmin?

i can go and see the entry in the user table - but the password seems encrypted.

Sorry, i don't know what MD5 means.

(Hey, by the way, i dunno if i can help phpwcms, but i can was brought up talking German, but went to an English school (also lived in Germany ...
by bones
Sun 11. Jul 2004, 22:30
Forum: phpwcms Support English
Topic: Login - after sql migration between servers
Replies: 6
Views: 2274

Hi

Thanks Pappnase, Oliver.

Both versions are v1.1 RC2

Below are config files;
Server
<?

// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "xxxxxx";
$phpwcms["db_pass"] = "xxxxxx";
$phpwcms["db_table"] = "edenvale_wcms1";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers ...
by bones
Wed 7. Jul 2004, 12:36
Forum: phpwcms Support English
Topic: Login - after sql migration between servers
Replies: 6
Views: 2274

Login - after sql migration between servers

Hi

I'm working off-line on my Linux box at home (our marvellous Telkom still has a huge monopoly meaning that ADSL etc is still too expensive). Installed phpWCMS there, all working fine.
Also installed phpWCMS on the server through Fantastico (don't shoot me).
Then I used phpMyAdmin to export the ...