Author Topic: PHP issues with Sobi  (Read 2489 times)

0 Members and 1 Guest are viewing this topic.

Offline jmil

  • Sobi Profi
  • ***
  • Posts: 150
  • Just a beginner
  • Reviews:

    What is it?

PHP issues with Sobi
« on: 08. January 2009, 22:44:43 »
Joomla 1.5.8
PHP 4
Sobi - Most recent
Site www.wildbikers.com

Problem,

I started the site originally using PHP4, I now want to move to PHP 5.2.2 so I can use other Joomla Extensions.

When I select PHP5 (Using my Providers Site), all pages EXCEPT VCard Work
When I return to PHP4 all Pages returns back to Normal

Here is the Link to the Category pages to the directory:

http://wildbikers.com/the-database/enter-the-database.html

If you select the Tattoo Parlor link:http://wildbikers.com/biker-bars/piercing-shops/tattoo-parlors.html.html

You get this fail:

"Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, support@powweb-inc.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log."

I have also contacted My provider but wondering if there is something I can do on my side!

The Chief!

NEW INFO - Here is the error Log:

fopen(http://wildbikers.com/index.php?sobi2Task=sobi2Details catid=3 sobi2Id=22 err=1 no_html=1) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1 500 View not found [name, type, prefix]: frontpage,raw,contentView (Error number:2) in file: /hermes/web08/b81/pow.chiefvtx1/htdocs/components/com_sobi2/config.class.php at the line: 1576.

« Last Edit: 08. January 2009, 23:09:40 by jmil »
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile Wild Bikers Classifieds

Offline rataplan

Re: PHP issues with Sobi
« Reply #1 on: 09. January 2009, 01:23:04 »
I think that the error could be in the template used for sobi2 details view.
Please post here the template between the tags[php][/php]
Country: Italy Italy |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile

Do you want continued ongoing development, new features and active support?
Please write a review or just vote for SOBI on JED.

Offline jmil

  • Sobi Profi
  • ***
  • Posts: 150
  • Just a beginner
  • Reviews:

    What is it?

Re: PHP issues with Sobi
« Reply #2 on: 09. January 2009, 02:21:19 »
Thanks for looking into it:

Here is the Details View

Code: [Select]
<?php

/**

* @version $Id: sobi2.details.tmpl.php 788 2007-05-25 12:02:49Z Radek Suski $

* @package: Sigsiu Online Business Index 2

* ===================================================

* @author

* Name: Sigrid & Radek Suski, Sigsiu.NET

* Email: sobi@sigsiu.net

* Url: http://www.sigsiu.net

* ===================================================

* @copyright Copyright (C) 2007 Sigsiu.NET (http://www.sigsiu.net). All rights reserved.

* @license see http://www.gnu.org/copyleft/gpl.html GNU/GPL.

* SOBI2 is free software; you can redistribute it and/or modify

* it under the terms of the GNU General Public License as published by

* the Free Software Foundation.

*/



/*please do not remove this line */

defined'_VALID_MOS' ) or die( 'Restricted Access.' );



/* ------------------------------------------------------------------------------

 * This is the template for the Details View

 * ------------------------------------------------------------------------------

 */



?>




<div class = "ld-mainbody">
  <div class="ld-cover">
    <table width="100%" cellpadding="2" cellspacing="0" border="0" align="center" >
      <tr class="ld-ext-title">
        <td colspan="3" class="listingNameHeading"><a href="#"><?php echo $mySobi->title ?></a> <?php echo $this->plugins['reviews']->showRating($mySobi->id); ?>
          <?php $this->editButtons($config,$mySobi); ?>
        </td>
        <td colspan="2" align="right"></td>
      </tr>
        <tr class="dottedline">
        <td width="12%">Address:</td>
        <td width="38%" class="rdottedline"><b><?php echo $mySobi->customFieldsData['field_street']; ?></b></td>
        <td width="12%">Contact:</td>
        <td width="38%" class="rdottedline"><b><?php echo $mySobi->customFieldsData['field_contact_person']; ?></b></td>   
      </tr>
      <tr class="dottedline">
        <td width="12%">City:</td>
        <td width="38%" class="rdottedline"><b><?php echo $mySobi->customFieldsData['field_city']; ?></b></td>
<?php
echo $mySobi->username;
?>
</a>
</td>
        <td width="12%">Phone:</td>
        <td width="38%" class="rdottedline"><b><?php echo $mySobi->customFieldsData['field_phone']; ?></b></td>       
      </tr>
      <tr class="dottedline"> 
      <td width="12%">State:</td>
        <td width="38%" class="rdottedline"><b><?php echo $mySobi->customFieldsData['field_federal_state']; ?></b></td>
        <td width="12%">Hours:</td>
        <td width="38%" class="rdottedline"><b><?php echo $mySobi->customFieldsData['field_hours']; ?></b></td>
        </tr>

      <tr class="dottedline">
        <td width="12%">E-Mail:</td>
        <td width="38%" class="rdottedline"><b><?php echo $mySobi->customFieldsData['field_email']; ?></b></td>
        <td width="15%">Fax:</td>
        <td width="38%" class="rdottedline"><b><?php echo $mySobi->customFieldsData['field_fax']; ?></b></td>       
</td>
      </tr>
    </table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
        <td valign="top">
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
  <td colspan="2" style="padding:5px 5px;" >
          <a href="<?php echo $mySobi->customFieldsData['field_website']; ?>" target="_blank"> <img src="<?php echo $mosConfig_live_site;?>/components/com_sobi2/images/ext/b_homepage.png" alt="Homepage" hspace="2" border="0" /> </a>
            <?php if ( $mySobi->customFieldsData['field_demo_url'] ) {; ?>       

           <a href="<?php echo $mySobi->customFieldsData['field_email']; ?>" target="_blank"> <img src="<?php echo $mosConfig_live_site;?>/components/com_sobi2/images/ext/b_demo.png" alt="Demo" hspace="2" border="0" /> </a>
            <?php ?>            
  </td>
  </tr> 
            <tr>
              <td valign="top"><?php if ( $mySobi->customFieldsData['field_description'] ) {; ?>
                <div class="detailsText"><?php echo $mySobi->customFieldsData['field_description']; ?></div>
                <?php ?></td>
              <td  valign="top" width="33%">

 
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
             <tr>
                  <td valign="top"  align="center"><?php echo $img?></td>
             </tr>
                <tr>
                  <td valign="center">&nbsp;</td>

                </table>

</tr>
                <tr>
                  <td valign="top" align="center"><?php $this->getPlugin($mySobi,'gallery'); ?>
                  </td>
             </tr>


        </td>
            </tr>
<td><?php HTML_SOBI::showGoogleMaps($mySobi$config); ?></td>          </table>
 
 
          </td>
      </tr>
    </table>

<!-- Rev -->
<div style="background:#999; border:1px solid #ccc; padding:3px 5px; font-size:14px; color:#000; font-weight:bold;margin-top:20px;">
User Reviews </div>
<table width="50%" border="0" cellspacing="0" cellpadding="4">
  <tr>
    <td valign="top">

        <td width="15%">Views:</td>
        <td width="35%">
        <?php  $this->showHits($config,$mySobi);?>
        </td>
<?php $this->getPlugin($mySobi,'reviews'); ?>
        <?php echo $plugins['report']; ?>


</td>
  </tr>



</table>

<!-- /Rev -->

  </div>
</div>


<?php ?>
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile Wild Bikers Classifieds

Offline neo

  • Sobi Team
  • Development
  • Sobi Hero
  • *
  • Posts: 8088
  • Reviews:

    What is it?

    • Sobi Team Member
Re: PHP issues with Sobi
« Reply #3 on: 09. January 2009, 07:01:04 »
I'm almost agree with rataplan. But I think it is probably the V-Card template because you cannot access the category view.
Could you post this one too? And the syscheck file please.

Kind regards,
Neo
 
Support SobiPro - Submit a review on JED
If you want ongoing development for SobiPro and new applications being developed we need your review for SobiPro in the Joomla Extensions Directory.
Thank you very much :w00t:
Country: Germany Germany |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile 

Offline jmil

  • Sobi Profi
  • ***
  • Posts: 150
  • Just a beginner
  • Reviews:

    What is it?

Re: PHP issues with Sobi
« Reply #4 on: 09. January 2009, 13:26:15 »
Thanks Neo - I will shortly - But my provider is messing with my settings - I have no back-end access (404 error) - Mistake getting them involved!!!

Bit irritated right now and calling them up!

Alright - got acccess back

Here is the Vcard:

Code: [Select]
<?php
/**
* @version $Id: sobi2.vc.tmpl.php 4363 2008-08-29 10:52:23Z Radek Suski $
* @package: Sigsiu Online Business Index 2
* ===================================================
* @author
* Name: Sigrid & Radek Suski, Sigsiu.NET
* Email: sobi@sigsiu.net
* Url: http://www.sigsiu.net
* ===================================================
* @copyright Copyright (C) 2007 Sigsiu.NET (http://www.sigsiu.net). All rights reserved.
* @license see http://www.gnu.org/licenses/lgpl.html GNU/LGPL.
* You can use, redistribute this file and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation.
*/

/*please do not remove this line */
defined'_SOBI2_' ) || ( trigger_error("Restricted access"E_USER_ERROR) && exit() );

/* ------------------------------------------------------------------------------
 * This is the template for the V-Card View
 * ------------------------------------------------------------------------------
 */
/* Don't remove this line! */
function sobi2VCview($id$style$ico$img$title$fieldsObjects$fieldsFormatted$plugins$editButton null$deleteButton null)
{
// For advanced templating comment in the next line if you need to access other sobi2 object proporties
// $mySobi = new sobi2( $id );
// $config =& sobi2Config::getInstance();
//  $waySearchLink = HTML_SOBI::createWaySearchUrl( $id );
?>

<!-- here starts the template -->

<td <?php echo $style?>>
<?php echo $editButton?>
<?php echo $deleteButton?>
<?php echo $ico?>
<?php echo $img?>

  <?php echo $title?>
<?php echo HTML_SOBI::customFieldsData($fieldsFormatted);?>
        <?php echo $plugins["gallery"]; ?>

<!-- here ends the template -->

<!-- Don't remove these lines! -->
</td><?php
}
?>

Here is the SyS Check:


Code: [Select]
==========================
Date: 2009-01-09 07:26:56
==========================

Sobi2 Version: RC 2.9.0.2 $Revision: 4716 $
Server: Apache
Platform: Linux cgi0701.int.bizland.net 2.6.24.7 #1 SMP Wed May 14 19:55:18 PDT 2008 i686
PHP Version is: 5.2.1 (cgi)
MySQL Version is: 5.0.45
PHP Memory Limit is: 32
PHP Script execution time is: 300
PHP Safe Mode: disabled
PHP Register Globals: disabled
CMS Register Globals: disabled
GD Library: installed
Iconv Library: installed
Mbstring Library: installed
Charset is: utf-8
DB Collation is: utf8_general_ci
CMS is: Joomla 1.5
Default template can contains several confilcting scripts. mootools

 File Permissions
 #######################

 Default Apache user is 1364980 (pow.chiefvtx1)
 Default Apache group is 15010 (cgiuser)


.../components/com_sobi2/
writable.
Owner: 1364980(pow.chiefvtx1).
Group is 15000 (www)

.../components/com_sobi2/plugins
writable.
Owner: 1364980(pow.chiefvtx1).
Group is 15000 (www)

.../images/com_sobi2/clients/
writable.
Owner: 1364980(pow.chiefvtx1).
Group is 15000 (www)

.../images/stories/
writable.
Owner: 1364980(pow.chiefvtx1).
Group is 15000 (www)

.../administrator/components/com_sobi2/includes/install
writable.
Owner: 1364980(pow.chiefvtx1).
Group is 15000 (www)

.../administrator/components/com_sobi2/
writable.
Owner: 1364980(pow.chiefvtx1).
Group is 15000 (www)

.../administrator/components/com_sobi2/plugins
writable.
Owner: 1364980(pow.chiefvtx1).
Group is 15000 (www)

.../components/com_sobi2/templates
writable.
Owner: 1364980(pow.chiefvtx1).
Group is 15000 (www)

.../media
writable.
Owner: 1364980(pow.chiefvtx1).
Group is 15000 (www)

.../components/com_sobi2/includes/inc/config.ini
writable.
Owner: 1364980(pow.chiefvtx1).
Group is 15000 (www)

==========================
SOBI2 Config: Array
(
    [forceCustomHead] => 1
    [useRico] => 1
    [remoteAddrVCh] => http://www.sigsiu.net/sobi2/sobi_version_checker.php
    [recount] => 0
    [forceLegacy] =>
    [useSigsiuTree] => 1
    [aTreeImages] => Array
        (
            [root] => components/com_sobi2/images/base.gif
            [folder] => components/com_sobi2/images/folder.gif
            [folderOpen] => components/com_sobi2/images/folderopen.gif
            [join] => components/com_sobi2/images/join.gif
            [joinBottom] => components/com_sobi2/images/joinbottom.gif
            [plus] => components/com_sobi2/images/plus.gif
            [plusBottom] => components/com_sobi2/images/plusbottom.gif
            [minus] => components/com_sobi2/images/minus.gif
            [minusBottom] => components/com_sobi2/images/minusbottom.gif
            [line] => components/com_sobi2/images/line.gif
            [empty] => components/com_sobi2/images/empty.gif
        )

    [debug] => 108
    [debugTmpl] => 1
    [allowFeEntr] => 1
    [useDetailsView] => 1
    [useFormTpl] => 0
    [allowableFilesExt] => Array
        (
            [0] => gif
            [1] => jpg
            [2] => png
        )

    [allowedExtAudio] => Array
        (
            [0] => .mp3
            [1] => .wav
            [2] => .wma
        )

    [allowedExtVideo] => Array
        (
            [0] => .mpg
            [1] => mpeg
            [2] => .wmv
            [3] => .avi
            [4] => .flv
            [5] => .mov
            [6] => .swf
        )

    [allowedEmbedUrl] => Array
        (
            [0] => http://www.youtube.com
            [1] => http://www.myvideo.de
        )

    [disalowedtags] => Array
        (
            [0] => script
            [1] => object
            [2] => iframe
            [3] => applet
            [4] => meta
            [5] => form
            [6] => onmouseover
            [7] => onmouseout
        )

    [waySearchFields] => Array
        (
            [STREET] => 1
            [ZIPCODE] => 2
            [CITY] => 3
            [COUNTRY] => 6
            [FEDSTATE] => 5
            [COUNTY] => 4
        )

    [componentName] => Wild Biker Business Directory
    [sobi2Language] => english
    [showComponentLink] => 1
    [showSearchLink] => 1
    [showComponentDescInSearch] => 1
    [showAddNewEntryLink] => 1
    [showLevelUpLink] => 1
    [showPromoted] => 1
    [promoItemsInLine] => 2
    [publishedItems] => 0
    [useSecurityCode] =>
    [mailAdmGid] => 25
    [mailSoJ] => 0
    [mailFieldId] => 7
    [needToAcceptEntryRules] => 1
    [acceptEntryRules1] => I accept the
    [entryRulesURLlabel] => terms of use
    [dmod] => 775
    [cmod] => 0
    [fmod] => 664
    [acceptEntryRules2] => of Wild Bikers
    [allowUsingImg] => 1
    [allowUsingIco] => 0
    [entryRulesURLextern] => 0
    [entryRulesURL] => http://wildbikers.com/about-us/who-are-we-a-what-we-do/terms-of-use
    [currency] => US
    [payPalCurrency] =>
    [maxCatsForEntry] => 2
    [catPrices] => Array
        (
            [2] => 0
            [3] => 0
            [4] => 0
            [5] => 0
        )

    [entryExpirationTime] => 365
    [renewDiscount] => 10
    [renewExpirationTime] => 365
    [allowRenew] => 1
    [allowRenewDaysForExp] => 30
    [renewDeleteFees] => 0
    [allowQuickEdit] => 0
    [autopublishEntry] => 0
    [notifyAdmins] => 1
    [settings] => Array
        (
            [general] => Array
                (
                    [images_folder] => /images/com_sobi2/clients/
                    [cat_images_folder] => /images/stories/
                    [templates_dir] => templates
                    [disallowed_tags] => script|object|iframe|applet|meta|form|onmouseover|onmouseout
                    [allowed_files_ext] => gif|jpg|png
                    [allowed_ext_audio] => .mp3|.wav|.wma
                    [allowed_ext_video] => .mpg|mpeg|.wmv|.avi|.flv|.mov|.swf
                    [allowed_embbed_url] => http://www.youtube.com|http://www.myvideo.de
                    [use_png_fix] => 1
                    [rss_target_file] => index2.php
                    [cache_ignore_task] =>
                    [cache_ignore_params] => fl,flp
                    [cachel2_ignore_itemid] => 1
                    [cachel2_ignore_ie6] => 1
                    [sigsiutree_adm_auto_exp] => 1
                    [com_desc_exec_mambots] => 1
                    [cat_desc_exec_mambots] => 1
                    [jpeg_image_quality] => 75
                    [png_image_compression] => 0
                    [change_images_perms] => 2
                    [images_permissions] => 664
                    [recount_limit_at_once] => 250
                    [change_file_permissions] => 0
                    [files_permissions] => 664
                    [directories_permissions] => 775
                    [force_custom_head_tag] => 1
                    [rss_number_of_entries] => 10
                )

            [alpha_index] => Array
                (
                    [ignore_task] => search,addNew,editSobi,saveSobi,updateSobi
                    [letters] => A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,0-9
                )

            [edit_form] => Array
                (
                    [cats_selection] => 1
                    [cats_selection_adm] => 1
                    [defcat] => 2
                    [save_callback_func] => 0
                    [edit_callback_func] => 0
                    [edittab_callback_func] => 0
                    [cat_select_callback_func] => 0
                    [show_payment_checkboxes] => 1
                    [show_meta_keys] => 1
                    [show_meta_desc] => 1
                    [exp_field] => 0
                    [revert_exp_date] => 0
                    [published_field] => 0
                    [autopublish_changes] => 1
                    [autoapprove_changes] => 1
                    [seccode_registered] => 1
                    [show_not_selected] => 1
                    [limit_user_entries] => 0
                    [tooltip_img] => info.png
                    [chbx_img_only] => 0
                    [text_area_not_wysiwyg_remove_html] => 1
                    [use_cms_wysiwyg_editor] => 0
                    [browser_title_add_com_name] => 1
                    [add_to_meta_description] => Add new entry into the directory
                    [add_to_meta_keys] => add, promote
                )

            [calendar] => Array
                (
                    [theme] => system
                    [date_format] => y-mm-dd 23:59:59
                    [date_format_txt] => D, M d
                    [language] => 0
                    [button_label] => ...
                )

            [cats_payment] => Array
                (
                )

            [frontpage] => Array
                (
                    [callback] => showListing
                    [catlist_count_cats] => 1
                    [catlist_count_entries] => 1
                    [catlist_count_entries_once] => 1
                    [sef_on] => 1
                    [stree_ajax_target_file] => index2.php
                    [upload_ajax_target_file] => index2.php
                    [subcats_delimiter] => ,
                    [subcats_tbc] => ...
                    [default_ico] =>
                    [default_img] =>
                    [catlist_browser_title_add_cats] => 1
                    [catlist_browser_title_add_com_name] => 1
                    [empty_cell_calback_function] => 0
                    [cat_empty_cell_calback_function] => 0
                    [entry_show_cat_func_path_sep] => >>
                    [entry_show_cat_func_cat_sep] => <br/>
                )

            [search] => Array
                (
                    [do_not_show_search_form] => 0
                    [search_box] => 1
                    [phrase_any] => 1
                    [phrase_all] => 1
                    [phrase_exact] => 1
                    [cats] => 1
                    [metakey] => 1
                    [metadesc] => 1
                    [title] => 1
                    [exact_rlike] => 1
                    [ajax_target_file] => index2.php
                    [use_own_mootools] => 1
                    [cookie_lifecycle] => 0
                    [mootools_event_method] => load
                    [browser_title_add_com_name] => 1
                    [add_to_meta_description] => Search function
                    [add_to_meta_keys] => search, directory, find
                )

            [custom_functions] => Array
                (
                )

            [details_view] => Array
                (
                    [added_date_format] => Y-m-d H:i:s
                    [show_added_date_label] => 1
                    [show_hits_label] => 1
                    [show_tagged_label] => 1
                    [count_human_visit_only] => 1
                    [entry_browser_title_add_cats] => 1
                    [entry_browser_title_add_component_name] => 1
                    [quickedit_ajax_target_file] => index2.php
                    [quickedit_fields_ignore] =>
                    [full_pathway] => 1
                )

            [thumshots.org] => Array
                (
                    [subdir_name] => thumbs
                    [no_thumb] => no_image.gif
                    [days_to_keep] => 60
                )

            [google_maps] => Array
                (
                    [small_zoom_control] => 0
                    [small_map_control] => 1
                    [large_map_control] => 0
                    [map_type_control] => 0
                    [scale_control] => 0
                    [overview_map_control] => 0
                    [google_map_url] => http://maps.google.com
                    [map_type] => G_PHYSICAL_MAP
                )

            [redirects] => Array
                (
                    [show_sobi_not_logged] => index.php
                    [show_sobi_unpublished] => index.php
                    [user_listing_no_entries] => index.php
                    [no_sobi_attr] => index.php
                    [save_sobi_no_title] => index.php
                    [update_sobi_no_perm] => index.php
                    [unpublish_sobi_no_perm] => index.php
                    [delete_sobi_no_perm] => index.php
                    [form_no_perm] => index.php
                    [payment_no_sobi] => index.php
                    [trying_to_overwrite_globals] => index.php
                    [renew_no_sid] => index.php
                    [renew_no_perms] => index.php
                    [renew_not_allowed] => index.php
                    [renew_no_exp_limit] => index.php
                    [sobidata_not_logged_user] => index.php
                )

            [url] => Array
                (
                    [way_search_min_fields] => 2
                )

            [string] => Array
                (
                    [mb_convert_encoding] => 1
                    [iconv] => 1
                    [mail_subject_base64] => 1
                    [currency_format] => %value% %currency%
                    [date_format] => Y-m-d H:i:s
                    [replace_definion] => /includes/replace.ini
                )

            [users_own_listing] => Array
                (
                    [can_see_expired] => 0
                    [can_see_unpublished] => 0
                )

            [compat] => Array
                (
                    [use_sigsiutree] => 1
                    [use_mos_conf_livesite] => 0
                    [use_j10_tooltip_be] => 0
                    [use_j10_tooltip_fe] => 0
                    [use_legacy] => 1
                )

            [english] => Array
                (
                )

            [german] => Array
                (
                )

        )

    [allowMultiTitle] => 1
    [showListingOnFp] => 0
    [itemsInLine] => 3
    [lineOnSite] => 20
    [showCatListOnFp] => 1
    [showCatListInCat] => 1
    [catListAs] => 2
    [catsListInLine] => 4
    [showEntriesFromSubcats] => 1
    [showIcoInVC] => 1
    [showImgInVC] => 0
    [priceForImg] => 0
    [priceForIco] =>
    [allowUserToEditEntry] => 1
    [imagesFolder] => /images/com_sobi2/clients/
    [catImagesFolder] => /images/stories/
    [templatesDir] => templates
    [defTemplate] => default
    [useMeta] => 1
    [showIcoInDetails] => 1
    [showImageInDetails] => 1
    [useWaySearch] => 0
    [showAlphaIndex] => 1
    [waySearchUrl] => http://maps.google.com/?ie=UTF8&hl=en&q=STREET+ZIPCODE+CITY+COUNTY+FEDSTATE+COUNTRY
    [waySearchLabel] => Map
    [mailFees] =>
    [useBankTransfer] =>
    [usePayPal] =>
    [payPalReturnUrl] =>
    [payPalUrl] =>
    [payTitle] =>
    [curencyDecSeparator] => .
    [allowUserDelete] => 2
    [listingOrdering] => items.title ASC
    [catsOrdering] => ordering ASC
    [subcatsOrdering] => name ASC
    [subcatsNumber] => 5
    [subcatsShow] => 1
    [nullDate] => 0000-00-00 00:00:00
    [checkOutTime] => 2009-01-09 02:26:55
    [showComponentDescription] => 1
    [showCatDesc] => 1
    [sobi2BackgroundImg] => basic_white.gif
    [sobi2BorderColor] => C8BFB8
    [secImgBgColor] =>
    [secImgFontColor] =>
    [secImgLineColor] =>
    [secImgBorderColor] =>
    [showAddedDate] => 1
    [showHits] => 1
    [efEntryTitleLabel] => Company Name
    [efEntryTitleLength] => 40
    [efImgLabel] => Logo
    [efIcoLabel] => Icon
    [thumbWidth] => 80
    [thumbHeigth] => 80
    [imgWidth] => 200
    [imgHeigth] => 200
    [allowAnonymous] => 0
    [sobi2Itemid] => 137
    [forceMenuId] => 1
    [notifyAuthorNew] => 1
    [notifyAuthorChanges] => 1
    [notifyAdminChanges] => 1
    [notifyAuthorRenew] => 1
    [notifyAdminRenew] => 1
    [emailOnAppr] => 1
    [maxFileSize] => 500
    [googleMapsApiKey] => present
    [googleMapsWidth] => 500
    [googleMapsHeight] => 250
    [googleMapsBubble] => 1
    [googleMapsLongField] => 16
    [googleMapsLatField] => 15
    [googleMapsZoom] => 10
    [useGoogleMaps] => 1
    [mailFeesAdm] => 1
    [showCatItemsCount] => 1
    [allowAddingToParentCats] => 1
    [admPermission] => 0
    [allowUsingBackground] => 0
    [allowAnoDetails] => 1
    [basicPrice] => 0
    [basicPriceLabel] => Basic
    [cacheEnabled] =>
    [cacheLifetime] => 0
    [cacheL2Enabled] => 1
    [cacheL2dvEnabled] => 0
    [cacheL2Lifetime] => 432000
    [cacheL2strLen] => 500000
    [cacheL3Enabled] => 1
    [cacheL3strLen] => 500000
    [googleSmallMapControl] => 1
    [googleMapTypeControl] => 0
    [useRSSfeed] => 1
    [useAjaxSearch] => 1
    [ajaxSearchUseSlider] => 1
    [ajaxSearchSlidInOnStart] => 0
    [ajaxSearchSlidInAfterSearch] => 0
    [ajaxSearchCatsForFields] => 1
    [ajaxSearchCatsContHeight] => 100
    [ajaxSearchCatsFieldsDepend] => 1
    [liveSite] => http://wildbikers.com
    [offset] => 0
    [sitename] => Wild Bikers
    [fromname] => Wild Bikers
    [globalLang] => english
    [pby] => 1
    [memStart] => 0
    [timeStart] => 1231504015.17
    [queryStart] => 0
)
 
==========================


« Last Edit: 09. January 2009, 13:33:30 by jmil »
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile Wild Bikers Classifieds

Offline Trinity

  • Sobi Team
  • Development
  • Sobi Hero
  • *
  • Posts: 8957
  • Reviews:

    What is it?

    • Sobi Team Member
Re: PHP issues with Sobi
« Reply #5 on: 09. January 2009, 16:23:05 »
Hi jmil,

First set "Parse Templates" in Configuration:  [General ] -> Debug to "No", try again to show the site and then check out the error log file.

Trinity
Support SobiPro - Submit a review on JED
If you want ongoing development for SobiPro and new applications being developed we need your review for SobiPro in the Joomla Extensions Directory.
Thank you very much :w00t:
Country: Germany Germany |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile Sigsiu.NET

Offline jmil

  • Sobi Profi
  • ***
  • Posts: 150
  • Just a beginner
  • Reviews:

    What is it?

Re: PHP issues with Sobi
« Reply #6 on: 09. January 2009, 17:55:17 »
AS requested - I set it to NO. Still No access.

The error log Did not update but here is the Last entry:
fopen(http://wildbikers.com/index.php?sobi2Task=sobi2Details catid=3 sobi2Id=22 err=1 no_html=1) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1 500 View not found [name, type, prefix]: frontpage,raw,contentView (Error number:2) in file: /hermes/web08/b81/pow.chiefvtx1/htdocs/components/com_sobi2/config.class.php at the line: 1576.

Interesting Note - I can access some EMPTY categories that have no V Card. Only those that have entries ALWAYS get the Error. I really do not want to go back to PHP4, It is not a safe protocol!

Note - I did Optimize and repair my SQL/PHP - I found no errors.

« Last Edit: 09. January 2009, 18:16:48 by jmil »
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile Wild Bikers Classifieds

Offline Trinity

  • Sobi Team
  • Development
  • Sobi Hero
  • *
  • Posts: 8957
  • Reviews:

    What is it?

    • Sobi Team Member
Re: PHP issues with Sobi
« Reply #7 on: 09. January 2009, 18:54:46 »

Quote
More information about this error may be available in the server error log.

have you checked out the server error log file?


Quote
fopen(http://wildbikers.com/index.php?sobi2Task=sobi2Details catid=3 sobi2Id=22 err=1 no_html=1) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1 500 View not found [name, type, prefix]: frontpage,raw,contentView (Error number:2) in file: /hermes/web08/b81/pow.chiefvtx1/htdocs/components/com_sobi2/config.class.php at the line: 1576.

This is an old error. Dated: 2009-01-02 10:36:47

SOBI2 is designed to be used with PHP5. Don't switch back to PHP4. But it seems something is different with the PHP5 configuration on your server.

Switch off SEF and check out if it still happens.

Trinity
Support SobiPro - Submit a review on JED
If you want ongoing development for SobiPro and new applications being developed we need your review for SobiPro in the Joomla Extensions Directory.
Thank you very much :w00t:
Country: Germany Germany |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile Sigsiu.NET

Offline jmil

  • Sobi Profi
  • ***
  • Posts: 150
  • Just a beginner
  • Reviews:

    What is it?

Re: PHP issues with Sobi
« Reply #8 on: 09. January 2009, 19:06:33 »
Switching Off SEF Worked - I now do not get the Failure!  ??? Not an ideal situation, but for now I can continue development until I fix this issue!
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile Wild Bikers Classifieds

Tags: