Joomla 3.2. When you save configuration, blank screen!

More
12 years 5 months ago #1 by Akir
Error: Joomdle 0.93. Joomla 3.2. When you save configuration, blank screen.

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago - 12 years 5 months ago #2 by Alexandre Texeira
Replied by Alexandre Texeira on topic Joomla 3.2. When you save configuration, blank screen!
Hi,

But I´m show that error:

I'm attemping install 93 and my joomla version is 3.2.

Fatal error: Class 'ConfigModelForm' not found in /home/#########/public_html/MyInstalation/administrator/components/com_config/model/component.php on line 20

I´m waiting instructions to correct.


Tnks !!
Last edit: 12 years 5 months ago by Alexandre Texeira.

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago #3 by Antonio Durán
Replied by Antonio Durán on topic Joomla 3.2. When you save configuration, blank screen!
Thanks everybody for the info. I checked and got the same error. I guess Akir just has error display turned off.

You can fix it editing file "administrator/components/com_joomdle/models/config.php", function save().
Change:
Code:
require_once JPATH_ADMINISTRATOR . '/components/com_config/models/component.php';

By:
Code:
require_once JPATH_SITE . '/components/com_config/model/cms.php'; require_once JPATH_SITE . '/components/com_config/model/form.php'; require_once JPATH_ADMINISTRATOR . '/components/com_config/model/component.php';

Please test and let me know if it works for you. Also, let us now if you find any other problems running Joomdle on J3.2.

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago - 12 years 5 months ago #4 by Akir
Ok. Its works for me. Thanks.
Last edit: 12 years 5 months ago by Akir.

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago #5 by Marino Assarsson
Replied by Marino Assarsson on topic Joomla 3.2. When you save configuration, blank screen!
Hello!

I got this alert when I save configuration. I am totally new to Joomla/Joomdle - any idea how to correct this?

Strict Standards: Non-static method JoomdleHelperSystem::check_system() should not be called statically in /storage/content/75/188275/inspohub.se/public_html/administrator/components/com_joomdle/joomdle.php on line 28 Strict Standards: Only variables should be assigned by reference in /storage/content/75/188275/inspohub.se/public_html/administrator/components/com_joomdle/helpers/system.php on line 31

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago #6 by Alexandre Texeira
Replied by Alexandre Texeira on topic Joomla 3.2. When you save configuration, blank screen!
Toñi!

Mil gracias !! ha funcionado de maravilla, enhorabuena por este proyecto.

It's ok running perfect

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago #7 by miller
Hi,

I would like to tell you that this solution is working on the following configuration :
- ubuntu 10.04
- Joomla 3.2.0 Stable
- Php version 5.3.6
- Joomdle 0.93

Yet, around this bug, you should see different informations, depending on the browser you are using, when you try to save data :
- with firefox you get a blank screen
- with google chrome you should get an "Error HTTP 500 (Internal Server Error)"

Thanks for this plugin. I've not finish to install with moodle but, except this bug ;-) it seems to be a very good quality plugin. The documentation on how to install is very clear.

Brgds

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago #8 by Antonio Durán
Replied by Antonio Durán on topic Joomla 3.2. When you save configuration, blank screen!
Thanks for the feedback.

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #9 by Rene Aoki
Thanks! IT worked for me... now i did NOT get the blank screen!

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #10 by Antonio Durán
Replied by Antonio Durán on topic Joomla 3.2. When you save configuration, blank screen!
Thanks all for the collaboration.

I just released R0.94 with some fixes for J3.2.

Please Log in or Create an account to join the conversation.