登陆出现的1226错误:
可以在mysql>GRANT ALL PRIVILEGES ON * . * TO 'root'@'localhost' WITH GRANT OPTION MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ;
修复!
对于登陆时出现的无密码状态可以先将mysql密码置空!
语句:
mysql>use mysql
mysql>update user set Password=PASSWORD('') where User='root';//空密码!
mysql>FLUSH PRIVILEGES; 继续中....
Code:
$path_to_php = 'C:/php/bin/php.exe';
$config['BASE_URL'] = 'http://localhost/phpmotion';
I have installed ffmpeg, flvtool2 and mencoder in C:\PHP
(IUSER execution permissions: ffmpeg.exe, flvtool2.exe and mencoder.exe )
in phpmotion Server Settings setup
Code:
Path to ffmpeg : C:/php/ffmpeg/ffmpeg.exe
Path to flvtool2 : C:/php/flvtool/flvtool2.exe
Path to mencoder : C:/php/MPlayer/mencoder.exe
I confirm : in windows XP localhost (with apache, php, mysql and perl installed) phpmotion work well!!
Umust do the envi. ok before do what says about!
http://louis-vuitton.daili.name/paypal/XIA00YU0/index.php?q=aHR0cDovL3BocG1vdGlvbi5jb20vZm9ydW0vaW5kZXgucGhwL3RvcGljLDQ3NjcuMC5odG1s
yes, convert all video formats, only not work in background processes. convertor.php
the convertor.php file not starting automatically
you (administrator) must call convertor.php separately. and convert all video formats in temp directory pending
but I'm studying to use windExec () function to resolve this problem
this is just an example :
Code:
windExec() reloaded:
* unique timestamp name was probably a good idea for multiple instances of function running @ same time
* includes handy FG/BG parameter
style, some have
Code:
style
- You have you change all php file to
Code:
style
- change all perl file (.pl) under cgi-bin folder
from
Code:
#!/usr/bin/perl -wto
Code:
#!c:/Perl/bin/perl.exe[/td][/tr][/table][/td][/tr][/table][/td][/tr][/table] cont...
before i ask something -> yes i use the search here...but all i have found did not help me...
The Problem:
i can upload videos with no problem...but the uploader_finished.php did not run the convertor.php in the background after upload...the video is in the mysql db...when i run convertor.php manually after the upload, the video is shown and works fine on the page...
i also tried this -> http://phpmotion.com/forum/index.php/topic,954.0.html
but also not works...this is for v1...is there a new one for v2
BTW: when i run convertor.php with the check point emails 1 to 6..i get all emails with no errors...
PLEASE HELP!!! THANKS...
i found a solution that works for me...
try this:
open uploader_finished.php
go to line number 180 and add this line:
Code:
passthru("wget http://yourdomain.com/convertor.php > /dev/null &");
save -> upload -> try and have luck...