Search found 10 matches

by jtnygren
Tue 11. May 2004, 09:45
Forum: phpwcms Support English
Topic: Problem with persistent SQL connections
Replies: 6
Views: 2312

Problem with persistent SQL connections

Hello!

At least in include/inc_lib/default.inc.php you use pconnect to connect to database. This is problem with couple big webhotell organisation in Finland.

Do you have any patch to change phpWCMS to use connect instead of pconnect? Or could you tell is default.inc.php only place where you ...
by jtnygren
Mon 10. May 2004, 20:14
Forum: phpwcms Support English
Topic: "Select a file you wish to upload" error!
Replies: 11
Views: 2853

Oliver Georgi wrote:maybe upload is forbidden or restricted
You are maybe right... from my phpinfo():

Code: Select all

file_uploads                         1 1 
upload_max_filesize             512KB 512KB 
... BUT ...

Code: Select all

upload_tmp_dir                    no value no value
I'll try to fix this.. Thanks Oliver
by jtnygren
Fri 7. May 2004, 12:57
Forum: phpwcms Support English
Topic: "Select a file you wish to upload" error!
Replies: 11
Views: 2853

what for an browser did you use!? will you try if this work an my domain!? you can test it there if you want!

Ok. I think it has something to do with servers security settings. I have tested it with iE, netscape and Opera. Same version works with my other servers.

It seems that server loses ...
by jtnygren
Fri 7. May 2004, 11:45
Forum: phpwcms Support English
Topic: "Select a file you wish to upload" error!
Replies: 11
Views: 2853

I had this problem to once and I think it was that the GD or ImageMagick configs were different. Did you try to tweek them in your config file? I had ImageMagick on when the server didn't have it...I think...

How actually you fixed the problem?? I dont have ImageMagick active and conf-file is now ...
by jtnygren
Wed 5. May 2004, 11:05
Forum: phpwcms Support English
Topic: "Select a file you wish to upload" error!
Replies: 11
Views: 2853

pSouper wrote:maybe you don't own the files anymore. can you view the ownership of the file?
can you use CHOWN to reclaim the files?
I can upload same files to my other installs on different servers...
by jtnygren
Wed 5. May 2004, 11:04
Forum: phpwcms Support English
Topic: "Select a file you wish to upload" error!
Replies: 11
Views: 2853

Here are my image configs from conf.inc.php:

$phpwcms["imagick"] = 0; //if 0 = GD, 1 = ImageMagick
$phpwcms["imagick_path"] = ""; //Path to ImageMagick
$phpwcms["use_gd2"] = 1; //if 0 = GD1, 1 = GD2

and here are screenshots:
http://www.fi24.com/data/_temp/001.JPG

Everything should be OK, but ...
by jtnygren
Wed 5. May 2004, 08:22
Forum: phpwcms Support English
Topic: "Select a file you wish to upload" error!
Replies: 11
Views: 2853

Could it be becouse register globals is off (not possible to change in this situation)? It seems that phpWCMS loses file parameter on the way to upload.

Dont you have any ideas? Oliver??

Thanks for the best CMS!
by jtnygren
Tue 4. May 2004, 20:41
Forum: phpwcms Support English
Topic: "Select a file you wish to upload" error!
Replies: 11
Views: 2853

"Select a file you wish to upload" error!

Hello! I changed webserver, copied files to new server and imported SQL dump to new database.

Everything else worked fine, but picture UPLOAD is not working anymore. I use newest 1.1RC4 release. Everytime I try to upload file, phpWcms says that "Select a file you wish to upload".

Files and dirs ...
by jtnygren
Mon 29. Mar 2004, 09:41
Forum: phpwcms Bug Reports
Topic: Cannot use admin area
Replies: 4
Views: 2706

solved

It seems that reason was different times between SQL and Apache/PHP server and was solved by changing $phpwcms["max_time"] longer in include/inc_conf/conf.inc.php .
by jtnygren
Sun 28. Mar 2004, 15:07
Forum: phpwcms Bug Reports
Topic: Cannot use admin area
Replies: 4
Views: 2706

Cannot use admin area

Without any reason phpwcms throws me out from admin area. I have not changed php codes and have tried to upload phpwcms again but nothing helps.

First everything works fine. I can log in and browse articles and templates but when I try to save modified article or css, phpwcms throws me out and ...