# |
Oct 4th 2016, 09:15 |
Neon1024 |
sonu: Are you asking for an example of how to use Composer? |
# |
Oct 4th 2016, 09:15 |
Neon1024 |
PHP 5.5.9+ ouch |
# |
Oct 4th 2016, 09:14 |
sonu |
example ... |
# |
Oct 4th 2016, 09:14 |
dakota |
nope, they recently updated it :slightly_smiling_face: |
# |
Oct 4th 2016, 09:14 |
Neon1024 |
Isnâ??t the cakedc/users only for Cak e2 |
# |
Oct 4th 2016, 09:14 |
dakota |
You donâ??t need to download, or put anything into a folder |
# |
Oct 4th 2016, 09:14 |
sonu |
yes |
# |
Oct 4th 2016, 09:14 |
dakota |
You install it using composer |
# |
Oct 4th 2016, 09:14 |
dakota |
sonu, follow the instructions in the documentation |
# |
Oct 4th 2016, 09:13 |
sonu |
sir where is this folder palce in my cakephp3 |
# |
Oct 4th 2016, 09:11 |
eax |
sonu: https://github.com/CakeDC/users/blob/master/Docs/Documentation/Installation.md - THere's instructions on how to install it, there :) |
# |
Oct 4th 2016, 09:11 |
rudy1976s |
Hello there , I need hel to create a response able to deliver video/x-flv content to javascript video-js player |
# |
Oct 4th 2016, 09:11 |
sonu |
can you anyone help how can run ...this plugin in local.. |
# |
Oct 4th 2016, 09:10 |
sonu |
i already installed cakephp 3.2 in localhost |
# |
Oct 4th 2016, 09:10 |
sonu |
how can run this plugin run in localhost |
# |
Oct 4th 2016, 09:09 |
sonu |
https://www.cakedc.com/plugins/users#plugin |
# |
Oct 4th 2016, 09:09 |
sonu |
hello Sir... |
# |
Oct 4th 2016, 09:02 |
eax |
YW Speud1 :) |
# |
Oct 4th 2016, 09:02 |
eax |
Speud1: Just do differnet naming on the columns, eg: '% Resolution' => "percent_resolution" |
# |
Oct 4th 2016, 09:02 |
neothermic |
Speud1: Consider renaming those columns IMO. Anything else risks breaking later |
# |
Oct 4th 2016, 09:02 |
Speud1 |
@neothermic and @eax, thanks to you ;) |
# |
Oct 4th 2016, 09:01 |
eax |
Ah ok neothermic :) You learn something new every day :D |
# |
Oct 4th 2016, 09:01 |
Speud1 |
yes I just read it....ok I need to find a workaround for that |
# |
Oct 4th 2016, 09:01 |
neothermic |
eax: you are allowed them if you quote the identifier, but it's just generally not ensured that all identifiers are going to be quoted all the time. |
# |
Oct 4th 2016, 09:00 |
eax |
Speud1: Generally it is frowned upon, and reading this: http://dev.mysql.com/doc/refman/5.7/en/identifiers.html - You are neither allowed to have % nor spaces |
# |
Oct 4th 2016, 08:59 |
neothermic |
If you want to make sure nothing breaks, always adhere to that restriction. |
# |
Oct 4th 2016, 08:59 |
neothermic |
http://dev.mysql.com/doc/refman/5.7/en/identifiers.html |
# |
Oct 4th 2016, 08:59 |
neothermic |
```Permitted characters in unquoted identifiers: ASCII: [0-9,a-z,A-Z$_] (basic Latin letters, digits 0-9, dollar, underscore)``` |
# |
Oct 4th 2016, 08:59 |
eax |
Hang on, lemme check docs |
# |
Oct 4th 2016, 08:59 |
dakota |
Back in the time of the monsters that were SVN and trac |
# |
Oct 4th 2016, 08:59 |
Speud1 |
mysql db |
# |
Oct 4th 2016, 08:59 |
Speud1 |
@eax, what do you mean ? |
# |
Oct 4th 2016, 08:58 |
eax |
Speud1: What kind of database are you running? |
# |
Oct 4th 2016, 08:58 |
Speud1 |
even if it's a string |
# |
Oct 4th 2016, 08:58 |
Speud1 |
add operator in field like % ? |
# |
Oct 4th 2016, 08:58 |
dakota |
before the sands of slack, and the lands of github even existed, we were one with the cake_novice |
# |
Oct 4th 2016, 08:58 |
Speud1 |
we cannot ? |
# |
Oct 4th 2016, 08:58 |
Speud1 |
yes |
# |
Oct 4th 2016, 08:58 |
eax |
Speud1: Are your field names actually named: "% Phone Tickets/Inbound Calls" in your database? |
# |
Oct 4th 2016, 08:57 |
Speud1 |
trying to save this entity: http://pastebin.com/Xh50rTRc |
# |
Oct 4th 2016, 08:57 |
Speud1 |
someone has already got this errror: Fatal error: Unsupported operand types in D:\Wamp\www\qcheck\vendor\cakephp\cakephp\src\ORM\Table.php on line 1479 (from a shell script with cake3) |