Page 388 of 506 FirstFirst ... 288338378386387388389390398438488 ... LastLast
Results 3,871 to 3,880 of 5054
  1. #3871
    Join Date
    Sep 2009
    Posts
    6
    Plugin Contributions
    0

    red flag Re: Simple SEO URL [support thread]

    From what i understand zen_attribute_image() is relevant to the Image Handler 2 addon. I'm not sure why this would've become a problem once installing SSU... I'm going to try upgrading Image Handler 2

    from version image_handler__for_vx_IH2-0for1-3x with image-handler_2.0-zc137 and image-handler_2.0-zc137 Optional Extra installed

    to version image_handler__for_vx_Ver2-0rev7
    which i think is the newest version

    I'm confused about which version is best/newest with inconsistent version standards as well as 2 different websites to get the Add On From.

    image_handler__for_vx_Ver2-0rev7
    is from http://www.zen-cart.com/index.php?ma...roducts_id=117

    and image-handler_2.0-zc13
    is from http://breakmyzencart.com

    How do i know which is the most recent version? ... i understand for some Addon's the one located at the Zen Cart addon resource page is NOT the newest version, however for Image Handler 2 i understand it to be because of this statement:

    "Most up to date versions
    Most up to date versions of image handler modified for current releases of zen-cart can be found in the zen-cart.com download section. As I have very little time to take care of this project, the zen-cart community has continued to support and keep image handler up to date."
    found at http://breakmyzencart.com/

  2. #3872
    Join Date
    Sep 2009
    Posts
    6
    Plugin Contributions
    0

    red flag Re: Simple SEO URL [support thread]

    I have installed the latest version of Image Handler V2 (image_handler__for_vx_Ver2-0rev7) as mentioned above but problem persists just the same.


    My line 561 in root/includes/modules/apple_zen/attributes.php by the way is:
    Code:
                          $tmp_attributes_image .= '<div class="attribImg">' . zen_attribute_image(DIR_WS_IMAGES . $products_options->fields['attributes_image']) . (PRODUCT_IMAGES_ATTRIBUTES_NAMES == '1' ? '<br />' . $products_options->fields['products_options_values_name'] : '') . '</div>' . "\n";

  3. #3873
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hello,

    I haven't downloaded or installed this package as of yet. I was wondering if this is what I need or not.

    *What I wish to do with this package:

    I would like to add my products to the google.com/base but placing the long URL with the cPath& is breaking the .xml that google base requires.

    I would also like to create a site map for the products.. this too is in .xml for google and breaks with the cPath&

    I guess the question(s) here is/are:

    Q1. If I added this package/mod to my site would I then be able to upload my .xml files to google for base and site map?

    Q2. Is there another way to do this without the package?

    Q3. What happens if I am already showing up on google results in the first or second page. Is it worth it?

    I look forward to any input on this matter.

    Thank you,

    jasmel
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  4. #3874
    Join Date
    May 2009
    Location
    Bogota, Colombia
    Posts
    29
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I am having almost the same error:

    " [24-Sep-2009 00:49:33] PHP Warning: urlencode() expects parameter 1 to be string, array given in /home/***/public_html/includes/classes/ssu/cores/link.php on line 407"

    and also:

    "24-Sep-2009 00:45:55] PHP Warning: Header may not contain more than a single header, new line detected. in /home/***/public_html/includes/classes/ssu/cores/link.php on line 209"

    Any ideas? Would changing urlencode($value) by $value also solve this problem?


    Quote Originally Posted by DivaVocals View Post
    I have a similar issue though it's a lot more catastophic for me.. When I update the product notifications I get this error:
    Tienda Virtual de relojes innovadores / Online store for innovative watches:

    WWW.MUNDOUNIK.COM

  5. #3875
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Very thorough, let me go answer in details:

    1. the error seems to be unrelated to SSU, more than likely that specific function is missing, maybe you missed some file while uploading your attribute package? This kind of error cant be caused by SSU.

    2. regarding zenid, more than likely you set something wrong in your config, it should be under admin-configuration-session or something like that.


    Regards


    Quote Originally Posted by Schweb Design View Post
    Thank you very much for your speedy reply- i very much appreciate it. Yes, i will continue to do my best to be thorough and detailed ;)

    I installed the Debug Tool you mentioned and the only Fatal Error was this:

    [23-Sep-2009 10:24:00] PHP Fatal error: Call to undefined function zen_attribute_image() in /home2/schwebde/public_html/countryinspirations/includes/modules/apple_zen/attributes.php on line 561
    This error was generated upon visiting this page:
    http://www.countryinspirations.com/w...613cb3bf2e4f17

    Any ideas? Do you think this has to do with the "Popup on Attribute Images" or "Image Handler" addons?

    Which brings me to yet another observation and comment. You said...

    ...which is exceedingly weird, because the URL for that page last night was http://www.countryinspirations.com/w...sorted-sayings
    and somehow overnight it changed to http://www.countryinspirations.com/w...613cb3bf2e4f17

    It now seems to be appending ?zenid=adda2147447b2ac5b4613cb3bf2e4f17 to all URL's even though the SSU addon seems to be functioning correctly and the original Problem (#1) i posted is still occuring seemingly independent of this.

    A way to manually recreate this would be to go to
    http://www.countryinspirations.com/
    Then click on category "Wooden Signs with Verse"
    You'll notice the original category ALIAS which worked has transformed from http://www.countryinspirations.com/w...gns-with-verse to http://www.countryinspirations.com/w...4770b5d817c162
    Then click on "Wooden Signs with Assorted Sayings" which currently takes you to http://www.countryinspirations.com/w...4770b5d817c162
    and you'll see my original problem

    I don't recall doing anything at all to the system after sending you the message last night. There is no automatic cron job for the /cron/ssu.php. All the settings in CONFIG>SIMPLE SEO URL are the same as in my original post.

    ANOTHER PROBLEM that I've realized that may be related is that within the Admin Control Panel the Dropdown menus no longer appear ONLY ON the EXTRAS > SIMPLE SEO URL MANAGER page

    YET ANOTHER PROBLEM that may be relevant:
    When going to http://www.countryinspirations.com/c...9cccf0b1202ac0 for example (a product info page that has no attributes), the product image is not loaded... which lends itself to the Fatal Error message i believe?

    Note: when clicking "Manage Aliases: Click Here" everything seems to work great, all aliases are enabled, none are permanent, and none of the aliases include the "zenid" variable that appears to be being appended to links now.

    I have been using FileZilla to upload all the SSU 3.7.1 files (and have done it a second time for good measure) and there haven't been any failed transfers.

    --------------------------------------------
    As a side note- i also had the problem where the SSU folder in site-root/cache/ folder automatically deleted itself, but i believe it was because i had clicked the CLICK HERE next to "Check and fix cache(Run this once if you upgrade from any version older than 3.6.5):" under CACHE FUNCTIONS at EXTRAS>SIMPLE SEO URL MANAGER This hasn't happened since which is why i didn't include it in the original problem information
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #3876
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by MUtester View Post
    I am having almost the same error:

    " [24-Sep-2009 00:49:33] PHP Warning: urlencode() expects parameter 1 to be string, array given in /home/***/public_html/includes/classes/ssu/cores/link.php on line 407"

    and also:

    "24-Sep-2009 00:45:55] PHP Warning: Header may not contain more than a single header, new line detected. in /home/***/public_html/includes/classes/ssu/cores/link.php on line 209"

    Any ideas? Would changing urlencode($value) by $value also solve this problem?
    What is your version, where and when did you download it? It is the first time I see this error. Doing what you propose may solve the error but I wonder why you get it in the first place.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #3877
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by jasmel View Post
    Hello,

    I haven't downloaded or installed this package as of yet. I was wondering if this is what I need or not.

    *What I wish to do with this package:

    I would like to add my products to the google.com/base but placing the long URL with the cPath& is breaking the .xml that google base requires.

    I would also like to create a site map for the products.. this too is in .xml for google and breaks with the cPath&

    I guess the question(s) here is/are:

    Q1. If I added this package/mod to my site would I then be able to upload my .xml files to google for base and site map?

    Q2. Is there another way to do this without the package?

    Q3. What happens if I am already showing up on google results in the first or second page. Is it worth it?

    I look forward to any input on this matter.

    Thank you,

    jasmel
    Jasmel, you dont really need this package. Did you checkout he google base feeder available in download section?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #3878
    Join Date
    May 2009
    Location
    Bogota, Colombia
    Posts
    29
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I downloaded it from here: http://eazyecommerce.com/web-templat...simple-seo-url

    and the zip says:
    ssu_beta_3.6.7(php5)

    downloaded it the 12th of June 2009.

    Any ideas why this is happening?
    Tienda Virtual de relojes innovadores / Online store for innovative watches:

    WWW.MUNDOUNIK.COM

  9. #3879
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by MUtester View Post
    I downloaded it from here: http://eazyecommerce.com/web-templat...simple-seo-url

    and the zip says:
    ssu_beta_3.6.7(php5)

    downloaded it the 12th of June 2009.

    Any ideas why this is happening?
    You should at least get the newest one from the same place first, upgrade and see if it helps, report back if it doesnt
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #3880
    Join Date
    May 2009
    Location
    Bogota, Colombia
    Posts
    29
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    additionally this error code seems to come up with some customers (never when I browse or make purchases)... Also saw it when supposedly nobody was in the store at that moment. Maybe a spider or something that is causing problems?

    Ok will do so! Thanks Yellow!
    Tienda Virtual de relojes innovadores / Online store for innovative watches:

    WWW.MUNDOUNIK.COM

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR