Search found 11 matches

by ErikvdB
Fri 22. Jun 2007, 17:31
Forum: phpwcms Installation Troubleshooting English
Topic: Moving existing website
Replies: 3
Views: 3661

Re:

Many thanks for your great support, 'take a different provider, that works better' is exactly the answer I was looking for!

:roll:

Anyways, as you may understand, this is not an option. But I managed to solve both problems (or actually foundd a work-around)

- The $_session check added for ...
by ErikvdB
Tue 5. Jun 2007, 22:17
Forum: phpwcms Installation Troubleshooting English
Topic: Moving existing website
Replies: 3
Views: 3661

Moving existing website

Dear all,

I have succesfully used phpwcms for a number of months, until my problems with my provider forced me to move from the old (linux) server to a new (windows) server a little while ago. As I had made some adjustments to the 1.26, I decided to reïnstall the 1.26 and then use the old files to ...
by ErikvdB
Tue 5. Jun 2007, 18:08
Forum: phpwcms Installation Troubleshooting English
Topic: Many problems with PhpWcms
Replies: 6
Views: 6254

Hello bagins6,

As I'm having the same problem, I wonder if you found a sollution to your kick-out problem??

Kind regards,
Erik
by ErikvdB
Tue 27. Feb 2007, 22:04
Forum: phpwcms Installation Troubleshooting English
Topic: PHP replacement tag won't work
Replies: 1
Views: 2624

PHP replacement tag won't work

Hey!

I just installed v 1.2.6. on win server. I already installed this version before on a nix/Apache server (succesfully) but due to server-problems I have to move.

Pages containing a PHP replacement tag show no content. I have made the setting $phpwcms["allow_cntPHP_rt"] = 1; but no result.

In ...
by ErikvdB
Tue 29. Aug 2006, 14:02
Forum: phpwcms Support English
Topic: PHP Includes
Replies: 19
Views: 12865

While searching, I get puzzled even more, as no form (except for the guestbook) seems to be posted. When I place
print_r($_POST); at the top of my index.php, I get 1 all the time. Is it possible that this has to do with the browser being forwarded and then loosing the POST-information or something ...
by ErikvdB
Tue 29. Aug 2006, 11:22
Forum: phpwcms Support English
Topic: PHP Includes
Replies: 19
Views: 12865

Hmm, okay, then it's strange..

Do you have any clue where I can start debugging?

Kind regards,
Erik
by ErikvdB
Tue 29. Aug 2006, 11:14
Forum: phpwcms Support English
Topic: PHP Includes
Replies: 19
Views: 12865

Thanx Oliver for your quick reply.

I expect that my $_POST should not be empty when I submit this (part of the) form:



<form method="post" action="?id=87,61,0,0,1,0">
<table>
<td><b>Omschrijving:</b></td>
<td><textarea cols="40" rows="2" name="omschrijving"></textarea></td>
</tr>

<tr>
<td ...
by ErikvdB
Tue 29. Aug 2006, 10:13
Forum: phpwcms Support English
Topic: PHP Includes
Replies: 19
Views: 12865

Hey!
I tried your example (including test_form.inc.php), but for some reasons my $_POST variable is a completely empty array. So when I put

Code: Select all

print_r($_POST);
in test_form.inc.php, it will give Array () at any time :-(

Any clue?

[edit]I'm using v1.2.6 release[/edit]
by ErikvdB
Mon 28. Aug 2006, 09:23
Forum: phpwcms Support English
Topic: Post form
Replies: 1
Views: 1501

Post form

Hi!
I want to build my own form, so I have created a page (plain text) with the content:
{PHP:myPHP/agenda.php}
In this file, I have both the form and the code to process the form. But when I post this form to itself (index.php?id=83,...) I have no value in my $_POST-variable.

The code from my ...
by ErikvdB
Thu 13. Jul 2006, 11:31
Forum: phpwcms Support English
Topic: Upload image - Thumbnail
Replies: 2
Views: 1802

First of all, thanx for your advise!

what type of images you have uploaded? JPG - GIF - PNG ?
Some versions of GD don´t support GIF !!!!!
I uploaded jpg-files, althoug quite big. I think (assuming to phpinfo) my GD should also support GIF.

You now need to setup the correct permissons for ...
by ErikvdB
Wed 12. Jul 2006, 16:12
Forum: phpwcms Support English
Topic: Upload image - Thumbnail
Replies: 2
Views: 1802

Upload image - Thumbnail

Hey!

Sorry for posting another thumbnail-problem, but I tried everething I could think of and could not find an solution.

I'm using 1.2.6 and try to upload images (either ftp-takeover or just upload), but I get the idea that no thumbnails are created. The upload does not give any problems, but ...