Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-13) was last changed on 30-May-2019 21:34 by Ben Spink

This page was created on 25-Oct-2018 04:31 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 10 lines
Due to licensing, we cannot include the MySQL jar file. So here is the link for it.
[https://dev.mysql.com/downloads/connector/j/5.1.html]\\
Direct link: [https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.47.zip]
And from that download, the only thing you care about is this one file: mysql-connector-java-5.0.8-bin.jar
Place that somewhere, and in the user config, choose this file as your db_driver_file. Then test.
At line 10 changed one line
`path` varchar(255) default NULL
`path` varchar(255) default NULL,
`sort_order` int(11) default NULL
At line 33 changed one line
`sort_order` int(11) default NULL
`sort_order` int(11) default NULL,
`server_group` varchar(50) default NULL
At line 118 added 2 lines
`for_menu` varchar(10) default NULL,
`for_context_menu` varchar(10) default NULL,
At line 158 added 8 lines
# Dump of table VFS_PROPERTIES. New in v6.4
# ------------------------------------------------------------
CREATE TABLE `VFS_PROPERTIES` (
`userid` int(11) default NULL,
`path` varchar(1024) default NULL,
`prop_name` varchar(255) default NULL,
`prop_value` varchar(2000) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
At line 145 removed one line
Version Date Modified Size Author Changes ... Change note
13 30-May-2019 21:34 4.981 kB Ben Spink to previous
12 25-Oct-2018 04:31 4.98 kB Ada Csaba to previous | to last
11 25-Oct-2018 04:31 4.974 kB Ben Spink to previous | to last
10 25-Oct-2018 04:31 4.892 kB Ben Spink to previous | to last
9 25-Oct-2018 04:31 4.441 kB Ben Spink to previous | to last
8 25-Oct-2018 04:31 4.102 kB Ben Spink to previous | to last
7 25-Oct-2018 04:31 4.014 kB Ben Spink to previous | to last
6 25-Oct-2018 04:31 4.013 kB Ben Spink to previous | to last
5 25-Oct-2018 04:31 3.969 kB Ben Spink to previous | to last
4 25-Oct-2018 04:31 3.968 kB Ben Spink to previous | to last
3 25-Oct-2018 04:31 3.48 kB Ben Spink to previous | to last
2 25-Oct-2018 04:31 3.479 kB Ben Spink to previous | to last
1 25-Oct-2018 04:31 3.412 kB Ben Spink to last
« This page (revision-13) was last changed on 30-May-2019 21:34 by Ben Spink
G’day (anonymous guest)
CrushFTP9 | What's New

Referenced by
LeftMenu

JSPWiki