min tag

32 questions


1 answers
81 views
0
MAMP's phpMyAdmin username/password disappeared

After installing MAMP, I couldn't log in to phpMyAdmin because I didn't understand well and fiddled with databases and files.http://localhost/MAMP/?language=JapaneseWhen I went to the above URL, the M...

2 years ago

3 answers
87 views
0
I want to replace Distinct with Exist in SQL

To speed up the query of the search results, I wanted to replace Distinct with Exist, but it was too complicated for me to replace it well.There are two, but they are as follows.Also, when I measured ...

2 years ago

1 answers
115 views
0
session_start(): The session id is too long or contains illegal characters

I am using MAC OSX Yosemite 10.10.3.We installed MAMP and successfully launched SQL Server Apache and MAMP's top screen.However, if you open the tool →phpMyAdmin from here, the following error occurs ...

2 years ago

2 answers
136 views
0
Information About Troubleshooting Phpmyadmin Error Code 200

When I installed xampp and logged in to phpmmyadmin to create a local environment for wordpress, I got a pop-up similar to the one below and I couldn't create a DB.Error processing requestError Code: ...

2 years ago

1 answers
97 views
0
Unable to log in to phpMyAdmin

Unable to log in to phpMyAdmin.It may be because of the MySQL configuration, but please let me know.I downloaded phpMyAdmin 4.4.14.1 and installed it on a web server.http://pocolog.cocolog-nifty.com/m...

2 years ago

1 answers
99 views
0
'undefined method 'new_record?' for nil:NilClass' error in ActiveAdmin with Rail has_many relationship

ActiveAdmin in Rails implements a form method for an object with has_many relationship, but the error 'undefined method 'new_record?' for nil:NilClass' occurs.A has_many BA has_many CIn a relationship...


1 answers
134 views
0
Python flask admin RuntimeError: maximum recursion depth exceeded

@babel.localeselectordef get_locale(): print 'check2' if 'lang' in session: cur_lang = session['lang'] if cur_lang in app.config['SUPPORTED_LANGUAGES'].keys(): return cur_lang else: return reques...

2 years ago

1 answers
123 views
0
ActiveModel::ForbiddenAttributesError occurs when you try to enter a value in Rails ActiveAdmin.

For the implementation of the basic model admin, we have created a file that can modify ModelName as follows. ActiveAdmin.register ModelName do menu priority: 2, label: 'aaa', parent: 'bbb'endIt goes ...


1 answers
88 views
0
How do I add a new Admin user to ActiveAdmin?

Rails is using Active Admin. I forgot my initial ID and password. How do I add new admin users?


1 answers
94 views
0
Mark as image in the list (index) of ActiveAdmin.

Rails has a column called image_url in the model, how do I display this image in the index of ActiveAdmin?

« - 3 - »

© 2024 OneMinuteCode. All rights reserved.