Viewing 15 replies - 46 through 60 (of 60 total)
  • lander

    (@lander)

    Hi,
    I get the following error message when I’m trying to run the wp-photos.set-up.php:
    Parse error: parse error in /home/mywebsite/public_html/stay/wp-photos.config.php on line 33
    Whoops, some error occured. Bummer, huh?
    Any thoughts?

    Anonymous

    i get a MySQL error when installing.
    What is the SQL query so I can try to add the table manually?

    Beel

    (@beel)

    Just to a copy and paste from wp-photos.set-up.php, that is what I did.

    Anonymous

    Hi,
    I have a few suggestions to make the hack more ‘portable.’

    1. Go through the code for the hack and replace <? with <?php. Also replace <?= with <? echo (…). This will make it run on php setups that don’t allow short tags.
    2. In the files that include CSS snippets, PHP matchs the opening /* with the closing */ in the CSS comments. I think that this would work better if you used # for the php comments like this: <pre>
      #
      # <style>
      # body {
      # font-family: font-family: verdana, tahoma, geneva
      # /* CSS comment */
      #
      </pre>
    franpereiro

    (@franpereiro)

    Hi Alex,
    I had this hack in my blog before but when I upgraded to the 1.01 version it stopped working. So, I’ve tried to install it from scratch but it sends me the following error when trying to install the database:
    Warning: Cannot modify header information – headers already sent by (output started at /home/frankper/public_html/wp-photos.set-up.php:2) in /home/frankper/public_html/wp-last-visit.php on line 132
    Warning: Cannot modify header information – headers already sent by (output started at /home/frankper/public_html/wp-photos.set-up.php:2) in /home/frankper/public_html/wp-last-visit.php on line 192
    Warning: Cannot modify header information – headers already sent by (output started at /home/frankper/public_html/wp-photos.set-up.php:2) in /home/frankper/public_html/wp-last-visit.php on line 215
    Whoops, some error occured. Bummer, huh?
    When I open the wp-last-visit.php file, all I can see in all the lines that the errors are reffering to, is this: ” );” (without the quotes)
    As ussual, I followed your instructions (that came with the zip file).
    I have used almost all of your hacks and I have to say that they are wonderfull scripts for our weblogs, thanks for those scripts.
    What should I do to correct these errors? Thanks in advance.
    Greetings,

    franpereiro

    (@franpereiro)

    Another thing, How can I show a random pic from the wp-photos folder?

    Thread Starter alexkingorg

    (@alexkingorg)

    Do a search here on the ‘headers already’ sent error, you’ll find it answered quite a few times. ??
    I don’t have a “random pic” function right now, but that is a good idea. You’d just need to write a little query to get a row from the photos table.

    franpereiro

    (@franpereiro)

    Thanks Alex for answering so quickly. I haven’t looked for the ‘headers already’ error in the forum, I’ll look right away.
    Greetings,

    Anonymous

    Warning: Call-time pass-by-reference has been deprecated – argument passed by value; If you would like to pass it by reference, modify the declaration of getimagesize(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /domain/web/domains/OD.com.ar/web/YO/wp-photos.php on line 42 Whoops, no ‘post_ID’ passed in, I don’t know what post to attach photos to.
    ideas?

    Anonymous

    sorry, Hello!!!
    This is problem of versions?

    In the wp-photos.config.php file it says to “add these to your style sheet”. This is a really stupid question but…what is the file name of said style sheet? Is is the wp-admin.css?

    When I click on add a photo, I get an error message that says “No suitable folders found” I created a wp-photos directory in the main directory and put a photo in it. When that didn’t work I created a wp-photos directory in my /photos directory and put a photo in it. That didn’t work either. I think it may be a path problem or I have wp-photos in the wrong location. Any suggestions? Thanks.

    Thread Starter alexkingorg

    (@alexkingorg)

    Did you also put a folder ‘t’ with a thumbnail image with the same name as the photo file in it?

    I can’t seem to find how to increase the size of the captions and “next”, “previous” text bellow the photo. Any suggestions?
    thanks!

    I’d really like to try this but I don’t know how to get it to work with wordpress 1.5. Can anyone help?

Viewing 15 replies - 46 through 60 (of 60 total)
  • The topic ‘WP Photos Hack (1.0 Compatible)’ is closed to new replies.