Setting up local testing server

Hi,
I am in the process of setting up a local server to test web sites with AJAX calls, and am wondering what are some of the more common and easier tools/resources to use to do this...I have seen MAMP and XAMPP are very common...I recently up-graded to Yosemite so hopefully this will not be a problem to configure a local server...!?
Thanks very much for any direction or feedback.

Ah. I see the problem. I will update that user tip when Yosemite is released. For now, you can try this:
Enable mod_userdir and include the configuration file
In the mod_userdir configuration file, include user-specific configuration files
In said user-specific configuration files, add new some stuff to make Apache 2.4 happy. Specifically, you will need:
    Require all granted
because Apache just needs that now.
And you will need
    AddLanguage en .en
    LanguagePriority en fr de
    ForceLanguagePriority Fallback
if you want to use Multiviews as per the User Tip.
After a sudo apachectl graceful, it should work.
However, I should caution anyone considering this that I haven't used Apache in some time. Things have progressed since I first wrote that user tip. These days, I would recommend using nginx, Tomcat, or Node. I also probably wouldn't even recommend using a Mac. Use Vagrant on your Mac instead and set everything up on Linux. Everyone, including Apple, uses Linux for servers these days. Plus, in today's world of security-enhanced Linux, you are going to have a mess trying to port something from a Mac to Linux. The resemblances are getting more and more superficial. You haven't lived until you have been screaming insults at selinux for hours on end. Even with Apple's recent drop in software quality (and I'm not the only one that says that), you aren't likely to scream insults at your Mac for more than 30 minutes or so until you figure out how to work around the latest bugset. With modern tools like selinux and Gradle, you aren't going to get anything done without reading a few hundred pages of manual first - assuming you can find the manual.
Bottom line - use your Mac to track down the documentation and read it, get Vagrant running, and just use Linux.

Similar Messages

  • Setting up local testing server for coldfusion 9

    I could use some help with this thread in coldfusion forum...
    setting up local testing server for coldfusion 9 w dreamweaver on mac
    http://forums.adobe.com/thread/773350
    thanks

    I'm marking this as assumed answered, as you seem to have solved the problem in the other thread.

  • Setting up local testing server for coldfusion 9 w dreamweaver on mac

    Hi All,
    I'm rusty at this - need some help...
    here's my files on mac-
    ... Applications/ColdFusion9/wwwroot/main/site1
    how do I set the testing server up in DW?
    local site ...
    /Applications/ColdFusion9/wwwroot/main/site1
    testing server
    server field - i put...
    /Applications/ColdFusion9/wwwroot/main/site1
    web URL...
    http://localhost:8500/site1/
    then I test in browser:
    http://localhost:8500/site1/test.cfm
    but it fails with : FILE NOT FOUND
    but this works but not what i want
    http://localhost:8500/site1/test.cfm
    I WANT the sub folder also!
    What's wrong ?

    I think i fixed it.... so please disregard...
    was this.........
    server field - i put...
    /Applications/ColdFusion9/wwwroot/main/site1
    web URL...
    http://localhost:8500/site1/
    now this..... and it works
    server field - i put...
    /Applications/ColdFusion9/wwwroot/
    web URL...
    http://localhost:8500/main/site1/

  • How do I set up a local testing server?

    Hey again everyone. I am trying to figure out how to set up a local testing server. I've read a couple different tutorials online and i still can't figure it out. I added a new server, named it test server, I'm connecting using local/network, my server folder is C:\Users\Jake\Website\testfolder, and my web URL is http://localhost/. My server model is PHP/MySQL.
    My site's root folder is C:\Users\Jake\Website\. I have also downloaded XXAMP. It downloaded and that was it though, I'm not sure if I need to apply it somehow to Dreamweaver. When I try to preview my pages I get a message that asks me if I want to update copy on testing server. If I choose yes, another message comes up and asks me if I want to put dependent files. Whether I choose yes or no it just says IE cannot display the web page.
    Any help would be appreciated, thanks!

    Site Name: PHP Test Site
    Local Site Folder: C:\xampp\htdocs\php_test\
    Server Name: Local Testing
    Connect Using: Local/Network
    Server Folder: C:\xampp\htdocs\php_test
    Default Images Folder: C:\xampp\htdocs\php_test\Images\
    Web URL: http://localhost/php_test/Server Model: PHP MySQL
    Is that everything you need to know? Note that I do not have a remote testing site set up yet.

  • Previewing on local testing server

    When previewing a file in the Dreamweaver development
    environment, Dreamweaver loads the file, say testfile.html, in the
    browser with its file system address, eg
    file://Applications/MAMP/htdocs/jsMath/test/testfile.html. However,
    the local website address of this file is
    http://localhost:8888/jsMath/test/testfile.html.
    This leads to a security error
    Security Error: Content at
    file:///Applications/MAMP/htdocs/jsMath/test/testfile.html may not
    load data from
    http://localhost:8888/jsMath/plugins/autoload.js.
    The problem can be circumvented by avoiding the Dreamweaver
    preview and hand-loading the file directly as
    http://localhost:8888/jsMath/test/testfile.html
    Surely the preview feature must not be bound by this
    restriction. What might be done to get preview to work properly
    with this local testing server?
    -dao

    daoliver wrote:
    > Surely the preview feature must not be bound by this
    restriction. What might
    > be done to get preview to work properly with this local
    testing server?
    You need to define the testing server correctly in your site
    definition.
    In your case, the Testing server folder field should be set
    to
    Applications/MAMP/htdocs/jsMath/test/ and the URL prefix to
    http://localhost:8888/jsMath/test/.
    David Powers
    Adobe Community Expert, Dreamweaver
    http://foundationphp.com

  • How to setup the local testing server ??

    hello, what do I need to install first before I can setup the
    testing server in dreamweaver 8? I have download apache2 triad,
    mySQL, IIS 6...
    Where should I download the correct version of mySQL because
    I need to test my php scripts locally which has something to do
    with database?
    How do I configure these on the testing server setup
    Connection Name - what should I input here?
    MySQL Server - and this?
    Username - where do I get one?
    Password - where do I get one?
    Database - gets an error saying "HTTP error code 404...
    1) There is no testing server running on the server machine.
    2)The testing server specified for this site does not map to
    the
    http://localhost/...... ??
    Please Help.. Thanks in advance!

    criticalx wrote:
    > I'm using the apache2triad for the mySQL.. I s there
    anything I did wrong on
    > my configuration part? Thanks... "I only need to test my
    site locally"
    I have never heard of apache2triad, but I've just had a look
    at the
    apache2triad site, which says: "It is recommended that only
    experienced
    users, with a vast knowledge of how networks, and its
    components (Apache
    Web Server, ect.) should install this software. It IS NOT
    your average
    software; a lot of time, patience and effort are required to
    maintain
    such a server."
    Setting up a local testing server is not difficult, but it
    does require
    a basic understanding of how a server-side language like PHP
    works.
    As I said before, you must always store your files in the web
    server
    document root. According to the apache2triad documentation,
    this is C:
    \apache2triad\htdocs\. Unless you store your files there, or
    in a
    subfolder of htdocs, nothing will work.
    ---LOCAL INFO----
    Site Name: login
    Local Root folder: C:\apache2triad\htdocs\login
    checked refresh local site automatically
    default images: C:\apache2triad\htdocs\login\images\
    Links Relative to: "document" - this is correct
    HTTP address: leave blank
    cache: enabled
    ---REMOTE INFO---
    None
    ---TESTING SERVER---
    Server Model: PHP/MySQL
    Access: Local/Network
    Testing server folder: C:\apache2triad\htdocs\login\
    URL Prefix:
    http://localhost/login/
    mySQL connection:
    conn name: connLogin
    mySQL server: localhost (do not use
    http://)
    username: root
    password: mypassword
    Database: login
    David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

  • How to transfer a site on my HD to a local testing server?

    My site, which I developed in Dreamweaver CS3, is currently
    all static HTML. I'm making progress in changing it to have some
    PHP content, but my initial work is all on my live site -- whereas
    I want to be able to do development and testing on a local testing
    server. I've successfully set up XAMPP, and am making progress in
    developing some pages on a *new* local test site (which I've
    installed for local testing at C:/Program Files/xampp/htdocs),
    which I've set up to have PHP-based dynamic content. What I *can't*
    figure out how to do is to take all of my local content for my live
    Website (which is currently at C:/Documents and
    Settings/MyName/MySite/) and move it to
    http://localhost/ (at C:/Program
    Files/xampp/htdocs), so I can can develop and test new dynamic
    content for my site locally against my local Web server. I suspect
    that there are some simple steps to accomplish this goal, but I'm
    pretty new at this, and can't figure it out. Any advice/guidance
    will be greatly appreciated!

    quote:
    Originally posted by:
    Newsgroup User
    Open Windows Explorer, navigate to C:/Documents and
    Settings/MyName/,
    right-click the MySite folder, and select Copy. Then navigate
    to
    C:/Program Files/xampp/htdocs, right-click, and select Paste.
    Your site will then be at
    http://localhost/MySite/
    Wow, that was simple. Thanks! (I had assumed that I needed to
    make the change somehow from within Dreamweaver, vs. in Windows
    Explorer. But I guess that's necessary only if/when you're moving
    files around *within* a site.) Thanks so much!
    I think that Dreamweaver will fuss at me that my testing site
    (actually,
    http://localhost/visiblewind)
    is in a subfolder, whereas my live site (
    http://www.visiblewind.com)
    is at the root, for synchronization-related issues. Will that cause
    issues if I do switch from a separate FTP program (which I'm
    currently using) to synchronization via Dreamweaver?
    p.s.: I ordered your "Essential Guide..." yesterday -- am
    expecting it in the mail when I get home tonight!

  • PHP Local Testing Server Not Working!

    Hi Guys,
    I've just set up my PHP local testing server, although its not working properly! If you could help that would be so wonderful!
    Here is my current settings:
    Local Site Folder: C:\XAMPP\htdocs\valsoo\
    Web URL: http://localhost/valsoo/
    Server Folder: C:\XAMPP\htdocs\valsoo\
    Local/Network
    Server Model: PHP MySQL
    I'm testing the 'local testing server' with a file called site_check.php which works in the Local Site Folder root (C:\XAMPP\htdocs\valsoo\site_check.php) but fails to work when the file is within folders (C:\XAMPP\htdocs\valsoo\lesson01). Not all files work in the root either. ANY SUGGESTIONS?
    Thanks so much!

    Brentis wrote:
    I'm testing the 'local testing server' with a file called site_check.php which works in the Local Site Folder root (C:\XAMPP\htdocs\valsoo\site_check.php) but fails to work when the file is within folders (C:\XAMPP\htdocs\valsoo\lesson01). Not all files work in the root either.
    If site_check.php works, your local testing server is working.
    What do you mean when you say that it fails to work when the file is in a folder, such as lesson01? What actually happens? What sort of files don't work in the root? Without more details, it's impossible to help.
    If site_check.php is in C:\XAMPP\htdocs\valsoo\lesson01, you should be able to access the file through http://localhost/valsoo/lesson01/site_check.php.

  • Local Testing server and htdocs

    So I have set up apache/php with virtual servers and I'm
    using DW8.
    I may have terminology errors below. Correct me where I'm
    wrong please.
    Example site directory C:/apache/htdocs/site.com/
    The web directory is: C:/apache/htdocs/site.com/htdocs
    however there are other important files hiden below this
    rebroot in "site.com/application" for example
    My work diretory is C:/somewhere else/site.com. While
    developing, I just set the testing server as my webserver and
    posted everything to preview, but know I want to include the
    production server, and try to use my local testing setup correctly.
    I use DW to ftp and edit the site files, including those
    below the webroot, so is set my directories to allow access to
    those files. My annoyance is that when I preview my site it tries
    to pull up the homepage as www.site.dev/htdocs/index.php
    (I use dev to distinguish the local testing server)
    Can I resolve this problem, or can someone explain how to
    effecttively manage your workdirectory, testingserver and
    production server from one DW site? At the moment I'm using two DW
    sites to manage for now.

    Thank you for your answers.
    SnakEyez02 wrote:
    First, this is very possible depending on your theme.  Some of the dyanmic effects in themes use javascript files from the JQuery library as well as other javascript libraries.  Because of this it may not be possible to edit all files.
    How do you think I could check this is true ? I think I need all the files if I wish to edit the theme. Would copying all the remote files locally help clearing this in any way ?
    SnakEyez02 wrote:
    This sounds like a path issue in the code.  I would check there to make sure the path is correct.  Otherwise we would need to see the code.
    I don't know how to check this. When inspecting the page with Live Code, I don't know which html file Dw is showing me on the left. No filename has that grey background like it's pushed... Plus, I don't understand why the path would have changed, since I didn't mess with the code (yet) ?
    SnakEyez02 wrote:
    I have found this to appear when you have friendly/pretty-URLs or mod-rewrite turned on.  In the WordPress web admin, go to Settings->Permalinks and choose the default with the ?p=123 setting.  DW is currently unable to process the rewriting of URLs and it will only recognize the un-SEO-friendly way of reading URLs.
    Ok now I don't understand. When I go to http://localhost/mysite/wp-admin, it shows me the WP logo,
    No Upgrade Required
    Your WordPress database is already up-to-date!
    And a big "continue" button, all of which on the original site (the url is http://www.mysite.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F). Pressing the button gets me to http://www.mysite.com/.
    Is that because I imported the database from the live site ? I don't know what I did to get that, I used to get to the local WP installation. Could that be a bad database setup ?
    Any idea ?
    Again, thank you a lot for helping me out here !

  • Local testing server root and web url

    I would like to know if I have correctly set up my local testing server for the root folders. Very new to this.
    Local site folder is at C:\xampp\htdocs\NIF\.
    Test server folder is C:\xampp\htdocs\NIF\
    Web URL is http://localhost/NIF/
    Links are relative to document.
    In case it matters, site is using ZenPhoto gallery.
    I can see my index page's dynamic content in LiveView, but I'm not sure if I have the root paths correct.
    Root of the online website is at http://natureinfocus.com/ with a gallery at http://natureinfocus.com/galleries
    Currently an address in DW shows http://localhost/nif/galleries/ where the actual website would show http://natureinfocus.com/galleries/
    I've put testing site root in a subfolder since I may have several sites.
    Do I have this set up correctly or do I need to change soemthig since I've put the root in a subfolder?
    Also wasn't sure if links should be set instead to relative to document or site root?
    Thanks for any help.

    Since I have Windows 7 64 bit system., I get the usual error message about running this program only from my XAMPP directory (which everyone says to not worry about).  MySQL service starts ok. Text in the windows says Apache started, but the "Start" button doesn't change to Stop and Admin button is grayed out.
    My recent errors log before I changed vhosts, etc., is below. Tried to decrease the font but it just wouldn't change ...
    [Wed Jul 06 01:06:24 2011] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    [Wed Jul 06 01:06:24 2011] [notice] Digest: generating secret for digest authentication ...
    [Wed Jul 06 01:06:24 2011] [notice] Digest: done
    [Wed Jul 06 01:06:24 2011] [notice] Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
    [Wed Jul 06 01:06:24 2011] [notice] Server built: Oct 18 2010 01:58:12
    [Wed Jul 06 01:06:24 2011] [notice] Parent: Created child process 7732
    [Wed Jul 06 01:06:25 2011] [notice] Digest: generating secret for digest authentication ...
    [Wed Jul 06 01:06:25 2011] [notice] Digest: done
    [Wed Jul 06 01:06:26 2011] [notice] Child 7732: Child process is running
    [Wed Jul 06 01:06:26 2011] [notice] Child 7732: Acquired the start mutex.
    [Wed Jul 06 01:06:26 2011] [notice] Child 7732: Starting 150 worker threads.
    [Wed Jul 06 01:06:26 2011] [notice] Child 7732: Starting thread to listen on port 443.
    [Wed Jul 06 01:06:26 2011] [notice] Child 7732: Starting thread to listen on port 80.
    [Wed Jul 06 01:27:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:27:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:27:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_options() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:27:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 211
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 228
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:27:38 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36
    [Wed Jul 06 01:27:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:27:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:27:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:27:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:27:40 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:27:40 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:27:40 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:27:40 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:14 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36, referer: http://localhost/nif/articles/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMC E=0
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_album() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 131
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 154
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 211
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 228
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::count_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 288
    [Wed Jul 06 01:28:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:18 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36, referer: http://localhost/nif/articles/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMC E=0
    [Wed Jul 06 01:28:18 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:18 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:18 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_options() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:18 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:19 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:19 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:19 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:19 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_album() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 131
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 154
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 211
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 228
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:22 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:22 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:22 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::count_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:22 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 288
    [Wed Jul 06 01:28:22 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:23 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:23 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:23 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_options() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:23 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:22 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36, referer: http://localhost/nif/articles/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMC E=0&section=image
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_album() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 131
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 154
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 211
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 228
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:26 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:26 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:26 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::count_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:26 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 288
    [Wed Jul 06 01:29:26 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:27 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:27 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:27 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_options() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:27 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:28 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:28 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:28 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:28 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:33 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36, referer: http://localhost/nif/articles/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMC E=0&section=image
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_album() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 131
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 154
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 211
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 228
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:37 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:37 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:37 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::count_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:37 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 288
    [Wed Jul 06 01:29:37 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:38 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:38 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:38 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_options() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:38 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:30:03 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36, referer: http://localhost/nif/articles/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMC E=0&section=image
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_album() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 131
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 154
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 211
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 228
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:30:07 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:30:07 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:30:07 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::count_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:30:07 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 288
    [Wed Jul 06 01:30:07 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:30:08 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:30:08 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:30:08 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_options() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:30:08 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:30:09 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:30:09 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:30:09 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:30:09 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:31:54 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36
    [Wed Jul 06 01:31:55 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:31:55 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:31:55 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:31:55 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:31:56 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:31:56 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:31:56 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:31:56 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:32:11 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36, referer: http://localhost/nif/articles/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMC E=0
    [Wed Jul 06 01:32:12 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:32:12 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:32:12 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_album() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:32:12 2011] [error] [client 127.0.0.1

  • Setting up a testing server in Dreamweaver for Java Development

    Hey there,
    I'm new to Java however, I'm look forward to learning I've been trying to set-up a testing server for Java on my local machine in Dreamweaver but am having some problems! Can anyone outline the steps required in order to do this. I'd really appreciate it.
    I did follow the following link http://www.coderanch.com/forums/jforum?module=posts&action=insert&forum_id=33 and went through the troubleshooting section at the bottom. However my Java code does not display in Dreamweaver's 'Live View'
    Thanks in advance to anyone willing to take the time.
    Mike

    Hey Murray,
    Thanks for the link to the Dreamweaver Forum
    The link I provided you with earlier was in error I should placed this link instead:
    http://www.adobe.com/devnet/dreamweaver/articles/setup_testing_server.html
    Thanks for your assistance.
    Mike

  • Setting up a testing server in Dreamweaver for JAVA Development (NOT JavaScript)

    Hey there,
    I'm new to Java however, I'm look forward to learning I've been trying to set-up a testing server for Java on my local machine in Dreamweaver but am having some problems! Can anyone outline the steps required in order to do this. I'd really appreciate it.
    I did follow the following link http://www.adobe.com/devnet/dreamweaver/articles/setup_testing_server.html and went through the troubleshooting section at the bottom. However my Java code does not display in Dreamweaver's 'Live View'
    Thanks in advance to anyone willing to take the time.
    Mike

    Hey Murray,
    Thanks for the link to the Dreamweaver Forum
    The link I provided you with earlier was in error I should placed this link instead:
    http://www.adobe.com/devnet/dreamweaver/articles/setup_testing_server.html
    Thanks for your assistance.
    Mike

  • Local test server configurations

    I am trying to set up a local test server on my Mac using Apache in conjunction with PHP and MySQL while creating my pages in Dreamweaver MX 2004. I click the "Manage Sites" button, direct all of the options to a test.php page in my Users/Sites folder on my hard drive. When I click on "Test URL" I get an error message saying:
    "Dreamweaver cannot use the prefix you entered to display live data. Please double-check your site configuration or click on Help for more information on how to correct this problem. (HTTP Error: 0)
    I can bring up the Apache page by typing in "http://localhost/" in FireFox. How do I get the page I'm creating in Dreamweaver MX 2004 to come up when I type in "http://localhost/"? or Do I need to type in something else after "http://"? I've tried typing in the exact path for the file into my web browser with no luck!!!
    I try to "File-Open" the empty .php file I created in Dreamwaever into FireFox and it tells me I need to open the file in the default application or save to disk.
    How can I overcome this obstical so I can view my dynamic web pages and their php content?
    Do I need to add some kind of "sudo" text???
    I was weary to do that because I got a warning telling me I can permanently lose data.
    Please help me . . . . . I've been trying to figure this out for 3 days now!!!
    I'm really a novice at this!!!
    Thanks Everyone!
    MacBook Pro Intel   Mac OS X (10.4.9)  

    I've tried typing in
    http://localhost/ - which gives me apache's page
    http://localhost/foldername/filename/ - (HTTP Error: 0)
    http://localhost/foldername/ - (HTTP Error: 0)
    http://localhost/filename/ - (HTTP Error: 0)
    http://foldername/filename/ - (HTTP Error: 0)
    http://localhost/Macintosh HD/Users/Sites/filename/ - (HTTP Error: 0)
    I've even tried taking out the http:// which I knew wouldn't work, but after trying everything else it was worth a shot.
    Remember, I DO get the Apache page when I type in http://localhost/
    Any suggestions - this is frustrating me!!!

  • How do you set up a Testing Server?

    My Local and Remote settings have been working fine for years but
    now I have the need to set up a Testing Server and I'm not sure
    what to enter in the fields when editing my site. Attached are
    my settings for Local, Remote and Testing. When I published to
    the Testing Server this morning  overwrote the Remote Server
    and had to ask fat cow to restore my original site. Please advise.
    Thanks.

    Your website is at http://bigcowmusic.com/. You want to use http://bigcowmusic.com/testing/ as your testing server.
    Create a folder called testing in your site root.
    In the Testing Server category of your site definition, set Host directory to point at the testing folder. Since you left that field blank before, it suggests that leaving it blank points to the site root. So enter "testing/" (without the quotes) into that field.
    Set the URL prefix for the testing server to http://bigcowmusic.com/testing/.
    To test that it's working, create a file in the testing folder, and make sure that you give it a name that doesn't already exist in your site (this will avoid overwriting a live page if anything goes wrong). Test it within Dreamweaver. Then go to your live site, and see if the page exists in the testing folder. If it is, you're set to go.

  • 'Unable to connect to database server' on local test server (CS4)

    I am a php/MySql newb. Have designed static sites in DW since Macromedia DW 4 days.
    I have set up a testing server on my Mac running OSX 10.6.7 using MAMP 1.9.5 and Dreamweaver CS4 to  test my osCommerce store (I like to see what's happening visually, even if I just change a small variable in the code). Although I have imported the store database  from my remote server, and the connection tests in the DW Database  window to the store, mysql, and information schema databases in  Dreamweaver are successful, I still get "Unable to connect to the  database server!" when I try to preview a .php page with Live View or with a browser. I'm using the  correct ports in my site definition (8888 and 8889). MAMP shows Apache  and MySQL running, of course. Have tried logging in as root and as my ususal username witht the correct passwords. Everything seems to be right...but it's  still wrong.
    Do I also need to import the mysql and information  schema databases from my remote server to replace the ones that came  with MAMP? If so, where do I put the information schema db? Although it  shows as a database in PhpMyAdmin, I don't see a folder or doc by that  name anywhere in MAMP - it must be buried pretty deep! (I did find a  file called information_schema_relations.lib.php in  MAMP/bin/phpMyAdmin/libraries. Is that it?)
    Or is it something else entirely?
    Note  that though I'm a fairly savvy user, I am not a developer or coder.  Strictly a GUI/static design guy with a liberal arts education. Keep the answers  simple and in plain English, thanks. 
    Have also posted this on the MAMP forum.

    Hi Kanstantin,
    Ieve tested the database connectivity through sqlplus using SYSTEM. But when I try to connect (Mount the repositiry server from MDM console, I facing  the problem mentioned.
    Please let me know if I need to do anything else.
    For your info:
    The following are the tnsnames entries
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    MD7 =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = mysapplm)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = MD7)
          (INSTANCE_NAME = MD7)
          (GLOBAL_NAME = MD7)
        (HS = OK)
    The following are the entries in listener.ora file
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = I:\oracle\MD7\102)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = mysapplm)(PORT = 1521))
    Regrads,
    Varadhu
    Edited by: Varadhu on Aug 6, 2009 10:49 AM

Maybe you are looking for

  • Officejet Pro 8600 plus e-all-in-one N-911g App Connection Error

    Windows 8.1 Update 64 bit version Printer connected wirelessly "Connection Error:  The printer was unable to connet to the server.  Check your internet connection and try again."   I get this message when touching the "Apps" Icon on the printer touch

  • How to connect to my automobile bluetooth

    How do I connect my new iPhone 4 to my car bluetooth?

  • GREP Expression help

    I am new to using GREP and have a find/replace scenario that I'm having trouble with. I have a list of names with middle initials, but no period. I'd like to find the capital middle initial and replace it with the found text, plus a period. I have pr

  • Inhouse repair Integration

    Hi I;m trying to use CRM Service with ERP without Controlling, I set the option No Controlling inteh Controlling Scenario config, but i don't found any documentation about limititations or not. I can do the Return and delivery equipment process in ER

  • Safari not working with forms or logging in to cgi controled serverside app

    I can't login to adsense, my cgi calendar, my bank account, gmail etc. Everything works fine with FireFox other than this problem the browser works fine.