Laughinglizard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Bad links to RSS feedsDo you have permalinks enabled? (under options/permalinks in your admin page)
Forum: Plugins
In reply to: Comment Preview for WordPress 1.2@marky: sure, but that makes the original form a little more complicated.
I will look into that when I get a chance.Forum: Plugins
In reply to: Pictorialis permissions issue.🙂 Added to the original code. Thanks for the catch!
Forum: Plugins
In reply to: Comment Preview for WordPress 1.2@thomasmaas: I see the issue…will fix it soon.
Thanks for the heads up and the positive feedback, everyone.Forum: Plugins
In reply to: Pictorialis permissions issue.Henry, try this:
Find this line in post.php:
if (move_uploaded_file($_FILES['picfolder']['tmp_name'], $UploadFileName)) {
And add this right below:
chmod($UploadFileName, 0666);
See if that fixes the problem.Forum: Plugins
In reply to: New Pictorialis install: problems*Fixed*
Forum: Plugins
In reply to: Pictorialis permissions issue.Its a combination of the script and your server. Normally, when a server writes a file, the permissions are kept intact on the server (which is what this script assumes). If PHP/Apache is setup incorrectly on the server, this permissions error can occur.
If you still cannot get it to work, please feel free to stop by the #wordpress channel on irc.freenode.net and I will try to help you as much as I can.
PeaceForum: Installing WordPress
In reply to: Errcode 13Error code 13: Permission denied
You need to assign the correct permissions to your database, either through your webhosts control panel or by asking your system administrator to assign them for you.Forum: Plugins
In reply to: WordPress Photolog New Version@urbanamy: This hack can also use ImageMagik. The readme has a little more information on how to switch between GD and ImageMagik.
@alethia: As above, ImageMagik is already an option in Pictorialis. The readme makes things a little more clear. Most of the quality issues can be resolved by switching to ImageMagik. As for the upload folder issue, there was an error in the readme which has been resolved in the new download. I suggest that you download the zip file again and go through the readme one more time. 🙂
@yodaamidala: Are the permission for the upload directory set correctly? Try 777 .Forum: Plugins
In reply to: Google Redirector Plugin for 1.2As far as I know, Google does not care. If anyone knows otherwise, please advise.
Forum: Plugins
In reply to: Waypath Plugin for 1.2There are some issues associated with caching the Waypath data. This is a live plugin and a cache would not only make the information stale, it would mean a more intrusive addition to the system. In spite of this, a cache could be really useful and is something that I might implement in the future.
Forum: Plugins
In reply to: Waypath Plugin for 1.2This should be really simple sushubh. 🙂 Simpler than ever before!
PeaceForum: Plugins
In reply to: New Pictorialis install: problemsYou are right. I will fix the readme when I get a chance. Sorry for the trouble.
Forum: Requests and Feedback
In reply to: Preview Comments?Working on it, look for it in a couple of days.
Forum: Plugins
In reply to: New Pictorialis install: problemsThe upload folder needs to go into the root of your pictorialis blog and the setting in wp-admin/post.php should reflect that same folder. In many cases, the post.php is referring to the wp-admin/upload folder. This setting is for the $UploadDir variable as mentioned in the readme. If the readme is wrong, please let me know and I will correct it.
Peace