Front End User Form Times Out

joe
joe
Offline
0
Hey I installed the new form and whether I attempt to upload 1 or 2 MP3's or 15 the form times out. How can this be corrected?
Responses (6)
  • Accepted Answer

    Tuesday, September 21 2010, 05:15 PM - #Permalink
    0
    check out your PHP config settings, such as upload_max_filesize or max_execution_time, and maybe increase them

    consider that if you attempt to upload big files or too many files at a time, you may have limitations...

    usually the system tells you what is your max upload size, right on the upload form

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    joe
    joe
    Offline
    Friday, October 01 2010, 11:37 PM - #Permalink
    0
    Ok I have my stuff set as follows:

    max_upload size at 130 Mb
    max_execution_time at 30
    post_max_size at 185Mb


    When I make an upload the form attempts to post and then just goes to a blank page and nothing else happened. When i check the catalog the new album is not added at all, not an image for the cover or any of the songs.

    when u say limitations can you elaborate a bit?
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, October 02 2010, 06:00 PM - #Permalink
    0
    hmm...
    the thing is that these values look ok.
    maybe the problem is something else. do you have any problem adding albums from the backend?

    maybe turning Error Reporting ON can help us find the problem. can you do this?
    usually you can do it thorugh joomla backend, on the control panel-> server

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    joe
    joe
    Offline
    Sunday, October 03 2010, 04:53 AM - #Permalink
    0
    I found the setting for Error reporting as: System Default so i set it to maximum and will attempt a new upload
    The reply is currently minimized Show
  • Accepted Answer

    joe
    joe
    Offline
    Sunday, October 03 2010, 04:58 AM - #Permalink
    0
    When I go to page to Add A new album, the following appears above the form:

    Notice: Undefined property: stdClass::$metakeywords in /home/content/t/a/p/tapehustler/html/hustle/components/com_muscol/views/album/view.html.php on line 130

    Notice: Undefined property: stdClass::$metadescription in /home/content/t/a/p/tapehustler/html/hustle/components/com_muscol/views/album/view.html.php on line 138

    Notice: Undefined property: stdClass::$name in /home/content/t/a/p/tapehustler/html/hustle/components/com_muscol/views/album/view.html.php on line 147

    Notice: Undefined property: stdClass::$artist_name in /home/content/t/a/p/tapehustler/html/hustle/components/com_muscol/views/album/view.html.php on line 147

    Notice: Undefined property: stdClass::$image in /home/content/t/a/p/tapehustler/html/hustle/components/com_muscol/views/album/view.html.php on line 148


    Notice: Undefined property: ArtistsViewAlbum::$tab in /home/content/t/a/p/tapehustler/html/hustle/components/com_muscol/views/album/tmpl/form.php on line 6

    I will now try to upload an album and give you the results
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, October 03 2010, 11:30 AM - #Permalink
    0
    hello,
    yes, the NOTICES are normal, dont worry about them
    we are looking for real ERRORS.

    try to upload and see if any real error shows up.. ! :)
    The reply is currently minimized Show
Your Reply