Page 1 of 1

Error message in popup when using insert image buttons TinyMCE

Posted: Wed Feb 25, 2009 3:51 pm
by daztanion
Hi I hope someone can help me I have successfully installed and skinned up CMS made simple 1.5.2 and everything is working perfectly.

The site is currently at development stage and is being housed in a sub folder.

However when using the TinyMCE Module and trying to insert an image I get the following error in the popup window:

NOT FOUND
The requested URL was not found on this server.

I am able to upload images using the file manager without any errors.

I have checked my server error log and have found this entry:

[Wed Feb 25 14:23:24 2009] [error] [client 82.38.138.226] File does not exist: httpdocs/adt/modules/TinyMCE/images/cms, referer: http://www.adtflex.co.uk/adt/modules/Ti ... 1235571802

I have looked at this previous post (http://forum.cmsmadesimple.org/index.php?topic=27583.0)  and changed the filepicker.php rights to 755 but I still get the error.
I have tried looking further around the forum but cannot find any post that is having the same problem.

My Current configuration is:

----------------------------------------------

Cms Version: 1.5.2

Installed Modules:

    * Captcha 0.3.2
    * CMSMailer 1.73.14
    * FileManger 0.4.3
    * FormBuilder 0.5.11
    * MenuManager 1.5.3
    * ModuleManager 1.2.1
    * News 2.9.2
    * nuSOAP 1.0.1
    * Printing 0.2.6
    * Search 1.5.2
    * ThemeManager  1.0.8
    * TinyMCE 2.4.11


Config Information:

    * php_memory_limit:
    * process_whole_template: true
    * max_upload_size: 2000000
    * default_upload_permission: 664
    * auto_alias_content false
    * assume_mod_rewrite: True
    * page_extension: .htm
    * internal_pretty_urls: false
    * use_hierarchy: true
  *debug: false
  *output_compression: false
    Following folders are set to (0777):
    tmp/cache
    uploads
    uploads/images
    *use_smarty_php_tags: false
    *default_encoding: utf-8


Php Information:

* Current PHP Version (phpversion): 5.2.4
* md5 function (md5_function): On (True)
* GD version (gd_version): 2
* tempnam function (tempnam_function): On (True)
* Magic quotes in runtime (magic_quotes_runtime): Off (False)
* PHP Effective Memory Limit (memory_limit): 32M
* Maximum Execution Time (max_execution_time): 30
* PHP Safe Mode (safe_mode): Off (False)
* Session Save Path (session_save_path): No check because open basedir active
* Checking if the httpd process can create a file inside of a directory it created (create_dir_and_file): ok
* PHP register_globals (register_globals): Off (False)
* PHP output_buffering (output_buffering): 4096
* disable_functions in PHP (disable_functions): ok
* PHP Open Basedir (open_basedir): httpdocs:/tmp
* Test for remote URL (test_remote_url): ok
* fsockopen: Connection ok!
* fopen: Connection ok!
* File uploads (file_uploads): On (True)
* Maximum Post Size (post_max_size): 8M
* Maximum Upload Size (upload_max_filesize): 2M
* Basic XML (expat) support (xml_function): On (True)
* Test file_get_contents (file_get_contents): On (True)
* Test ini_set (check_ini_set): On (True)

Server Information:
*    Server API (server_api): apache2handler
*    Server Database (server_db_type): MySQL (mysql) 
*    Server Database Version (server_db_version): 5.0.45
*    Server Software (server_software): Apache/2.2.8 (Fedora)
*    Server Operating System (server_os): Linux 2.6.18-028stab059.9 On i686
*    PHP: PHP/5.2.4


----------------------------------------------

Any help would be most appreciated