I uploaded and activated Stream Video in my local machine mu install.
On page view I try and insert a tag via the stream video player tag generator and get this error code.
Parse error: syntax error, unexpected '}' in D:\xampp\xampp\htdocs\wordpress-mu\wp-content\plugins\stream-video-player\config.php on line 47
I saw a similar error code on the plugin update.
Any ideas?
Thanks
Bryan.
Deleted plugin and reinstalled.
Different screen now, without the above error code.
Now I get this:
You need to put the Flash Cross Domain Policy file in the root web folder of the web server where you are loading the content, for an example:
http://example.com/crossdomain.xml
So I am trying to add the crossdomain.xml file into the root
of http://localhost.localdomain/wordpress-mu/wp-admin/edit-pages.php
My guess as I should try to copy it into http://localhost.localdomain
Via: http://localhost.localdomain/phpmyadmin/index.php
I am there, and not sure how to open the localdomain database?
I see the current database folders including wpmu.
Is this the right place to add the file?
I tried to add it into the database and get an error message that its not an sql formated file.
Use ftp? to open localhost.localdomain?
No, you put the file http://example.com/crossdomain.xml in the public root of your install. Which means, in your file manager, however you access the things like index.php (remember, when you install? that folder?)
and place this file there.
If you're running WPMU on a local machine, you need to put that file in the root of your /htdocs folder. That's considered the "root" of http://localhost.localdomain.
Thank you Andrea and Mmcginnis!