006fazer
Forum Replies Created
-
Forum: Plugins
In reply to: [React Webcam] Gutenberg will break react-webcamForum: Plugins
In reply to: [React Webcam] Gutenberg will break react-webcamfor cron :
The first command every minutes is : find /home/toto/public_html/wp-content/uploads/webcam/*.jpg -mmin +1 -exec rm {} \;
The script which copy picture from one site to the other is, is launch every minut :
/bin/bash /home/toto/update-webcam-sitedev.sh :
content is :
#!/bin/env bashCOUNTER=0
while [ $COUNTER -lt 6 ]; do
# echo The counter is $COUNTER
sleep 10
# do what you need to here
find /home/toto/public_html/wp-content/uploads/webcam/ -type f -name “192.168.xx.xx_01_*.jpg” -exec cp {} /home/toto/sitedev.toto.fr/wp-content/uploads/webcam/ \;
let COUNTER=COUNTER+1
donebr
Eric- This reply was modified 5 years, 9 months ago by 006fazer.
Forum: Plugins
In reply to: [React Webcam] Gutenberg will break react-webcamI revert to 4.9 version of WP to have a funtionnal webcam and clone the web site to a test site and upgrade it to WP5. Make a cron script which copy webcam picture from the first site to the second.
To disable Gutenberg, i installed Classic editor.
Eric ??
Forum: Plugins
In reply to: [React Webcam] Gutenberg will break react-webcamHi
For me it’s not ok ??Forum: Plugins
In reply to: [React Webcam] Gutenberg will break react-webcamHi,
No solution for me for the moment ??
Forum: Plugins
In reply to: [React Webcam] Gutenberg will break react-webcamHi
I also installed the old editor extension. But how can I disable the new Gutenberg extension ? I have two option or edit pages plus the elementor extension I used to create my pages.
I create a fresh installed of wp 5 with only the old editor and react webcam, no refresh of images ??
So, I forgot to do something.
Be
éricForum: Plugins
In reply to: [React Webcam] Gutenberg will break react-webcam@gertjank, your hotel site isn’t in WP5.0 but in 4.9.8 ??
Forum: Plugins
In reply to: [React Webcam] Gutenberg will break react-webcamHi
I also have this problem. Could explain me you resolve the problem ?
Thanks ??