anshuwap / glossword

Automatically exported from code.google.com/p/glossword
0 stars 0 forks source link

[1.8.12 ok] GW 1.8.11 cannot install to root #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
= What steps will reproduce the problem?
Instalation Step 4 - Setting up administrator account
Tab "Server configuration Protocol"
Field "Path to script*" is mandatory (must be filled)

The field label said : "Path to directory with Glossword files, usually
/glossword. No ending slashes. Leave empty when installing into root
directory."

So I cannot installing GW into root since the "Path to script*" field is
mandatory (must be filled)

I had check source code to see the script which validate this form but i
can't figure it out.

So, Any solutions ?
Help Appreciated..

Regards,
Charly

Original issue reported on code.google.com by jeefuu@gmail.com on 13 Oct 2008 at 7:40

GoogleCodeExporter commented 9 years ago
Please try new version of the file /gw_install/views/install_.php
(attached)

Original comment by dmitry.s...@gmail.com on 13 Oct 2008 at 12:28

Attachments:

GoogleCodeExporter commented 9 years ago
Thx dmitry.. Instalation progress work smoothly.

But, FYI : I still have error message on the first impression..
Error Message :

Database error
    Invalid SQL: SELECT id, id_user, date_modified, term, term_uri FROM
`gw_dict_example` WHERE is_active = "1" AND date_created <= 1223983380 ORDER BY
date_modified DESC LIMIT 0, 10
    (184 characters)

MySQL Error
    1146 (Table 'my_glossary.gw_dict_example' doesn't exist)

It's shown at top of front end, and admin area..

It should be search for my-own-prefix_dict_example instead gw_dict_example 
right ?

I think You forget to change database prefix at source code.

Original comment by jeefuu@gmail.com on 14 Oct 2008 at 4:36

GoogleCodeExporter commented 9 years ago
> It should be search for my-own-prefix_dict_example instead gw_dict_example 
right ?

Right. 

>  I still have error message on the first impression

To correct this, open a database table `gw_dict` in phpMyAdmin and change the 
value
for the field `tablename` from `gw\_dict_example` to 
`your-own-prefix_dict_example`.

Or you can re-install Glossword using another version of file
`/gw_install/sql/install-example.sql` (attached).

Original comment by dmitry.s...@gmail.com on 14 Oct 2008 at 5:32

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dmitry.s...@gmail.com on 21 Oct 2008 at 6:27