teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

9

変更内容

2019/12/27 03:48

投稿

Nitta
Nitta

スコア96

title CHANGED
@@ -1,1 +1,1 @@
1
- Roundcubeのログイン画面表示
1
+ Roundcubeのインストール
body CHANGED
File without changes

8

変更内容

2019/12/27 03:48

投稿

Nitta
Nitta

スコア96

title CHANGED
File without changes
body CHANGED
@@ -66,4 +66,8 @@
66
66
  Version 1.4.1
67
67
  [roundcubeダウンロード](https://roundcube.net/)
68
68
  より、tzを解凍しXamppのhtdocsフォルダにroundcubeとして保存。
69
- OS:Win10
69
+ OS:Win10
70
+
71
+ インストール状況
72
+ ![イメージ説明](78b29e58578a30771b58a24135bc14a8.png)
73
+ ![イメージ説明](5120f3527eededdd411bc62cd31998d8.png)

7

変更内容

2019/12/26 05:47

投稿

Nitta
Nitta

スコア96

title CHANGED
File without changes
body CHANGED
@@ -65,4 +65,5 @@
65
65
  Roundcube
66
66
  Version 1.4.1
67
67
  [roundcubeダウンロード](https://roundcube.net/)
68
- より、tzを解凍しXamppのhtdocsフォルダにroundcubeとして保存。
68
+ より、tzを解凍しXamppのhtdocsフォルダにroundcubeとして保存。
69
+ OS:Win10

6

変更内容

2019/12/26 04:56

投稿

Nitta
Nitta

スコア96

title CHANGED
File without changes
body CHANGED
@@ -63,4 +63,6 @@
63
63
  Zend Engine v3.3.5, Copyright (c) 1998-2018 Zend Technologies
64
64
 
65
65
  Roundcube
66
- Version 1.4.1
66
+ Version 1.4.1
67
+ [roundcubeダウンロード](https://roundcube.net/)
68
+ より、tzを解凍しXamppのhtdocsフォルダにroundcubeとして保存。

5

変更内容

2019/12/26 04:55

投稿

Nitta
Nitta

スコア96

title CHANGED
File without changes
body CHANGED
@@ -55,4 +55,12 @@
55
55
        ---index.php(public_htmlフォルダ内)
56
56
        ---.htaccess(public_htmlフォルダ内)
57
57
        ---plugins(public_htmlフォルダ内)
58
-       ---skins(public_htmlフォルダ内)
58
+       ---skins(public_htmlフォルダ内)
59
+
60
+ php -v
61
+ PHP 7.3.5 (cli) (built: May 1 2019 13:17:17) ( ZTS MSVC15 (Visual C++ 2017) x64 )
62
+ Copyright (c) 1997-2018 The PHP Group
63
+ Zend Engine v3.3.5, Copyright (c) 1998-2018 Zend Technologies
64
+
65
+ Roundcube
66
+ Version 1.4.1

4

変更内容

2019/12/26 04:47

投稿

Nitta
Nitta

スコア96

title CHANGED
File without changes
body CHANGED
@@ -50,9 +50,9 @@
50
50
 
51
51
  階層関連
52
52
 
53
- public_html---program------------js(programフォルダ内)
53
+ public_html---program(public_htmlフォルダ内)------------js(programフォルダ内)
54
54
  ------------resource(programフォルダ内)
55
-       ---index.php
55
+       ---index.php(public_htmlフォルダ内)
56
-       ---.htaccess
56
+       ---.htaccess(public_htmlフォルダ内)
57
-       ---plugins
57
+       ---plugins(public_htmlフォルダ内)
58
-       ---skins
58
+       ---skins(public_htmlフォルダ内)

3

変更内容

2019/12/26 03:39

投稿

Nitta
Nitta

スコア96

title CHANGED
File without changes
body CHANGED
@@ -50,8 +50,8 @@
50
50
 
51
51
  階層関連
52
52
 
53
- public_html---program-----------js(programフォルダ内)
53
+ public_html---program------------js(programフォルダ内)
54
- -----------resource(programフォルダ内)
54
+ ------------resource(programフォルダ内)
55
55
        ---index.php
56
56
        ---.htaccess
57
57
        ---plugins

2

変更内容

2019/12/26 03:38

投稿

Nitta
Nitta

スコア96

title CHANGED
File without changes
body CHANGED
@@ -46,4 +46,13 @@
46
46
 
47
47
  0: '$' is not defined
48
48
 
49
- ```
49
+ ```
50
+
51
+ 階層関連
52
+
53
+ public_html---program-----------js(programフォルダ内)
54
+ -----------resource(programフォルダ内)
55
+       ---index.php
56
+       ---.htaccess
57
+       ---plugins
58
+       ---skins

1

変更内容

2019/12/26 03:37

投稿

Nitta
Nitta

スコア96

title CHANGED
File without changes
body CHANGED
@@ -31,4 +31,19 @@
31
31
 
32
32
  SMTP
33
33
  $config['smtp_server'] = 'ssl://smtp.gmail.com';
34
- $config['smtp_port'] = 465;
34
+ $config['smtp_port'] = 465;
35
+
36
+ Error
37
+ ```
38
+ HTTP401: 拒否されました - 要求されたリソースにはユーザー認証が必要です。
39
+ POST - http://localhost:8000/?_task=login
40
+
41
+ 8SCRIPT1002: SCRIPT1002: Syntax error
42
+ jquery.min.js (1,1)
43
+
44
+ 0: 'rcube_webmail' is not defined
45
+ localhost:8000 (39,1)
46
+
47
+ 0: '$' is not defined
48
+
49
+ ```