PDA

View Full Version : Help W/ Wordpress Photos?


jaxxy
04-07-2004, 08:40 PM
wordpress is the extension of b2, a php news publishing script. it's pretty neat. i got it working and all, and i wanted to install a hack - wordpress photos - on it, availiable at www.alexking.org. i downloaded alex's zip, unzipped, uploaded it in the folder where i put my blog, but when i go to the page i get this message:

Parse error: parse error in /home/jaxxy/domains/jaxxy.com/public_html/journal/wp-photos.config.php on line 33

i changed the file "wp-photos.config.php" to "wp-photos-config.php" hoping that maybe that double period thing was the problem, but alas it gave me the same error. anyone have any idea what to do about that?

thevillageinn
04-08-2004, 02:55 AM
I would start by looking at line 33 of that file. it's probably a config option you missed, or a missing bit of punctuation, or some variable isn't ready for use.

If you are not familiar with PHP, you could post a snippet of the code around line 33 and someone here could probably assist you.

best of luck!

jaxxy
04-19-2004, 01:45 AM
blah im gonna give up wordpress and use one of the spiffy blog things that hostpc just now added.

i decided to try to use pivot. when i click "new install" i get the message

Fatal error: Call to undefined function: zip_open() in /usr/local/directadmin/xserv/filemanip.php on line 272

thevillageinn
04-19-2004, 04:11 AM
the parse error is probably easier to deal with than the zip_open error. (but i'm not positive)