Ilan
Forum Replies Created
-
Forum: Plugins
In reply to: [Link Manager] [Plugin: Link Manager] Additional Custom Fields to LinksYeah! I’m interested! Was planning to dev one myself. Would love to collaborate!
;o)Peace, all.
Anas’s “solution” worked for me. Thanks!
But then again, this is obviously a bug, and I’d rather get to the root cause…
;o|Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] BUWP not working!Peace, Skangie,
Your failing require() problem seems unrelated to the BUWP plugin problems.
Line 17 in index.php (we’re in WP 3.2.1, yes?) does indeed read
require('./wp-blog-header.php');How did you get that “wordpress” prefixed to it?! I’ve no idea.
Maybe dig through http://www.php.net/manual/en/function.require.php . Glancing at it, I can’t imagine how you got that weird error message, as if PHP failed to understand the relative path “./”? (But then, I _hate_ PHP, so pro’ly missing something.)Anyway, this forum sucks (search results mostly obsolete, unresolved, uncategorized…), so generally I’d prefer asking in https://wordpress.stackexchange.com/ .
Hmm, note the timestamp on your errors, Nov-01. Could be they’re stale, from an older WP version, or when you were messing with .htaccess, or something?
Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] BUWP not working!Download links don’t work either, and _no indication_ of failure. WTF?
URLs like
http://www.example.com/wp-admin/tools.php?page=backupwordpress&hmbkp_download=L21udC…
just display the plugin’s page, no indication that a download was supposed to have been in the response instead?Also, just noticed this in php_errors.log:
[28-Aug-2011 23:04:58] PHP Warning: Wrong parameter count for fwrite() in /foo/wp-content/plugins/backupwordpress/functions/backup.functions.php on line 64Forum: Plugins
In reply to: [WP Super Popup] [Plugin: WP Super Popup] Where is /smp_popup.html?It’s in the
uploadsdirectory.Look at the code: wp-super-popup.php, lines 60 and 65:
$smp_uploads_dir = wp_upload_dir();$smp_inline_popup_file = $smp_uploads_basedir . '/smp_popup.html';;o)