0
Welcome Guest! Login
0 items Join Now

Problem Importing DB from VOXEL Template

    • MLopez's Avatar
    • MLopez
    • Rocketeer
    • Posts: 88
    • Thanks: 3
    • UX/UI Designer

    Problem Importing DB from VOXEL Template

    Posted 12 years 9 months ago
    • Hi every one. I've tried to publish my site by uploading to my server, but the db has given the following error:

      --
-- Dumping data for table `pq0js_jf_content`
--
--
      --
      
--
      
-- Table structure for table `pq0js_jf_languages`
      
--
      
CREATE ALGORITHM = UNDEFINED DEFINER = `root`@`localhost` SQL SECURITY DEFINER VIEW `bpf2012`.`pq0js_jf_languages` AS SELECT `l`.`lang_id`AS `lang_id` , `l`.`lang_code` AS `lang_code` , `l`.`title` AS `title` , `l`.`title_native` AS `title_native` , `l`.`sef` AS `sef` , `l`.`description` AS `description` ,`l`.`published` AS `published` , `l`.`image` AS `image` , `lext`.`image_ext` AS `image_ext` , `lext`.`fallback_code` AS `fallback_code` , `lext`.`params` AS`params` , `lext`.`ordering` AS `ordering` 
FROM (
      `bpf2012`.`pq0js_languages` `l`
      LEFT JOIN `bpf2012`.`pq0js_jf_languages_ext` `lext` ON ( (
      `l`.`lang_id` = `lext`.`lang_id`
      ) )
      )
      ORDER BY `lext`.`ordering` ;


      MySQL said: 
      #1227 - Access denied; you need the SUPER privilege for this operation

      Have anyone any idea about it???

      THNX
    • Last Edit: 12 years 9 months ago by MLopez.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: Problem Importing DB from VOXEL Template

    Posted 12 years 9 months ago
    • MLopez's Avatar
    • MLopez
    • Rocketeer
    • Posts: 88
    • Thanks: 3
    • UX/UI Designer

    Re: Problem Importing DB from VOXEL Template

    Posted 12 years 9 months ago
    • Thanks CDAVIS411 but i try everything and don`t know what generate this issue
    • MLopez's Avatar
    • MLopez
    • Rocketeer
    • Posts: 88
    • Thanks: 3
    • UX/UI Designer

    Re: Problem Importing DB from VOXEL Template

    Posted 12 years 9 months ago
    • Have anyone any idea about it???

Time to create page: 0.059 seconds