Quote:
Originally Posted by Forgott3n
I'm working on the same machine as Staticrebelle here and I've double-checked our installation. Everything should be operating normally. Here is a screencast outlining what exactly is going on with our system and your product.
I believe you (or maybe even vBulletin) has a bug trying to connect with a non-existent local MySQL server. We only have / configured an external MySQL server.
Take a look:
http://screencast.com/t/wGXbsmrN6d
|
Oh then I guess it was not an error but a notice. Throughout the video it seems that the installation process has no problem setting up the tables and updating columns. Thanks for the clip, it's a good heads up since I don't have such environment to test the problem.
*edit : Forgott3n I came up with a solution if you could perform these steps to help me checking it out.
Open install_dnp_musicbox.php with notepad
Find
PHP Code:
$check_song = mysql_query
Replace with
PHP Code:
global $vbulletin;
$check_song = $vbulletin->db->query_first
Save and Close, then run the installer again to see if the notice still appears.
Quote:
Originally Posted by THE__DRIFTER
Oh, ok. I see. Amazing really. This is a public forum so I suppose I will say thanks and goodbye. I won't say more than that.  :down:
|
._. Actually vBulletin is not a public forum, it is private for vBulletin customers. People who have not verified their status will not be able to see the hidden content. Also as your concern
Quote:
DnP Instant! Musicbox is free for non-commercial, non-profit use. Otherwise, please read the Notice at the end of this post.
Paid Request:
Paid request is optional and available up to demand, because a few of us would want to extend the musicbox ability to another level.
|