Doesn't seems to work
- Saka
-
- Offline
- Administrator
-
17 years 3 months ago #1917
by Saka
Emir Sakic
www.sakic.net
None of my components are built for nor tested with Joomla! 1.5. So please use them with Joomla! 1.0 stable. As 1.5 becomes stable the components will be slowly converted and tested with this version.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- 6274stefano
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 3 months ago #1918
by 6274stefano
Thanks for the prompt reply.
I was joked by this link, where there is reported compatibility with 1.5 too:
extensions.joomla.org/component/option,c...nk_id,179/Itemid,35/
Thanks
Stefano
I was joked by this link, where there is reported compatibility with 1.5 too:
extensions.joomla.org/component/option,c...nk_id,179/Itemid,35/
Thanks
Stefano
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
17 years 3 months ago #1920
by Saka
Emir Sakic
www.sakic.net
It should be if the backwards compatibility mode in 1.5 worked as it should.
1.5 is, however, still RC and not recommended for production use.
1.5 is, however, still RC and not recommended for production use.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- 6274stefano
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 3 months ago #1921
by 6274stefano
Ciao,
I would try to use it anyway on 1.5.
Considering that the problem seems to be related only to the "vodes.php", iv found that where you wrote:
function display_vodes_form($item) {
global $my, $vode_config;
.. in the following code's lines the "!$my->username" works, but the "$vode_config->sandbox != 1" is always true, even if I see "sandbox = 1" both in the DB and in the administrator interface.
Why "$vode_config" doesn't contain the correct DB values using 1.5 ?
Could this be easy to fix ?
What I'm trying to say is that your admin's lines of the code are correctly able to read the vode_config values from the DB.
But in the vode.php something doesn't work.
I'm not a php expert (indeed I don't know where to put my fingers
but probably you need only to use also in the vodes.php the same way to access the DB, that you used in the admin.vodes.
Don't you think so ?
Ciao
Stefano
I would try to use it anyway on 1.5.
Considering that the problem seems to be related only to the "vodes.php", iv found that where you wrote:
function display_vodes_form($item) {
global $my, $vode_config;
.. in the following code's lines the "!$my->username" works, but the "$vode_config->sandbox != 1" is always true, even if I see "sandbox = 1" both in the DB and in the administrator interface.
Why "$vode_config" doesn't contain the correct DB values using 1.5 ?
Could this be easy to fix ?
What I'm trying to say is that your admin's lines of the code are correctly able to read the vode_config values from the DB.
But in the vode.php something doesn't work.
I'm not a php expert (indeed I don't know where to put my fingers

Don't you think so ?
Ciao
Stefano
Please Log in or Create an account to join the conversation.
- 6274stefano
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 3 months ago #1926
by 6274stefano
I've partially solved the problem, inserting the following 2 bold lines, inside vodes.html.php:
global $my, $vode_config;
$vode_config = new mosVodeConfig( $database );
$vode_config->load( 1 );
This way I'm ableto complete the sandbox payment, and the operation ends with a page on my site that shows the Vodes message:
"You have succesfully done the payment, your credits have been added and information sent by e-mail.
If credits are not added and you don't receive information by e-mail after 24 hours please contact us."
Now the problem is that on Paypal I see the payment, but the Joomla Site doesn't become updated (credits don't change).
I think that the problem is caused by the following line in the vodes.php:
$database->setQuery("SELECT id FROM #__menu WHERE link = 'index.php?option=com_vodes'");
I don't have any row like that in my DB, because I simly installed Vodes, and pointed to it by link. I didn't added any menù item for it.
Do you have any suggestion ?
Do I miss something ?
Thanks
Stefano
global $my, $vode_config;
$vode_config = new mosVodeConfig( $database );
$vode_config->load( 1 );
This way I'm ableto complete the sandbox payment, and the operation ends with a page on my site that shows the Vodes message:
"You have succesfully done the payment, your credits have been added and information sent by e-mail.
If credits are not added and you don't receive information by e-mail after 24 hours please contact us."
Now the problem is that on Paypal I see the payment, but the Joomla Site doesn't become updated (credits don't change).
I think that the problem is caused by the following line in the vodes.php:
$database->setQuery("SELECT id FROM #__menu WHERE link = 'index.php?option=com_vodes'");
I don't have any row like that in my DB, because I simly installed Vodes, and pointed to it by link. I didn't added any menù item for it.
Do you have any suggestion ?
Do I miss something ?
Thanks
Stefano
Please Log in or Create an account to join the conversation.
- h1tman
-
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 2 months ago #2117
by h1tman
I am also having this problem with Joomla 1.5. The payment is completed, I get an email from PayPal an the money i added to my PayPal account, but the credits never get added for the user. There is nothing in the log.txt file and I'm not sure what to check next.
Any ideas? TIA
Any ideas? TIA
Please Log in or Create an account to join the conversation.