Welcome, Guest
Username Password: Remember me

Table 'install.jos_terawurflcache' doesn't exist
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Table 'install.jos_terawurflcache' doesn't exist

Table 'install.jos_terawurflcache' doesn't exist 14 years, 1 month ago #536

  • franze98
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
the install worked w/out issue. using WAMP on win 2003 with PHP 5.2.6 and MySQL 5.0.51b
the check wurfl web utility successfully finds the test phones.

any ideas?

Re: Table 'install.jos_terawurflcache' doesn't exist 13 years, 5 months ago #4480

  • jrroger
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
Just create the table manually from cpanel by phpmyadmin, do you have the structure of it?

 
CREATE TABLE `jos_TeraWurflCache` (
`user_agent` varchar(255) character set utf8 collate utf8_bin NOT NULL default '',
`cache_data` mediumtext NOT NULL,
PRIMARY KEY (`user_agent`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
 
Last Edit: 13 years, 5 months ago by jrroger. Reason: Found the code for creation of the table
  • Page:
  • 1
Time to create page: 0.09 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.