Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
NaturalEnquirer wrote:
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?
Yes, it's set up correctly, as long as you use links relative to the document.
To set up your testing environment so that the site is not in a subfolder, you need to create a virtual host for each site. There are instructions on setting up virtual hosts on my website at http://foundationphp.com/tutorials/apache22_vhosts.php.
Copy link to clipboard
Copied
Thank you for your help with this! I've tried this once before about a year ago and gave up then. So started from scatch again (for the nth time)
I installed XAMPP in default directory on my PC at \xamp\
In DW, I have
Local site folder: C:\xampp\htdocs\nif\
Server folder : C:\xampp\htdocs\nif\
Web URL: http://localhost/nif/
Server Model: PHP/MySQL
Advanced settings:
Links relative to Document
Web URL: http://localhost/nif
So now my DW site should see the website root and all subfolders including the galleries folder. In LiveView I can view the index page of the galleries directory and its linked pages ok but I cannot view, for example \galleries\themes\zpmasonry\404.php. I get the An unknown error occurred while discovering dynamically related files.
Address bar shows file:///c:\xampp\htdocs\nif\galleries/themes/zpmasonry/404.php and other address shows c:\xampp\htdocs\nif\galleries/themes/zpmasonry/404.php
I hope that the above error has to do with your suggested fix.
So I tried to modify the vhosts files as suggested in your directions, but then Apache will not start at all.
I expect my error is in the final step to specify the document and server roots?
I created c:\vhosts and c:\vhosts\nif\
In C:\windows\system32\drivers\etc\hosts I added
127.0.0.1 nif
In c:\xampp\apache\conf\httpd.conf I uncommented the line you referred to
I expect my error is in the c:\xampp\apache\conf\extra\httpd-vhosts.conf
I think the line eVirtualHost *.80 was already uncommented (not sure now)
I added the Directory lines below that.
<Directory C:/vhosts> Order Deny,Allow Allow from all </Directory>
<VirtualHost *:80>
DocumentRoot c:/xampp/htdocs
ServerName localhost
</VirtualHost>
<VirtualHost *:80>
DocumentRoot c:/vhosts/nif
ServerName nif</VirtualHost>
(I did reboot)
Copy link to clipboard
Copied
NaturalEnquirer wrote:
In LiveView I can view the index page of the galleries directory and its linked pages ok but I cannot view, for example \galleries\themes\zpmasonry\404.php. I get the An unknown error occurred while discovering dynamically related files.
Address bar shows file:///c:\xampp\htdocs\nif\galleries/themes/zpmasonry/404.php and other address shows c:\xampp\htdocs\nif\galleries/themes/zpmasonry/404.php
If you can see the index page and other pages, your site is set up correctly. I'm not familiar with ZenPhoto, but I suspect that the problem is that the URL for 404.php is generated dynamically when a page cannot be found. The main clue lies in the fact that the file is located in a themes folder. In WordPress, for example, the themes folder controls the look of the site, but it never appears in a URL. Also if you're viewing a dynamic page in Dreamweaver, the address bar should show the localhost URL, not the file path.
So I tried to modify the vhosts files as suggested in your directions, but then Apache will not start at all.
What does the Apache error log say? It's located at C:\xampp\apache\logs\error.log. You can open it in Notepad. Scroll down to the bottom and look at the error messages.
Copy link to clipboard
Copied
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?tinyMCE=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?tinyMCE=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?tinyMCE=0§io...
[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?tinyMCE=0§io...
[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?tinyMCE=0§io...
[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?tinyMCE=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] 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:32:12 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:32:12 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:32:12 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:32:12 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:13 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:13 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:13 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:32:13 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:32:13 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:32:13 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:32:13 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:32:13 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:32:13 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:32:13 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:32:13 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:32:13 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:32:13 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:32:13 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:32:13 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:32:13 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:32:13 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:32:13 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:32:13 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:14 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:14 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:14 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:32:14 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:32:14 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: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:32: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:32:15 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:32: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:32: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:32: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:32:16 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:32: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:34:28 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-admin/post.php?post=4&action=edit
[Wed Jul 06 01:34:29 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:34:29 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:34:29 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:34:29 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:34:30 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:34:30 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:34:30 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:34:30 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:35:07 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-admin/post.php?post=4&action=edit
[Wed Jul 06 01:35: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:35: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:35:08 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:35: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:35: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:35: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:35: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:35: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:35: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?tinyMCE=1&ver=34...
[Wed Jul 06 01:35: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:35: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:35:23 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:35:23 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:35:23 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:35: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:35: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:35: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:35:24 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:35: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 211
[Wed Jul 06 01:35: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 228
[Wed Jul 06 01:35: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:35:24 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:35:24 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:35:24 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:35:24 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:35:24 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:35:24 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:35:24 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:35:24 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:35:24 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:35:24 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:35: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:35: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:35: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:35:25 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:35: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 288
[Wed Jul 06 01:35: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:35: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:35: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:35: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:35: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:35: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:35: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:35: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:35: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:35:56 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?tinyMCE=1§io...
[Wed Jul 06 01:35:57 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:35:57 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:35:57 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:35:57 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:35:57 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:35:57 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:58 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:35:59 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:35:59 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:35:59 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:35:59 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:35:59 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:36:00 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:36:00 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:36:00 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:36:00 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:36:02 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:36:02 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:36:02 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:36:02 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:36: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-admin/post.php?post=4&action=edit
[Wed Jul 06 01:36: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:36: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:36: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:36: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:36: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:36: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:36:20 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:36: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:36:41 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?tinyMCE=1&ver=34...
[Wed Jul 06 01:36:42 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:36:42 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:36:42 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:36:42 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:36:42 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:36:42 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:43 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:36:44 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:36:44 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:36:44 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:36:44 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:36:44 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:36:46 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:36:46 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:36:46 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:36:46 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:36:47 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:36:47 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:36:47 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:36:47 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:37:02 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?tinyMCE=1§io...
[Wed Jul 06 01:37:03 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:37:03 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:37:03 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:37:03 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:37:03 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:37:03 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:37: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:37: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:37:04 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:37: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 211
[Wed Jul 06 01:37: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 228
[Wed Jul 06 01:37: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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37:04 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:37: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:37: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:37: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:37:05 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:37: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 288
[Wed Jul 06 01:37:05 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:37:06 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:37:06 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:37:06 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:37: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:37: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:37: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:37:07 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:37: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:37:29 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?tinyMCE=1§io...
[Wed Jul 06 01:37:31 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:37:31 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:37:31 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:37:31 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:37:31 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:37:31 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:32 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:37:33 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:37:33 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:37:33 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:37:33 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:37:33 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:37:34 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:37:34 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:37:34 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:37:34 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:37: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:37: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:37:35 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:37: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:37:46 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?tinyMCE=1§io...
[Wed Jul 06 01:37:48 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:37:48 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:37:48 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:37:48 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:37:48 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:37:48 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:49 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:37:50 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:37:50 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:37:50 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:37:50 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:37:50 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:37:51 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:37:51 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:37:51 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:37:51 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:37:52 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:37:52 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:37:52 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:37:52 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 03:33:53 2011] [error] [client 127.0.0.1] PHP Warning: Cannot modify header information - headers already sent by (output started at C:\\xampp\\htdocs\\nif\\test_2rc48nwicf.php:86) in C:\\xampp\\htdocs\\nif\\galleries\\zp-core\\functions.php on line 1632
[Wed Jul 06 03:33:53 2011] [error] [client 127.0.0.1] PHP Warning: Cannot modify header information - headers already sent by (output started at C:\\xampp\\htdocs\\nif\\test_2rc48nwicf.php:86) in C:\\xampp\\htdocs\\nif\\galleries\\zp-core\\functions.php on line 1632
[Wed Jul 06 03:57:40 2011] [error] [client 127.0.0.1] PHP Warning: Cannot modify header information - headers already sent by (output started at C:\\xampp\\htdocs\\nif\\test_3lxcunwjg3.php:86) in C:\\xampp\\htdocs\\nif\\galleries\\zp-core\\functions.php on line 1632
[Wed Jul 06 03:57:40 2011] [error] [client 127.0.0.1] PHP Warning: Cannot modify header information - headers already sent by (output started at C:\\xampp\\htdocs\\nif\\test_3lxcunwjg3.php:86) in C:\\xampp\\htdocs\\nif\\galleries\\zp-core\\functions.php on line 1632
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] PHP Warning: Cannot modify header information - headers already sent by (output started at C:\\xampp\\htdocs\\nif\\test.php:86) in C:\\xampp\\htdocs\\nif\\galleries\\zp-core\\functions.php on line 1632
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] PHP Warning: Cannot modify header information - headers already sent by (output started at C:\\xampp\\htdocs\\nif\\test.php:86) in C:\\xampp\\htdocs\\nif\\galleries\\zp-core\\functions.php on line 1632
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 03:57:44 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/test.php
[Wed Jul 06 11:27:32 2011] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Jul 06 11:27:32 2011] [notice] Digest: generating secret for digest authentication ...
[Wed Jul 06 11:27:32 2011] [notice] Digest: done
[Wed Jul 06 11:27:33 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 11:27:33 2011] [notice] Server built: Oct 18 2010 01:58:12
[Wed Jul 06 11:27:33 2011] [notice] Parent: Created child process 6196
[Wed Jul 06 11:27:33 2011] [notice] Digest: generating secret for digest authentication ...
[Wed Jul 06 11:27:33 2011] [notice] Digest: done
[Wed Jul 06 11:27:34 2011] [notice] Child 6196: Child process is running
[Wed Jul 06 11:27:34 2011] [notice] Child 6196: Acquired the start mutex.
[Wed Jul 06 11:27:34 2011] [notice] Child 6196: Starting 150 worker threads.
[Wed Jul 06 11:27:34 2011] [notice] Child 6196: Starting thread to listen on port 443.
[Wed Jul 06 11:27:34 2011] [notice] Child 6196: Starting thread to listen on port 80.
[Wed Jul 06 11:34:06 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/nif/GeneratedItems
[Wed Jul 06 11:46:22 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/nif/nif
[Wed Jul 06 14:31:07 2011] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected '<' in C:\\xampp\\htdocs\\nif\\myattempt.php on line 18
[Wed Jul 06 14:34:39 2011] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Jul 06 14:34:39 2011] [notice] Digest: generating secret for digest authentication ...
[Wed Jul 06 14:34:39 2011] [notice] Digest: done
[Wed Jul 06 14:34:40 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 14:34:40 2011] [notice] Server built: Oct 18 2010 01:58:12
[Wed Jul 06 14:34:40 2011] [notice] Parent: Created child process 7668
[Wed Jul 06 14:34:41 2011] [notice] Digest: generating secret for digest authentication ...
[Wed Jul 06 14:34:41 2011] [notice] Digest: done
[Wed Jul 06 14:34:41 2011] [notice] Child 7668: Child process is running
[Wed Jul 06 14:34:41 2011] [notice] Child 7668: Acquired the start mutex.
[Wed Jul 06 14:34:41 2011] [notice] Child 7668: Starting 150 worker threads.
[Wed Jul 06 14:34:41 2011] [notice] Child 7668: Starting thread to listen on port 443.
[Wed Jul 06 14:34:41 2011] [notice] Child 7668: Starting thread to listen on port 80.
[Wed Jul 06 14:44:58 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/galleries, referer: http://localhost/nif/myattempt.php
[Wed Jul 06 14:48:02 2011] [error] [client 127.0.0.1] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
[Wed Jul 06 14:48:02 2011] [error] [client 127.0.0.1] PHP Fatal error: Unknown: Failed opening required 'C:/xampp/htdocs/nif/galleries/zp-core/i.php' (include_path='.;C:\\xampp\\php\\PEAR') in Unknown on line 0
[Wed Jul 06 14:48:02 2011] [error] [client 127.0.0.1] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
[Wed Jul 06 14:48:02 2011] [error] [client 127.0.0.1] PHP Fatal error: Unknown: Failed opening required 'C:/xampp/htdocs/nif/galleries/zp-core/i.php' (include_path='.;C:\\xampp\\php\\PEAR') in Unknown on line 0
[Wed Jul 06 15:45:27 2011] [error] [client 127.0.0.1] PHP Warning: Cannot modify header information - headers already sent by (output started at C:\\xampp\\htdocs\\nif\\test_9ssi4nxg7p.php:86) in C:\\xampp\\htdocs\\nif\\galleries\\zp-core\\functions.php on line 1632
[Wed Jul 06 15:45:27 2011] [error] [client 127.0.0.1] PHP Warning: Cannot modify header information - headers already sent by (output started at C:\\xampp\\htdocs\\nif\\test_9ssi4nxg7p.php:86) in C:\\xampp\\htdocs\\nif\\galleries\\zp-core\\functions.php on line 1632
Copy link to clipboard
Copied
NaturalEnquirer wrote:
My recent errors log before I changed vhosts, etc., is below.
Posting an error log containing nearly 700 lines isn't very helpful. You need to attempt to start Apache with the virtual hosts configuration. If it fails, open the errors log and inspect the last dozen lines or so.
Copy link to clipboard
Copied
My apologies for the long file ... I didn't make it clear that I did not see any errors reported in the log file after pressing the Start button for Apache in the control panel which is why I sent the only errors I had.
To double check that was the case, I modified the files again as directed, viewed the error.log file to see the final entry, rebooted, started the control panel, tried to start Apache. Looked in error.log file anad no additional entries beyond the one that was there previously. I rebooted the system and looked at the error.log file again just in case log file wasn't updated until next session. Still no additional lines in the error.log.
Thank you again for your patience!
Copy link to clipboard
Copied
Ok, after spending many frustrating hours on this, I made two easy changes to make this work for me with a Windows 7 64 bit system.
In the c:\xampp\apache\conf\extra\httpd-vhosts.conf, I had to change this:
<VirtualHost *:80>
DocumentRoot c:/xampp/htdocs
ServerName localhost
</VirtualHost>
<VirtualHost *:80>
DocumentRoot c:/vhosts/nif
ServerName nif</VirtualHost>
to
<VirtualHost *:80>
DocumentRoot "c:/xampp/htdocs"
ServerName localhost
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "c:/vhosts/nif"
ServerName nif</VirtualHost>
The forward slashes did not seem to agree with my Windows 7 64 bit system so had to enclose the strings inside quotes.
In the Windows host file, I also had to uncomment (remove #) these lines:
127.0.0.1 localhost
::1 localhost
in addition to adding
127.0.0.1 nif
For anyone else struggling with this, in addition to Mr. Powers' tutorial, also check out http://www.apachefriends.org/f/viewtopic.php?t=31565 where it talks about the forward slash problem - they also were going nuts over this!
And thank you Mr. Powers for getting me started on the path to setting up a virtual host!