Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • gmlemley Friend
    #191623

    After installing JA Extensions Manager, I get the following error message when clicking “JA Extensions Manager” in the components menu:

    An error has occurred.
    1146: Table ‘gmlemley_jmln1.joom_jaem_services’ doesn’t exist SQL=SELECT * FROM joom_jaem_services AS t WHERE 1 ORDER BY t.ws_name

    Does anyone know how to fix this?

    Thanks

    Saguaros Moderator
    #509948

    Did you try with the latest version? If possible, pm me admin & ftp account of your site, I will try to install for you.

    cstricker Friend
    #524810

    I am having the same issue with JA Extension Manager producing,

    “1146 – An error has occurred”

    and it lists the same sql reference as the above post, with my database shown (see below).

    A little history, I setup my domain and web hosting, purchased a Joomlart subscription, and attempted to install JA Fixel and JA Argo. In both cases, JA Extension Manager worked, When I deleted everything and started from scratch, I downloaded and installed JA LENS. Since then, I get the above error and: “Table ‘cstricker_fhjs1.fhjs_jaem_services’ doesn’t exist SQL=SELECT * FROM fhjs_jaem_services AS t WHERE 1 ORDER BY t.ws_name”

    <em>@Saguaros 394866 wrote:</em><blockquote>Did you try with the latest version? If possible, pm me admin & ftp account of your site, I will try to install for you.</blockquote>

    I am never asked to do or enter anything when I install the Joomlart Quickstarts. It is like it installs and configures in the background using the existing database and then says “you must delete installation file before loading your site” (that is a paraphrase since I know longer have the error on my screen).*

    Saguaros Moderator
    #524961

    @cstricker: you can PM me admin and FTP account of site you’re working on. I will detect what’s wrong here.

    saswiss Friend
    #555312

    Hi,
    I am having the same error message when installing the JA Extension Manager. What was the solution offered?
    thanks!

    jooservices Friend
    #555324

    Hi @saswiss
    Please create your own topic with issue detail. Each topic should be owned by one user only.
    @cstricker
    Please try to update this query to create table


    -- phpMyAdmin SQL Dump
    -- version 4.2.9.1
    -- http://www.phpmyadmin.net
    --
    -- Host: localhost
    -- Generation Time: Nov 16, 2014 at 12:25 PM
    -- Server version: 5.5.40-0ubuntu0.14.04.1
    -- PHP Version: 5.5.9-1ubuntu4.5

    SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
    SET time_zone = "+00:00";

    --
    -- Database: `joodev_joomla`
    --

    -- --------------------------------------------------------

    --
    -- Table structure for table `np4xf_jaem_services`
    --

    CREATE TABLE IF NOT EXISTS `np4xf_jaem_services` (
    `id` int(11) NOT NULL,
    `ws_name` varchar(255) NOT NULL,
    `ws_mode` varchar(50) NOT NULL DEFAULT 'local',
    `ws_uri` varchar(255) NOT NULL,
    `ws_user` varchar(100) NOT NULL,
    `ws_pass` varchar(100) NOT NULL,
    `ws_default` tinyint(1) NOT NULL DEFAULT '0',
    `ws_core` tinyint(1) NOT NULL DEFAULT '0'
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

    --
    -- Dumping data for table `np4xf_jaem_services`
    --

    INSERT INTO `np4xf_jaem_services` (`id`, `ws_name`, `ws_mode`, `ws_uri`, `ws_user`, `ws_pass`, `ws_default`, `ws_core`) VALUES
    (1, 'Local Service', 'local', '', '', '', 1, 1),
    (2, 'JoomlArt Updates', 'remote', 'http://update.joomlart.com/service/', '', '', 0, 1);

    --
    -- Indexes for dumped tables
    --

    --
    -- Indexes for table `np4xf_jaem_services`
    --
    ALTER TABLE `np4xf_jaem_services`
    ADD PRIMARY KEY (`id`);

    --
    -- AUTO_INCREMENT for dumped tables
    --

    --
    -- AUTO_INCREMENT for table `np4xf_jaem_services`
    --
    ALTER TABLE `np4xf_jaem_services`
    MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3;

    Note:// Replace with your own table prefix.

    Thank you,
    Viet Vu

    cobina Friend
    #561169

    tried to download latest version ja extension manager 2.6.0,
    got the following error –
    no file selected
    unable to find install packet

    can someone help me get this installed?

    jooservices Friend
    #561171

    Hi @cobina
    Please create your own topic with issue detail.

    Thank you,
    Viet Vu

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 6 voices, and was last updated by  jooservices 9 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum