wp_photo blues
-
Howdy,
rank newbie to PHP and WP.
site: markalot.org/weblog
I’m trying to get wp_photo to work but have been having all kinds of issues. The first issue was creating the table, even though the script in wp-photos-setup.php is correct it refused to run, so i copied the sql into MySql control center and created the table just fine.
Something is suspect here.
The second problem is no code I add to the wp php files is working. For example:
in Edit.php I am supposed to add
<?php include_once(‘../wp-photos.hack.php’); wpphotos_link(); ?>
well, I can’t tell if the file is being included correctly or not, but the call to wpphotos_link() dies. As a matter of fact, any call to a wp-photo function (I followed the readme to modify index.php) I make dies!
This has to be some kind of configuration problem on my end, but what? I’m running Apache 1.3.29 and PHP 4.3.5 on Win2k Pro. WP works perfectly, posting, file uploading, everything, so in that sense PHP seems to be working fine.
Thanks for any help 🙂
The topic ‘wp_photo blues’ is closed to new replies.