Bid

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
martin
Posts: 4
Joined: Fri 26. Mar 2004, 08:07

Bid

Post by martin »

Hi,

In the new content part Bid, I get the following error message :

<input name="cbid_startbid" type="text" class="f11" id="cbid_startbid" style="width: 130px;" value="
Fatal error: Call to undefined function: floatval() in /home/httpd/vhosts/cda-edamvolendam.com/httpdocs/nl/include/inc_tmpl/content/cnt20.inc.php on line 80

Anybody know what to do ?

Kind regards,
Martin
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Hm - what PHP version do you use? floatval is in when PHP >= 4.2.0

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
martin
Posts: 4
Joined: Fri 26. Mar 2004, 08:07

Post by martin »

Hi Oliver,

I have php version 4.1.2.
The error message appears after start bid :
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

I think what Oliver is facing... is that your version of PHP is OLDER than he can support (4.2.x) for the Bid "contnent-part" [using floatval() function] that you do not have in PHP version 4.1.2 :(
Post Reply