Search found 8 matches

by carl.olsen
Tue Jul 19, 2011 2:07 pm
Forum: PHP API
Topic: There is no device with id [generic] in wurfl
Replies: 14
Views: 54686

Re: There is no device with id [generic] in wurfl

Okay, WURFL File: /var/apache2/htdocs/mtest/carl/examples/demo/inc/../../../WURFL/, Not Readable Storage Dir: /var/apache2/htdocs/mtest/carl/examples/demo/inc/../../resources/, OK Storage/Persistence Dir: /var/apache2/htdocs/mtest/carl/examples/demo/inc/../../resources/, OK Fatal error: Uncaught exc...
by carl.olsen
Tue Jul 19, 2011 2:05 pm
Forum: PHP API
Topic: There is no device with id [generic] in wurfl
Replies: 14
Views: 54686

Re: There is no device with id [generic] in wurfl

I did install tera-wurfl this morning and it works great. I'm just not sure I want to try to switch out the wurfl that UCLA mobile web framework is using with the mysql version. If all else fails, at least I can try to do that.
by carl.olsen
Tue Jul 19, 2011 1:52 pm
Forum: PHP API
Topic: There is no device with id [generic] in wurfl
Replies: 14
Views: 54686

Re: There is no device with id [generic] in wurfl

Okay, he's reset the permissions and the owner on those folders and now the error message is back to the original one I reported: Fatal error: Uncaught exception 'Exception' with message 'There is no device with id [generic] in wurfl' in /var/apache2/htdocs/mtest/carl/WURFL/CustomDeviceRepository.ph...
by carl.olsen
Tue Jul 19, 2011 1:46 pm
Forum: PHP API
Topic: There is no device with id [generic] in wurfl
Replies: 14
Views: 54686

Re: There is no device with id [generic] in wurfl

I already had that display error code in that page, but I have now replaced it with the code you just provided. The page is just blank if errors are not displayed. I've sent a request to the server administrator to set the permissions to 777 on the cache folder and the three folders inside it and to...
by carl.olsen
Tue Jul 19, 2011 1:41 pm
Forum: PHP API
Topic: There is no device with id [generic] in wurfl
Replies: 14
Views: 54686

Re: There is no device with id [generic] in wurfl

Okay, now it looks like I have a permission problem with that directory. I thought I had the server administrator set those to 777 but I see they are 755 now. The owner was root.root and I had him change that to webserverd.webserverd since we don't have apache.apache on that machine. Fatal error: Un...
by carl.olsen
Tue Jul 19, 2011 1:29 pm
Forum: PHP API
Topic: There is no device with id [generic] in wurfl
Replies: 14
Views: 54686

Re: There is no device with id [generic] in wurfl

I don't have root access to the server. I don't think I can view the logs. I did get a different error when that directory was set to 755. In that case, the error was that it could not write to the directory. Changing it to 777 fixed that, but it's still not writing anything to that directory. I tri...
by carl.olsen
Tue Jul 19, 2011 12:55 pm
Forum: PHP API
Topic: There is no device with id [generic] in wurfl
Replies: 14
Views: 54686

Re: There is no device with id [generic] in wurfl

chmod -R 777 /var/apache2/htdocs/mtest/carl/examples/resources/storage works but I'm still getting the same error. The permissions on that directory were already set to drwxrwxrwx. I set them to 777 during the set up.
by carl.olsen
Tue Jul 19, 2011 7:57 am
Forum: PHP API
Topic: There is no device with id [generic] in wurfl
Replies: 14
Views: 54686

There is no device with id [generic] in wurfl

What am I doing wrong? http://mtest.drake.edu/carl/examples/demo/ I'm trying to install on Solaris and I'm getting this error: Fatal error: Uncaught exception 'Exception' with message 'There is no device with id [generic] in wurfl' in /var/apache2/htdocs/mtest/carl/WURFL/CustomDeviceRepository.php:1...