Viewing 9 posts - 46 through 54 (of 54 total)
  • Author
    Posts
  • Stork11 Friend
    #460192

    <em>@wvdongen 328816 wrote:</em><blockquote>When I run the url you suggested for my website then I get as return message: “{“successful”:”Save Profile Successfully”,”profile”:”default”,”type”:”new”}”, so the permissions on the helper.php doesn’t seem to be the problem (btw. they are 664, both on the live website in which saving gives trouble and on the backup on my own webspace where saving doesn’t give trouble).

    So I repeat my question again: where is the information on selected menu pages stored when the settings of the slideshow are saved?</blockquote>
    Hello wvdongen,

    It’s a Joomla feature. This information is stored in “#__modules_menu” table. This table has 2 fields:
    – moduleid : ID of module, you can find in “#__modules” table.
    – menuid : ID of menu, you can find in “#__menu” table.

    Regards.

    Stork11 Friend
    #460193

    <em>@myfassion 328884 wrote:</em><blockquote>Why isn’t there a simply quick answer to this problem if so many people are having the same issue? I have just JA Tiris template with framework installed with JA Sildeshow and I’m having the same problem. Here’s the firebug error
    “NetworkError: 500 Internal Server Error – http://myfassion.net/modules/mod_jaslideshow/admin/helper.php?japaramaction=saveProfile&profile=default
    helper…default
    result is undefined
    [Break On This Error]

    if (result.successful && result.type!=null && result.type!=’new’) {
    Here’s the page error from the module:
    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1)
    Timestamp: Fri, 6 Jul 2012 02:27:02 UTC

    Message: ‘successful’ is null or not an object
    Line: 210
    Char: 5
    Code: 0
    URI: http://myfassion.net/modules/mod_jaslideshow/elements/assets/js/japaramhelper2.js

    Message: ‘successful’ is null or not an object
    Line: 210
    Char: 5
    Code: 0
    URI: http://myfassion.net/modules/mod_jaslideshow/elements/assets/js/japaramhelper2.js

    What do I need to do to resolve this????????</blockquote>
    Hello myfassion,

    As a lot of my replies above, please ask your hosting company to set permission on “helper.php”, so that you can access directly to this file.

    I mean as you run this URL “http://your-domain/modules/mod_jaslideshow/admin/helper.php?japaramaction=saveProfile&profile=default” , you mustn’t got Error 500 (Internal server error)

    Sometimes your .htaccess file restricts to access “http://your-domain/modules/mod_jaslideshow/admin/helper.php?japaramaction=saveProfile&profile=default”, then you need to edit yours to allow the access to the “helper.php” file.

    Best regards.

    Alessandro Corsetti Friend
    #460265

    Having the same problem, glad ther eis availability to check code on my serve, but i prefere to have a solution to that i can apply myself, i cant even assign a position to this module

    myfassion Friend
    #460269

    <em>@myfassion 328884 wrote:</em><blockquote>Why isn’t there a simply quick answer to this problem if so many people are having the same issue? I have just JA Tiris template with framework installed with JA Sildeshow and I’m having the same problem. Here’s the firebug error
    “NetworkError: 500 Internal Server Error – http://myfassion.net/modules/mod_jaslideshow/admin/helper.php?japaramaction=saveProfile&profile=default
    helper…default
    result is undefined
    [Break On This Error]

    if (result.successful && result.type!=null && result.type!=’new’) {
    Here’s the page error from the module:
    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1)
    Timestamp: Fri, 6 Jul 2012 02:27:02 UTC

    Message: ‘successful’ is null or not an object
    Line: 210
    Char: 5
    Code: 0
    URI: http://myfassion.net/modules/mod_jaslideshow/elements/assets/js/japaramhelper2.js

    Message: ‘successful’ is null or not an object
    Line: 210
    Char: 5
    Code: 0
    URI: http://myfassion.net/modules/mod_jaslideshow/elements/assets/js/japaramhelper2.js

    What do I need to do to resolve this????????</blockquote>

    Found my problem. Those who are using a hosting site be care about using their applications like Joomla. When using their applications, the automaticaly prohibit you from having write access through the application. While I was able to install JA SlideShow, I wasn’t able to save any modifications (restrictions in.htaccess). The solution is to FTP the Joomla full stable version to the site and install it manually.

    Stork11 Friend
    #460280

    <em>@myfassion 329191 wrote:</em><blockquote>Found my problem. Those who are using a hosting site be care about using their applications like Joomla. When using their applications, the automaticaly prohibit you from having write access through the application. While I was able to install JA SlideShow, I wasn’t able to save any modifications (restrictions in.htaccess). The solution is to FTP the Joomla full stable version to the site and install it manually.</blockquote>
    Hello myfassion,

    Can you please send me the .htaccess file (restriction .htaccess of Joomla of your hosting)? So I can use it to support other users if they face to the same issue 🙂

    Thank you and best regards.

    wvdongen Friend
    #460462

    <em>@Stork11 329099 wrote:</em><blockquote>Hello wvdongen,

    It’s a Joomla feature. This information is stored in “#__modules_menu” table. This table has 2 fields:
    – moduleid : ID of module, you can find in “#__modules” table.
    – menuid : ID of menu, you can find in “#__menu” table.

    Regards.</blockquote>

    Hello Stork11,

    Are you sure? Because when I look at this table for both Joomla instances I have up and running (the live website in which I can’t save an extra menu option for the Slideshow and the backup of it on my own webspace, in which I don’t have a problem with saving that extra menu option), I don’t see any difference and the menu option which I was able to save in the Joomla instance on my own webspace has a whole different menu ID than any of the menu ID’s that are stored in the table you indicated; I figure it should at least appear in the table of the database of the Joomla instance on my own webspace, so this table should at least have one extra item compared to the other one?

    Stork11 Friend
    #460594

    Hello wvdongen,

    As I said, this is Joomla feature. The module-menu information is saved in “#__modules_menu” table. Maybe your back-up site has some problem with menu id. Maybe it isn’t consistent with live site.

    Best regards.

    pwidner Friend
    #463663

    Just to let everyone know that I solved mine with a setting in SH404sef located in quickstart “activate security functions” I set to “no” slideshow now saves. I’d rather it be set to yes but at least I know where to start looking. Hope it helps!

    wvdongen Friend
    #463734

    <em>@Stork11 329613 wrote:</em><blockquote>Hello wvdongen,

    As I said, this is Joomla feature. The module-menu information is saved in “#__modules_menu” table. Maybe your back-up site has some problem with menu id. Maybe it isn’t consistent with live site.

    Best regards.</blockquote>

    Hello Stork11,

    For the record: the information actually was in the database; I overlooked the tables had two pages in phpmyadmin (I was using a new version of it I was not very familiar with yet).

    I still haven’t been able to solve the actual problem (making the Slideshow to save changes via the backend properly), but your information on the database tables was correct, so that enabled me to use it as a workaround: I now simply add extra changes directly in those database tables.

    So thank you very much for your assistence!

Viewing 9 posts - 46 through 54 (of 54 total)

This topic contains 54 replies, has 13 voices, and was last updated by  wvdongen 12 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum