Benim Wordpress tapa ile yardıma ihtiyacı

0 Cevap php

I need help in finishing a Wordpress plugin I'm developing. I'm almost finished, but I am experiencing some problems and I can't figure out why I get the errors. I am posting the link to the plugin so you may download and test. I think it's the best way to discover what is wrong


What does it do?

The plugin lets you select a image and stores the image URL in a custom property. You can then retrieve this custom property in your template design.

Bunu yüklediğinizde, POST iki özel Metabokslar ekleyebilir ve backend SAYFA düzenleme ekran olacaktır. Her özel özellik görüntüyü seçmek için bir düğme vardır. Bu düğmeye tıkladığınızda, bir UI iletişim kutusu açılır ve dosya ve klasörleri görüntüler.

Bir görüntüyü seçilen ve POST / PAGE kaydettikten sonra, özel mülk almak ve şablon tasarımı görüntü url kullanabilirsiniz.

Installation

http://stiengenterprises.com/download/wp-filebrowser: Sadece buradan eklenti dowload

/ Eklenti dir halletmek ve size klasörünü kopyalayın, sonra eklentiyi etkinleştirin.

Known issues

1) 404 Not found

'Görüntü url alın' düğmesine tıklayarak, jQuery jQuery ("# ​​filebrowser"). Iletişim () sonra yüklerin fileBrowser.php 'tetikler.

At line one, I have the following code:
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');

Bu 404 Bulunamadı hatası neden budur. Bu hat WP V2.9.1 herhangi bir sorun neden yoktu.

2) File upload
I've not been able to use jQuery Form Plugin to uplaod files. I would really like to use this for file Upload. I do not want to use Flash.

I have had a go at it, but no luck :( You can see my Stackoverflow ticket here: http://stackoverflow.com/questions/3707372/does-anyone-have-a-good-example-tutorial-on-how-to-use-jquery-form-upload

I would really really appreciate any help you can give me :)

UPDATE

Todd'un öneri test ettikten sonra, bu WPMU benim yerel yükleme çalışır. Ama hala benim web sunucusunda bir hata iletisi alırsınız:

Warning: require_once(WP_HOME/wp-blog-header.php) [function.require-once]: 
failed to open stream: No such file or directory in 
/home/mysite/wpmu/wp-content/plugins/wp-filebrowser/fileBrowser.php on line 4

Fatal error: require_once() [function.require]: 
Failed opening required 'WP_HOME/wp-blog-header.php' 
(include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in 
/home/mysite/wpmu/wp-content/plugins/wp-filebrowser/fileBrowser.php on line 4

Satır 4 olan require_once(WP_HOME.'/wp-blog-header.php');

0 Cevap