You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
Hi everyone,
just installed and got working Music script. It's great but I have one problem with the preview of music. It doesn't want to work even I followed all steps. I got my music in the folder called "item" which is one level higher than root folder also got "preview" folder installed inside the "item" folder to store shorter version.
When I try to access preview of music it doesn't start. Jukebox popup windows say "loading" and browsers status line says "waiting" but even after 10 min there is no difference at all.
I have got it installed on my localhost webserver and it is working excellently there. I don't know what am I doing wrong. You can see where the problem is <a href="http://soymartino.com/index.php?id=shop" target="_blank" rel="nofollow">HERE</a>, going to music album (not guitar tabs).
Anyone could help? Cheers
Radim
Offline
Hi Radim,
Glad you like Maian Music. Its clearly a path problem. Take a look in the xml file in the 'xml_data' folder called 'mm_jukebox.xml'. Scroll down and look for the track data thats been written. I think you should see the paths there. Maybe that will give you a clue?
David.
Offline
Hi David,
thanks for your answer. I am afraid that the problem must be somewhere else. I checked this before and the path should be all right. It must be because actually otherwise download link for the buyer wouldn't be working and it is. Though whether it could be a problem with any setting of my php.ini which I can't actually change but could ask my webhosting provider.
Regards
Radim
Offline
Ok Radim, let me know if you find the solution.
David.
Offline
Hi David,
I've tried every single combination but didn't find any problem with the paths (non of them works) but after I made a folder inside the shop structure it works. Doesn't matter to me as it's only a preview folder so can be accessible.
I have one more question. If I would need to add one more option for a track could I add it editing any files. Thought something like - 01. name of the song (minutes) (cost) (Guitar tab preview) (add to cart).
I suppose I would need to know more about MySql and PHP just wanted to double check.
Regards
Radim
Offline
Hi Radim,
I believe the files need to be in the structure of the maian music setup as flash can be strange sometimes with path issues.
And yes you would have to know some php/mysql to add further options. The main processing file would need updating as well as some of the classes/functions and templates.
David.
Offline
thanks for reply. Editing the database in phpmyadmin I've turned usual text to link and point it to the demo tab file. It showing "demo" link instead of the time of song which I don't need with guitar tabs. Might be not very professional solution but works
To do it properly I need to finish my book about php/mysql programming.
Cheers
Offline
Good luck.
David.
Offline
Hi David,
sorry to bother you again but I discovered new problem. It might not be a problem with the script just want to make sure. It worked perfectly but yesterday after the payment from UK in British pounds (shop is in Euros) I have got this message:
Invalid Transaction!
This appears to be an invalid transaction as the payment amount does not match the cart amount.
The webmaster has been informed of this attempt and may take further action.
If you feel this is an error, please use the contact link in the left hand menu.
Thank you.
It looks to me that the currency convertor on Paypal site doesn't work properly. Have you ever experienced something like this?
Cheers
Radim
Offline
Hi Radim,
Might not be paypal. The script checks that the amount logged is the same returned. So, if the data is logged in euros and then comes back as a conversion, the database will think its incorrect, hence the error. How come the payment was returned in a different currency?
David.
Offline
Hi David,
well, you might be right. If the payment is Euro then there is no problem. If it is in Pounds then I got this error message. This is really good question, how come this happens. Shall I check any file whether there is any difference? I don't know which file helps to check returned amount if you tell me I will check whether I didn't change anything by accident.
Radim
Offline
Radim,
Well, you can remove the check if you want to. Line 738 in the index.php file:
if ($_POST['mc_gross']===$cartData->total)
That needs changing to:
if ($_POST['mc_gross']===$cartData->total || $_POST['mc_gross']!=$cartData->total)
David.
Offline
Hi David,
thanks for that. I've changed it and now it really passed through without error message. This should be all right now but new problem has appeared. Don't now why but I didn't get download link now. I tried to resend it and didn't get it either. SMTP setting is all right and everything else is working perfectly.
cheers
Radim
Offline
Hi David,
sorry for my last post. It wasn't a problem with the script but with my email provider which is for any reason not working today
cheers
Radim
Offline
No problem Radim, glad you got everything working ok.
David.
Offline
Pages: 1