Search found 7 matches

by HenkvD
Sat Oct 04, 2014 3:07 am
Forum: Database API
Topic: Problem changing PHP version
Replies: 6
Views: 53392

Re: Problem changing PHP version

Solved!

After replacing install.php i found that in PHP 5.6 mode tera wurfl could not connect to the database because of a password that was too weak.

After that I made a new database, loaded the wurfl.xml file and all is fine now.

Many thanks for helping me troubleshoot this problem.

Henk
by HenkvD
Sat Oct 04, 2014 1:38 am
Forum: Database API
Topic: Problem changing PHP version
Replies: 6
Views: 53392

Re: Problem changing PHP version

Hi Elliot, thanks for your reply. Loaded the last database wurfl.xml by using local file. No problems. But after that no improvement in the issue loading my index.php page: blank again. However I found that when using PHP 5.6 and trying to load the administration page from Tera-Wurfl I get the messa...
by HenkvD
Fri Oct 03, 2014 1:46 am
Forum: Database API
Topic: Problem changing PHP version
Replies: 6
Views: 53392

Re: Problem changing PHP version

Found some error text in the Apache error log section! Backend fatal error: PHP Fatal error: Uncaught exception 'Exception' with message 'Error: ' in /public_html/wurfl/DatabaseConnectors/TeraWurflDatabase_MySQL5.php:358\nStack trace:\n#0 /public_html/wurfl/TeraWurfl.php(292): TeraWurflDatabase_MySQ...
by HenkvD
Fri Oct 03, 2014 1:12 am
Forum: Database API
Topic: Problem changing PHP version
Replies: 6
Views: 53392

Re: Problem changing PHP version

Thanks for the reaction Elliot, I think the thing I can do with PHP with my hosting provider are limited. I can switch from one version to another, and there is a page to switch (I think they are) modules on and off. Also I can alter PHP settings, and to answer your question error_reporting is set t...
by HenkvD
Thu Oct 02, 2014 2:28 pm
Forum: Database API
Topic: Problem changing PHP version
Replies: 6
Views: 53392

Problem changing PHP version

Hi, I'm using Tera-WURFL 2.1.5 Administration, Loaded WURFL: for API 1.5.2 - Updated, db.scientiamobile.com - 2014-09-10 09:41:32. In my webpages I use the script below to adress mobile visitors to a website especially for them. The code looks like this: <?php require_once("wurfl/TeraWurfl.php"); $w...
by HenkvD
Wed Mar 20, 2013 12:44 pm
Forum: Device Detection Issues
Topic: Need some help with my script
Replies: 4
Views: 10806

Re: Need some help with my script

Thanks for the reply, Server side optimization sounds great but is out of my league for this moment due to the fact that I have not enough time to spend. The code snippet uses wireless and tablet as condition to redirect to my mobile website. I think most of the tablets can view my main website perf...
by HenkvD
Tue Mar 19, 2013 3:00 pm
Forum: Device Detection Issues
Topic: Need some help with my script
Replies: 4
Views: 10806

Need some help with my script

For the website of my single-man-company I use Wurfl to redirect mobile users to a mobile version of my website. This is the script I put in the pages to redirect: require_once("wurfl/TeraWurfl.php"); $wurflObj = new TeraWurfl(); $wurflObj->getDeviceCapabilitiesFromAgent(); $isWireless = $wurflObj->...