Thread: Media Manager

Results 1 to 10 of 33

Hybrid View

  1. #1
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    280
    Plugin Contributions
    0

    Default Re: Media Manager

    the developers toolkit paths that statement to

    /home/wickedvi/public_html/musicstore/admin/includes/extra_configures/media_manager.php
    Line #11 : define('DIR_FS_CATALOG_MEDIA', DIR_FS_CATALOG . 'media/');

    not the configure file.

    and still wont upload any files to server

    any other ideas?

    thanks
    Last edited by Prellyan; 12 Apr 2007 at 10:41 AM.
    :imagination:cogitation:realisation:
    www.chalbys.com

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Media Manager

    Quote Originally Posted by Prellyan View Post
    the developers toolkit paths that statement to

    /home/wickedvi/public_html/musicstore/admin/includes/extra_configures/media_manager.php
    Line #11 : define('DIR_FS_CATALOG_MEDIA', DIR_FS_CATALOG . 'media/');

    not the configure file.
    Yes, you're right.

    Quote Originally Posted by Prellyan View Post
    and still wont upload any files to server

    any other ideas?

    thanks
    1. Is the server errorlog mentioning anything when you try to upload?
    2. What files "are" in the /media folder?
    3. What are the filename extensions of the files you're uploading? Are they in the list defined in Admin->Configuration->Maximum Values->Allowed Filename Extensions for uploading ?
    4. What's contained in your php-info output under Admin->Tools->Server Info ? (Yes, all of it)
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    280
    Plugin Contributions
    0

    Default Re: Media Manager

    np gald we are talking about the same file.


    1. Is the server errorlog mentioning anything when you try to upload?
    No errors pertaining to the upload just this one

    [26-Mar-2007 23:08:20] PHP Parse error: syntax error, unexpected ':' in /home/wickedvi/public_html/musicstore/includes/languages/english/wickedviolin/meta_tags.php on line 14


    2. What files "are" in the /media folder?
    I managed to upload a 400k wave file using the media manager so that is there and i just tested that capacity again with sucess for *.wav files but not for .zip or .mp3
    the file size upload is now set to 250000000

    3. What are the filename extensions of the files you're uploading? Are they in the list defined in Admin->Configuration->Maximum Values->Allowed Filename Extensions for uploading ?
    This setting is pertaining to what users can upload to the site but i have added mp3 and wav using the same nomenclature so that field is now
    jpg,jpeg,gif,png,eps,cdr,ai,pdf,tif,tiff,bmp,zip,wav,mp3

    I ahve also added the media file types using admin->media types file extensions .mp3 .wav .zip


    4. What's contained in your php-info output under Admin->Tools->Server Info ? (Yes, all of it)

    Server Host: www.wickedviolin.com (203.142.9.19) Database Host: localhost (127.0.0.1) Server OS: Linux platypus.digitalis.net.au 2.6.9-42.0.10.ELsmp #1 SMP Tue Feb 27 10:11:19 EST 2007 i686 Database: MySQL 4.1.21-standard Server Date: 04/12/2007 21:21:19 Database Date: 04/12/2007 21:21:19 Server Up Time:
    PHP Version: 4.4.6 (Zend: 1.3.0)
    HTTP Server: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b
    table, td, tr {font-family: sans-serif; font-size: 11px;}.p {text-align: center;}.e {background-color: #ccccff; font-weight: bold; font-size: 11px;}.h {background-color: #9999cc; font-weight: bold; font-size: 11px;}.v {background-color: #cccccc; font-size: 12px;}i {color: #666666; font-size: 11px;}hr {display: none; font-size: 11px;} Zen Cart 1.3.7

    Database Patch Level: 1.3.7

    v1.3.7 [2007-03-26 16:53:27] (Fresh Installation)

    ##############################___

    Is there something in the upload script itself that limits the byte size of uploads?
    Last edited by Prellyan; 12 Apr 2007 at 12:35 PM.
    :imagination:cogitation:realisation:
    www.chalbys.com

  4. #4
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    280
    Plugin Contributions
    0

    Default Re: Media Manager

    It seems as though one of two things

    a) their is a max upload size setting --- have spoken with tech and they say that there is no max upload setting on my server and have uploaded much larger files with ftp with no issue.

    b) the allowed file extension component is not working properly.

    any thoughts on those two?
    :imagination:cogitation:realisation:
    www.chalbys.com

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Media Manager

    Quote Originally Posted by Prellyan View Post
    Is there something in the upload script itself that limits the byte size of uploads?
    Two things:
    1. Admin->Configuration->Maximum Values->Maximum File Upload Size
    2. Your PHP configuration for these settings (visible in the php-info area):
    • upload_max_filesize
    • post_max_size
    • file_uploads
    • upload_tmp_dir
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    280
    Plugin Contributions
    0

    Default Re: Media Manager

    Your PHP configuration for these settings (visible in the php-info area):
    • upload_max_filesize
    • post_max_size
    • file_uploads
    • upload_tmp_dir
    where abouts is that information? is it a .php file?

    thanks
    :imagination:cogitation:realisation:
    www.chalbys.com

  7. #7
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Media Manager

    Admin->Tools->Server Info
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    280
    Plugin Contributions
    0

    Default Re: Media Manager

    all of that information that comes up there i posted b4 but no mention of the data you indeicated.

    Please dont give up!!

    would it help if i set up a temp admin account for you to look for yourself cause everything that should be done i think has been done and still no go?
    :imagination:cogitation:realisation:
    www.chalbys.com

 

 

Similar Threads

  1. Unable to upload media using media manager
    By ThomasT in forum Basic Configuration
    Replies: 17
    Last Post: 5 Aug 2010, 08:04 PM
  2. Replies: 0
    Last Post: 13 Mar 2009, 10:00 PM
  3. Media Manager
    By NeilH in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 18 Jan 2009, 12:11 AM
  4. Changing sort order of media clips in media manager
    By Lovere in forum General Questions
    Replies: 2
    Last Post: 12 Jul 2006, 08:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg