Search found 47 matches

by diaz914
21 Dec 2018, 08:46
Forum: Bug Report version 2.4
Topic: 302 Found When Upgrade
Replies: 11
Views: 1741

Re: 302 Found When Upgrade

Okay, i will contact my hosting provider
by diaz914
21 Dec 2018, 08:28
Forum: Bug Report version 2.4
Topic: 302 Found When Upgrade
Replies: 11
Views: 1741

Re: 302 Found When Upgrade

I already restore DB, and i try to re update i run install\autoupdate\from_2.3_to_2.4.php Rukovoditel | Database Auto Update from 2.3 to2.4 Processing... CREATE TABLE IF NOT EXISTS `app_users_login_log` ( `id` int(11) NOT NULL AUTO_INCREMENT, `users_id` int(11) DEFAULT NULL, `username` varchar(255) ...
by diaz914
21 Dec 2018, 08:15
Forum: Bug Report version 2.4
Topic: 302 Found When Upgrade
Replies: 11
Views: 1741

Re: 302 Found When Upgrade

When Update Progress, this error show

Rukovoditel | Database Auto Update from 2.3 to2.4
Processing...
ALTER TABLE `app_reports` ADD `listing_col_width` TEXT NOT NULL AFTER `listing_type`
1060
Duplicate column name 'listing_col_width'
by diaz914
21 Dec 2018, 08:14
Forum: Bug Report version 2.4
Topic: 302 Found When Upgrade
Replies: 11
Views: 1741

Re: 302 Found When Upgrade

No, i dont have, i download from https://blog.rukovoditel.net/rukovoditel-2-4-beta/

i just follow your tutorial for Upgrade
by diaz914
21 Dec 2018, 05:36
Forum: Bug Report version 2.4
Topic: 302 Found When Upgrade
Replies: 11
Views: 1741

Re: 302 Found When Upgrade

302 Found = its problem on my Htaccess

and when Upgrade Processing i have problem like this

ALTER TABLE `app_reports` ADD `listing_col_width` TEXT NOT NULL AFTER `listing_type`
1060
Duplicate column name 'listing_col_width'
by diaz914
21 Dec 2018, 05:24
Forum: Bug Report version 2.4
Topic: 302 Found When Upgrade
Replies: 11
Views: 1741

302 Found When Upgrade

Hellow,

I have problem when Upgrade 2.3 to 2.4 beta, this error messages =

Found

The document has moved here.

Additionally, a 302 Found error was encountered while trying to use an ErrorDocument to handle the request.
by diaz914
10 Dec 2018, 12:29
Forum: Discussion
Topic: HELP - MySQL Problem
Replies: 2
Views: 549

Re: HELP - MySQL Problem

Oh Nice,
Fix Now when i Delete the Port

thanks
by diaz914
10 Dec 2018, 08:53
Forum: Discussion
Topic: HELP - MySQL Problem
Replies: 2
Views: 549

HELP - MySQL Problem

I have a problem with the MySql database, I am confused whether this is a problem with the Hosting Provider or from the Rukovoditel system that I use. Because on the Hosting there are several CMS that run Normal, while the Rukovoditel application that I use is problematic. The problem is = Error: (2...
by diaz914
18 Sep 2018, 08:54
Forum: Discussion
Topic: Error Update from 2.2 to 2.3
Replies: 13
Views: 1639

Re: Error Update from 2.2 to 2.3

Did you update your database by run this file http://[your-site]/install/autoupdate/from_2.2_to_2.3.php ? If so then probably just run this query in phpmyadmin ALTER TABLE `app_reports_groups` ADD `is_common` TINYINT(1) NOT NULL DEFAULT '0' AFTER `created_by`, ADD `users_groups` TEXT NOT NULL AFTER...
by diaz914
18 Sep 2018, 05:52
Forum: Discussion
Topic: Error Update from 2.2 to 2.3
Replies: 13
Views: 1639

Re: Error Update from 2.2 to 2.3

When Update i have error message like this =

Processing...
ALTER TABLE `app_fields_choices` ADD `filename` VARCHAR(255) NOT NULL AFTER `value`
1060
Duplicate column name 'filename'