
This is mainly bug fixing release beacuse of the few problems caused by the apache/php settings. Problem was with the PHP safe_mode setting. When the safe_mode is on some of the functions can’t be executed. One of the functions affected is mkdir() used to create cache folder. Info is displayed instead of PHP warning so the user knows what to do. All this is happening on settings panel cache tab. So if you have safe_mode on and want to use cache you need to created folders manually.
There was another minor problem with inserting data into multi ratings table on some mySQL servers. This is now fixed. Some minor altering of database tables is also added beacuse some of the fields in new multi rating tables were wrong type. Also, now you can delete existing multi rating sets, but right now you can’t control what’s being deleted, and only definition of the set will be removed, and eventually recorded data not. This will be improved later. Fixed problem with saving multi rating text template.
Next version will be released next week.
loading...





February 7, 2009
at 1:56 AM
Direct link
Just updated to 1.1.1 and I am getting the same error but on a different line:
Warning: mkdir(): Permission denied in /home/downunde/public_html/hahahaimontheinternet.com/wp-content/plugins/gd-star-rating/code/gd-star-functions.php on line 93
Also PHP Safe Mode is “Off” on my server if that’s anything to do do with it.
loading...
February 7, 2009
at 9:03 AM
Direct link
Well, only case when mkdir() is not allowed (that I know of) is when the safe_mode is on. But the problem could be something else and I will check that also, and fix will be in the next version. For now igoner this warning.
loading...
February 7, 2009
at 4:12 PM
Direct link
Cheers once again, I am happy with my GD Star settings so no need for me to change them, just bug reporting
loading...
February 7, 2009
at 11:57 AM
Direct link
If I download the newest Version (1.1.1) from this site and uplaod it, wordpress shows me the version 1.1.0 anyway. If I download the newest version (1.1.1) from the wordpress plugin directory, the version is right. I think you have uploaded a wrong version on this site.
But i have the same problem as Martin (wp-content/plugins/gd-star-rating/code/gd-star-functions.php on line 93) now on a different line.
Please Help!
loading...
February 7, 2009
at 12:04 PM
Direct link
Both versions are 1.1.1, but I forgot to change it here when I made the archive. I have found what the problem is with another mkdir error, and I will have fix in the next version.
loading...
February 7, 2009
at 12:16 PM
Direct link
Maybe you can give us a little fix for the problem bevor the next version release
I think, one week is to long for me…
loading...
February 7, 2009
at 2:03 PM
Direct link
Will be on SVN tonight.
loading...
February 7, 2009
at 5:36 PM
Direct link
Fix is now up on the SVN on Google Code project page.
loading...
February 7, 2009
at 6:15 PM
Direct link
Great! Thanks!
loading...
February 7, 2009
at 9:43 PM
Direct link
I just can’t get your plugin to work. Stars are not showing. I’ve spent a great deal of time figuring it out but with no success.
loading...
February 7, 2009
at 9:45 PM
Direct link
I have repeated the same things a hunderd times. PLease, read the user guide, read the tutorials about solving problems. You must be doing something wrong or some server or wordpress settings are causing problem. And I can’t tell you whats wrong without seeing your webiste.
loading...
February 8, 2009
at 2:32 PM
Direct link
Seeing I have the mkdir() error on my GD rating admin pages is it possible to change a couple settings via phpmyadmin?
Under “Posts And Pages” options I want the following two settings changed:
Rating alignment = Center
Rating text placement = Bottom
Cheers Martin.
loading...
February 8, 2009
at 2:37 PM
Direct link
mkdir error has no impact on any of the features. You can change anything you need via plugin panels.
loading...
February 8, 2009
at 3:03 PM
Direct link
I think our lines have got crossed somewhere.
Below is a screenshot of the mkdir() error I have been getting in all GD Star Rating admin pages since 1.1.0 onwards. 1.0.9 and below worked fine for me.
http://img523.imageshack.us/my.php?image=errorcg4.jpg
loading...
February 8, 2009
at 3:26 PM
Direct link
Ah, you have extreme case of the problem. There are two solutions. You can get fixed version from SVN, or simply disable the call making the problem. In gd-star-rating.php file find this:
GDSRHelper::create_folders()and replace it with
falseThis will solve the mkdir problem until official release that will be out on tuesday.
loading...
February 8, 2009
at 3:32 PM
Direct link
Legend. I the gd-star-rating.php change. Worked perfect! Thanks once again.
loading...
February 9, 2009
at 5:25 PM
Direct link
Well I got the line 93 error as well, fixed it by using the ‘hard-fix’ you suggested above.
However I keep having some problems, specifically:
My stars do not display: I cannot choose a star-type in the settings, the dropdowns are empty.
The plugin also says: ‘For cache to work, plugin must be able to access cache folder. Plugin has tried to create folders needed and failed. Until you resolved this issue cache feature can’t be used.’
I’ve created this folder manually and given the right permissions. But it keeps giving this error.
I can vote (on invisible stars, but the star ‘title’s’ do popup on hover) but it does not safe my vote!
I’m not sure if the issues are related, but I would love to at least have my stars displayed.
loading...
February 9, 2009
at 6:09 PM
Direct link
Well, something is definitly wrong. Image set your site tries to use is missing the extension, and also is in the wrong folder. Try to rescan for image sets from Tools panel.
loading...
February 9, 2009
at 8:29 PM
Direct link
Thanks for the quick reply. Apparantly my isp was messed up for a while, after messing around for a few hours I gave up in dissappointment… When I came back after dinner it suddenly did find the graphics after repeated scanning. Well that’s fixed than.
It still does refuse to safe my votes though, it does put a cookie down which disables me from voting again. But the rating stays at 0/10 just the same.
I’ve manually created a folder named ‘gd-star-rating’ in my ‘wp-content’ folder. Inside this gd-star-rating folder i’ve also created the ‘cache’ folder just to be sure.
Still getting the same ‘For cache to work, plugin must be able to access cache folder. Plugin has tried to create folders needed and failed. Until you resolved this issue cache feature can’t be used.’ error message.
Is this error message the reason my votes do not get registered?
Thanks gain for the awesome respons!
loading...
February 9, 2009
at 9:07 PM
Direct link
As far as I can see, vote is saved, but it seams that is going to moderation for some reason. You need to enable debug into file and send me debug file so I can check what’s going on with mysql. Check the user guide for debug activation.
loading...
February 10, 2009
at 10:31 AM
Direct link
After a sleepless night I got it up and running. after upgrading to 1.1.2 and manually creating those folders it now saves votes. Hurray.
Where should I send the cookies? Thanks a lot, as soon as my site starts doing it’s thing I shall drop in to donate.
You are the man.
loading...