User Feedback Archive : May 2018

Posted by Kamil
2018-05-29

Hello Tom,
when we can expect a version of phpkobo with a bootstrap look...?

Thx,
Kamil
Posted by Tom
2018-05-31

All in good time :)
Posted by Sharon
2018-05-29

I have tried adding:
SetEnv TZ London/Europe
to the top of .htaccess

This has fixed the error in
address/web/codelib/slib/CValidator.inc.php lines 62 and 63

But I still have this error at the top: ... Read More
Posted by Tom
2018-05-31

>SetEnv TZ London/Europe

Wait, is "London/Europe" a correct timezone?
Try "Europe/London"
Posted by Sharon
2018-05-27

Currently php 5.3 (can go up to 5.6)
Posted by Tom
2018-05-27

Hi,

>Currently php 5.3 (can go up to 5.6)

The error seems to appear in PHP 5.3 of a certain Linux distribution (Maybe Ubuntu?).

I think your problem is the same as this one.

... Read More
Posted by Sharon
2018-05-23

I have started getting error messages in my address book:

Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the ... Read More
Posted by Tom
2018-05-24

Hi, would you tell me your PHP version?
Posted by hardey
2018-05-14

how do i edit the title that appear on the web browser tab button when scoll down. when i open the tpl.framelogin.inc.php to see the title.. then i need to open the tpl.html.header.inc .. then i ... Read More
Posted by Tom
2018-05-14

Hi, on the top of tpl.frame.login.inc.php, there is the $hm->Title function. Replace it with
<?php $hm->Title( __FILE__, "Write-Title-Here" ); ?>
The title of the page will be "Write-Title-Here"