moonbug
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Dropbox Upload] Authorize not workingI can confirm that nothing is being blocked.
I have set the plugin to use curl
localhost is a windows 2003 IIS6
You are right, it is the curlSSL.
But how does one enable curlSSL support?Forum: Plugins
In reply to: [Simple Dropbox Upload] Authorize not workingIt shows a blank white window on all browsers FF, chrome when I click Authorize
but if I manually type in the address bar
http://localhost/wordpress/wp-admin/admin-ajax.php?action=choice
I get
Step 1: Pre-authorization acquired!Is there a manual link that I can type to initiate step 2 and step 3?
Forum: Plugins
In reply to: [WP-Filebase Download Manager] how to set a cron jobSpecifically, how do you run the wp-filebase cron job manually?
I have enabled hourly cron for filebase but how can I confirm that filebase sync has been scheduled?
How can I manually run the cron job without depending on WordPress?
I tried /wordpress/wp-cron.php?doing_cron but it doesn’t seem to sync.
When using FLV, I cannot use the default permalinks which is http://localhost/wordpress/?p=123
@mralucas
How did you change the FLV Player to longtails.
How did you reference the flv file?
file: “%file_url_encoded%” does not workI tried it but error shows “Task Queue failed at step 5: Playlist could not be loaded: Http Status 404; not found.
Template code use is below
<script type=”text/javascript” src=”%wpfb_url%extras/flvplayer/jwplayer.js”></script>
<div id=”container”>Loading the player …</div>
<script type=”text/javascript”>
jwplayer(“container”).setup({
flashplayer: “%wpfb_url%extras/flvplayer/player.swf”,
file: “%file_url_encoded%”,
height: 270,
width: 480
});
</script>Forum: Fixing WordPress
In reply to: Send Actual Forgotten PasswordHow do you add the email password option for existing users?
The error occurs after 5175 files. Any suggestion so that I can sync by Category/Directory instead of it syncing the whole filebase directory to decrease the file count.
I finally got an error when using Sync Filebase:
\PHP\v5.3\php-cgi.exe –
FastCGI process exceeded configured request timeoutIs it possible to sync on a per directory/category basis if the files are too many is the root cause of the issue?
I checked the php.ini and memory_limit = 128M;
I also tried syncing multiple times but the status/number showing new files does not change.
I do not get any error message on the screen. It simply stays 0% and does nothing. I can click Go Back and sync again but status sync info stays the same, the new files number does not go down.I have about 6014 Files and a number of categories.
When I manually click Sync Filebase, the sync progress bar does not seem to update and is stuck at 0%.Is there a timeout that can be extended?
Can the progress bar be refreshed so that it actually shows % progress while syncing?Forum: Plugins
In reply to: [BigBlueButton] [Plugin: BigBlueButton] How to record…Could you also add option to download recorded sessions and save to local drive in the plugins?
Possibly add option who can download based on user roles.Forum: Plugins
In reply to: [BigBlueButton] [Plugin: BigBlueButton] How to record…Is there a way to allow recording in BigBlueButton WordPress Version 1.0.1 by changing something in the code?
Is a new plugin version that supports record and playback almost out?
Also, how do I shutdown bigbluebutton? I tried shutdown -h but it tells me that I need to be root. Logged in as firstuser
Forum: Fixing WordPress
In reply to: Restrict Access to Home PageI just wanted to protect the visibility of the default index.php of the theme in case someone manually types it on the url.
What php code can I add to set the visibility to private.
It shows the latest blogs. I believe it is the default index.php file. I want to restrict access to this page in case someone manually type the url address eg. http://site/index.php.