ccowell
Forum Replies Created
-
Hi yukbon,
I am trying to setup Pari Passu to work with a dev Wowza setup. I am able to setup videowhisper but I also need Pari Passu for my iOS audience. What URLs and fallback did you use in your setup. I tried configuring my RTMP Server with rtmp://mywebsite.com/vod but I get nothing. I simply want to setup two address that will server flash and JWplayers.
Forum: Plugins
In reply to: [Contact Form DB] Where do I find a URL for uploaded filesThanks, this is issue is now resolved. The SQL max_packet setting fixed the issue. This is issue also relates to this bug report
Assuming you are using a fresh install with CF7 and the latest CFDB as the enabled plugins, you may need to modify your php.ini file to allow for much larger uploads. But first,
You might check your memory settings:
https://www.fastsecurecontactform.com/php-memory-limitThings you might look at MySQL max_allowed_packet:
https://www.justskins.com/forums/problem-on-inserting-data-115342.html
https://www.webyog.com/blog/2009/08/10/mysql-server-has-gone-away-part-1-max_allowed_packet/Ok, your code works perfectly for me. What version of WP are you using and are you using Multisite?
It’s definitely not linking. Can you also post the CF7 shortcode that generated your table shown in your tinypic?
Can you post your code a screen shot of your test database? This will hopefully expedite the solution.
Double-check your quota in your test contact form, your WP Settings and php.ini. Also check the allowable file extensions in General Settings.
I hope that helps.
Hi frank,
I did not write the plugin but having been playing around with it off and on for the past few weeks.
The file is actually saved to your database. You should be able to view everything in the admin area.
Go to Contact, then Database.
Next Select a Form (this is the form you created in Contact Form 7 and use in your test case.)
The database table should automatically reload. ??I hope that helps,
Happy New Years!!!
Man I am running on fumes. Thanks.
Forum: Plugins
In reply to: [Contact Form DB] Where do I find a URL for uploaded filesI should have spent more time looking. I’m currently testing out the plugin and noticed the issue is back for files over following 7MB. The problem is that I can download the attachment but it is not linkable at Contact->Database->MyForm. I increased the max-allowed-packet in mysql. I am also having trouble including the “filelink”. I does not appear to work.
Forum: Plugins
In reply to: [Contact Form DB] Where do I find a URL for uploaded filesI took a break from this bug. I uploaded your latest release and what can I say … it works now! Thanks for your support. Keep up the great work. Please consider a donation link.
Forum: Plugins
In reply to: [Contact Form DB] Where do I find a URL for uploaded filesOk. I am getting mail and the files are attached! ?? What can I say?
Forum: Plugins
In reply to: [Contact Form DB] Where do I find a URL for uploaded filesI configured the error log pointer. No file was created when I uploaded another mp3. Within CF7, I also set the upload limit to 10MB.
<p>Title (required)
[text* your-name] </p>
<p>Tag
[text your-subject] </p>
<p>Description
[textarea your-message] </p>
[file* file-330 id:podcast class:podcast limit:10485760 filetypes:mp3|mp4|m4a|wma|pdf]
<p>[submit “Submit”]</p>I currently have mail disabled for performance issues. :s I hope that is not the problem.
Forum: Plugins
In reply to: [Contact Form DB] Where do I find a URL for uploaded filesCool, I am starting over.
– I added the limit=”1″.
[cfdb-html form=”My Form” filelinks=”link” limit=”1″] Title: ${your-name} Tags: ${your-subject} Description: ${your-message} File: ${file-330} Uploaded at: ${Submitted} [/cfdb-html]
– Uploaded a different 4.6M mp3 with a success message.
– Checked Contact->Database and still no link to my mp3 … just text.I am using Firefox 7 and am testing this out on WPMulti 3.2 and configured to allow mp3 uploads.
Still confused.
Forum: Plugins
In reply to: [Contact Form DB] Where do I find a URL for uploaded filesI use this shortcode:
[cfdb-html form=”My Form” filelinks=”link”]
Title: ${your-name}
Tags: ${your-subject}
Description: ${your-message}
File: ${file-330}
Uploaded at: ${Submitted}
[/cfdb-html]and I get this output:
Title: My MP3 Title
Tags: test, title
Description: The beginning of my title.
File: Maid-with-the-Flaxen-Hair.mp3 <– NOT A LINK
Uploaded at: 2011-09-29 20:55:21 -06:00Title: My PDF Title
Tags: second, title
Description: Test podcast for now.
File: Test.pdf <– THIS IS A LINK
Uploaded at: 2011-09-29 20:41:56 -06:00I am also using version 2.1 of your plugin. Thanks.