Dpphotosgd
Forum Replies Created
-
never mind I did not have the setting correct for this album to view online all is OK ??
YES that worked thank you ??
OK changed that to this now
[gallery type='picasa' user_id='hillcrestent9592' kind='album' album='walnut02' thumbsize='75' ]
but still not finding the gallery ? what am I missing?
Here is copy of the code from the file adapter.nextgen_pro_album_form.php
<?php /* * This form is meant to be extended by each album type, it provides defaults for common settings */ class A_NextGen_Pro_Album_Form extends Mixin_Display_Type_Form { /** * Enqueues static resources required by this form */ function enqueue_static_resources() { wp_enqueue_script( 'nextgen_pro_albums_settings_script', $this->object->get_static_url('photocrati-nextgen_pro_albums#settings.js'), array('jquery.nextgen_radio_toggle') ); $atp = $this->object->get_registry()->get_utility('I_Attach_To_Post_Controller'); if ($atp != null && $atp->has_method('mark_script')) { $atp->mark_script('nextgen_pro_albums_settings_script'); } } /** * Returns a list of fields to render on the settings page */ function _get_field_names() { return array( 'thumbnail_override_settings', 'nextgen_pro_albums_display_type', 'nextgen_pro_albums_caption_color', 'nextgen_pro_albums_caption_size', 'nextgen_pro_albums_border_color', 'nextgen_pro_albums_border_size', 'nextgen_pro_albums_background_color', 'nextgen_pro_albums_padding', 'nextgen_pro_albums_spacing' ); } /* * Let users choose which display type galleries inside albums use */ function _render_nextgen_pro_albums_display_type_field($display_type) { $mapper = $this->object->get_registry()->get_utility('I_Display_Type_Mapper'); $types = array(); foreach ($mapper->find_by_entity_type('image') as $dt) { $types[$dt->name] = $dt->title; } return $this->_render_select_field( $display_type, 'gallery_display_type', 'Display galleries as', $types, $display_type->settings['gallery_display_type'], 'How would you like galleries to be displayed?' ); } function _render_nextgen_pro_albums_caption_color_field($display_type) { return $this->_render_color_field( $display_type, 'caption_color', 'Caption color', $display_type->settings['caption_color'] ); } function _render_nextgen_pro_albums_caption_size_field($display_type) { return $this->_render_number_field( $display_type, 'caption_size', 'Caption size', $display_type->settings['caption_size'], '', FALSE, '', 0 );
[Moderator Note: Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged by the forum’s parser.]
I disabled the Nextgen Pro plugin and I do Not get the error
Warning: Invalid argument supplied for foreach() in /home/dpphot5/public_html/new/wp-content/plugins/nextgen-gallery-pro/modules/nextgen_pro_albums/adapter.nextgen_pro_album_form.php on line 50
I have disabled all plugins, no change
Have disabled and enabled Nextgen , no change
Have changed themes, no changeHave added in over 600 images to nextgen, really do not want to start that process over agin.
Donna
Operating System : Linux (64 Bit)
Server : Apache
Memory usage : 50.52 MByte
MYSQL Version : 5.5.34-log
SQL Mode : Not set
PHP Version : 5.3.27
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 512
PHP Max Upload Size : 128M
PHP Max Post Size : 128M
PCRE Backtracking Limit : 1000000
PHP Max Script Execute Time : N/As
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : Yes
Graphic LibraryGD Version : bundled (2.1.0 compatible)
FreeType Support : Yes
FreeType Linkage : with freetype
T1Lib Support : No
GIF Read Support : Yes
GIF Create Support : Yes
JPEG Support : Yes
PNG Support : Yes
WBMP Support : Yes
XPM Support : Yes
XBM Support : Yes
JIS-mapped Japanese Font Support : NoI am also seeing this same error when I try to select Gallery Settings
Well not sure what happened but did contact my host and they looked at the server end, I rebooted my mac. and now I can once again upload images.
I have disabled all other plugins, still get the error, I have changed the theme and still the same error.
Operating System : Linux (64 Bit)
Server : Apache
Memory usage : 48.26 MByte
MYSQL Version : 5.5.34-log
SQL Mode : Not set
PHP Version : 5.3.27
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 512
PHP Max Upload Size : 128M
PHP Max Post Size : 128M
PCRE Backtracking Limit : 1000000
PHP Max Script Execute Time : N/As
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : Yes
Graphic LibraryGD Version : bundled (2.1.0 compatible)
FreeType Support : Yes
FreeType Linkage : with freetype
T1Lib Support : No
GIF Read Support : Yes
GIF Create Support : Yes
JPEG Support : Yes
PNG Support : Yes
WBMP Support : Yes
XPM Support : Yes
XBM Support : Yes
JIS-mapped Japanese Font Support : NoI am able to see this error in my logs
[Wed Feb 05 07:11:08 2014] [error] [client 67.142.166.25] File does not exist: /home/dpphot5/public_html/new/400.shtml, referer: https://new.hillcrest-enterprises.com/wp-admin/admin.php?page=ngg_addgallery
[Wed Feb 05 07:07:20 2014] [error] [client 67.142.166.25] File does not exist: /home/dpphot5/public_html/new/400.shtml, referer: https://new.hillcrest-enterprises.com/wp-admin/admin.php?page=ngg_other_optionsAll folders are set to 0755