I asume that your webbuilder page have the extension php otherwise I have no idea why it does not work for youWhen I upload an image it is placed in the uploads folder.
But it's stil not showing up on the page.

Ukra wrote:
Is there an alternative to the ftpmanager?
Ulrik
Look in the "page html" from the page with the extension if the path to the image is correct,if yes than it can only a permission problem.Patr100 wrote:Yes it is
I can edit/add text no problem but uploaded pics still just appear as placeholder with the red cross.
I'll try again later
-
Eddy wrote:If you have used pages in folders ( page not in the same directorie as the cms) than the path to the file is not correct.( php include in the WB page )
Do you have this structure on your server?
Look also to the read and write settings (755) or (777) from your folders.
content
jscripts
uploaded
login.php
webbuilder pages.html
webbuilder pages.html
webbuilder pages.html
Hmmm Good question just tried it doesn't like it.Eddy wrote:I`am happy you found the problem!
I dont know what is different on your server but it works now and thats importand.
But can you now upload images with the filemanager to the uploaded folder?
Code: Select all
<?php
/**
* sysem base config setting
* @author Logan Cai (cailongqun [at] yahoo [dot] com [dot] cn)
* @link www.phpletter.com
* @since 1/August/2007
*
*/
error_reporting(E_ALL);
//error_reporting(E_ALL ^ E_NOTICE);
//Access Control Setting
/**
* turn off => false
* by session => true
*/
define('CONFIG_ACCESS_CONTROL_MODE', false);
define("CONFIG_LOGIN_USERNAME", 'sdfgdfgdfgdgfdgsdfsdfg3454dsfb5e');
define('CONFIG_LOGIN_PASSWORD', 'ASDF@#%JHGSDFGasdkjfh3812764ksdjfbhkjxcf');
define('CONFIG_LOGIN_PAGE', 'ajax_login.php'); //the url to the login page
//SYSTEM MODE CONFIG
define('CONFIG_ACCESS_CONTROL_MODE', false);
define("CONFIG_LOGIN_USERNAME", 'sdfgdfgdfgdgfdgsdfsdfg3454dsfb5e');
define('CONFIG_LOGIN_PASSWORD', 'ASDF@#%JHGSDFGasdkjfh3812764ksdjfbhkjxcf');
define('CONFIG_LOGIN_PAGE', 'ajax_login.php'); //the url to the login page
If you enable it (Change false to 1) you have to type the password and login if you need to upload a file with the filemanager.Ok but we don't ever enter it?
When is it used?
So it's best to change it to something else anyway?
Its a php file you cannot read the file in a browser,for more information you have to ask the developer,I asume its very secure otherwise they would have changed the login for the filemanager.I assume the config.base.php file itself is not vulnerable to attack without some form of encrypted username/password ?
Code: Select all
jscripts/tiny_mce/plugins/template/css/content.css
Code: Select all
// Example content CSS (should be your site CSS)
//content_css : "jscripts/tiny_mce/plugins/template/css/content.css",
Warning: include(content/adshome.html) [function.include]: failed to open stream: No such file or directory in /home2/eye/public_html/demo/index.php on line 321
Warning: include(content/adshome.html) [function.include]: failed to open stream: No such file or directory in /home2/eye/public_html/demo/index.php on line 321
Warning: include() [function.include]: Failed opening 'content/adshome.html' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/eye/public_html/demo/index.php on line 321
Code: Select all
<div id="news1" style="position:absolute;overflow:auto;left:259px;top:137px;width:255px;height:87px;z-index:0;
border:1px #A52A00 solid">
<?php include('content/news.html') ?>
</div>
Are al files/folders in the same directorie?me.prosenjeet wrote:First: Any reason why image upload through the script is not happening!
Insert : border="0"Second: All remote hosted (tinypic) images I can use but when ever I am hyper linking them, they show a marked purple border...how we can remove that?
As far as I see all the points you have mentioned I have taken care of. If you want I can post screenshot of each step I do in picture upload...or...I can give you the link with pass to check. Please give me a contact email.Eddy wrote:Are al files/folders in the same directorie?me.prosenjeet wrote:First: Any reason why image upload through the script is not happening!
Did you see an error if u use the ajax file uploader?
Did you CMOD the folders to read and write.
Almost all problems with the file manager are answered in this topic.]
I think the best is if you ask the developer team from the file manager.Maybe your host added mod_security and recompiled Apache.
and have to white list ajaxfilemanager to get it to work properly.
Thanks Eddy, that worked!Insert : border="0"
Code: Select all
jscripts/tiny_mce/plugins/template/css/content.css
Code: Select all
// Example content CSS (should be your site CSS)
//content_css : "jscripts/tiny_mce/plugins/template/css/content.css",
The ajax file manager is not found,did you upload all files in binary?when I click the Browse button in the window "edit / insert image" I get an error "HTTP Error 404 - File or directory not found",
Yes, images, movies, flash, files etc.My customers could upload their pictures directly from their computers?
Code: Select all
function ajaxfilemanager(field_name, url, type, win) {
var ajaxfilemanagerurl = "../../../../jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php";
switch (type) {
case "image":
break;
case "media":
break;
case "flash":
break;
case "file":
break;
default:
return false;
}
tinyMCE.activeEditor.windowManager.open({
url: "../../../../jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php",
Thanks so muchNW Dave wrote:Mathew, don't know if it's relevant to your question, but in the HTML Edit box, you use 'Shift+ Enter' for carriage return with normal spacing between lines. Perhaps this editor works the same?
its easyer to upload the webbuilder pages and the cms in the root directorie and not into a folder ( News) because its possible you have to change more file path`s to make it work.Lett wrote:Ok, Now I can use the browse button. ThanksEddy wrote: You can change manual the path to the ajax filemanager in login.php
.
No you dont have to upload images with ftp or whatever.However, in order to use this tool, the images must be first uploaded into the server.
genieuk wrote:Hi Eddy,
Did you edit to use the <br /> instead of <p></p> tags?
If you don't mind telling me as it driving me crazy.
Thanks,Mathew
Code: Select all
force_br_newlines : true,
force_p_newlines : false,
Yep i know lol. Thanks. It funny all the time i took looking at the Wiki and when you posted i found it on the Wiki. My eyes must be getting bad, i was looking for past several days.Eddy wrote:I know you not using the extension,you have to insert the code in your tinymce configuration settings to force br
Kindly stick to English in the English section, so we can also understand the issue and its solution- pleaseb4rtjuh wrote:hee eddy,
sorry voor mijn nederlands maar hij wil niet werken hij geeft dit weer
groetjes bart
Did you try uploading the zipped folder?eggman08.2008 wrote:I have tried again and again.
I cannot get them folders to upload
please help
It still isn't working for me on a site I am working onEddy wrote:the ajax uploader did work.