Page 415 of 506 FirstFirst ... 315365405413414415416417425465 ... LastLast
Results 4,141 to 4,150 of 5054
  1. #4141
    Join Date
    Feb 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Fatal error: Multiple access type modifiers are not allowed in \includes\classes\ssu\cores\parser.php on line 10


    Have you found a fix for this problem?
    I am not a php programmer so know absolutly nothing about php, but I have found that php5 dont seem to support Multiple access....
    according to number 36 on the following list!
    php facts

    I have no idea what it means though??

    ssu seemed to work fine on php4, is there a patch yet?
    Last edited by peteboy; 20 Jan 2010 at 02:25 PM. Reason: i did not quote original post

  2. #4142
    Join Date
    Feb 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by peteboy View Post
    Fatal error: Multiple access type modifiers are not allowed in \includes\classes\ssu\cores\parser.php on line 10


    Have you found a fix for this problem?
    I am not a php programmer so know absolutly nothing about php, but I have found that php5 dont seem to support Multiple access....
    according to number 36 on the following list!
    php facts

    I have no idea what it means though??

    ssu seemed to work fine on php4, is there a patch yet?





    JUST THOUGHT I BETTER SAY HOW TO FIX THIS PROBLEM!

    DELETE THE FIRST OCCURENCE OF THE MODIFIER "protected" FROM THE LINE REFERENCED IN THE ERROR!

    SIMPLE...........?

    IT NOW SEEMS TO WORK (THOUGH I HAVE NOT GOT ROUND TO SETTING UP AND TESTING SSU YET)......

  3. #4143
    Join Date
    Sep 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    getting this error trying to install

    Warning: require_once(/INSTALL_PATH/includes/classes/ri_template.php) [function.require-once]: failed to open stream: No such file or directory in /INSTALL_PATH/admin/ssu.php on line 13

    zencart 1.3.8a
    SSU 3.7.5
    Module Manager 1.6 (feb 1009)



    thanks in advance

    Sean

  4. #4144
    Join Date
    Sep 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by seancon1 View Post
    Module Manager 1.6 (feb 1009)
    should have been Module Manager 1.6 (feb 2009)

  5. #4145
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by creamcrackers View Post
    Hi
    I just came accross a tool in Google Webmaster Tools that lets me set the site so that Google ignores certain parameters to avoid duplicate content.

    To get to this tool log into Google webmaster tools, go to site configuration and then parameter handling.

    So im trying to get google to igore the parameters that are still not taken out by SSU

    Ive set Google to ignore

    cPath
    products_id
    alpha_filter_id (whats that?)
    language
    keywords (used when people search the site i assume)
    pID
    id
    zenid
    Zenid

    Does that sound OK? Have i missed anything?

    Fingers crossed this might help my rankings... google says not to worry about dulicate content but many webmasters dont believe it

    Thanks!
    Did this ever work out for you? I have done the same,but wasn't sure to select ignore or dont ignore.. I selected Ignore as i assume its saying ignore main_page and only look at / ?

    Phil
    ########################################_
    Online Fancy Dress Shop - Buy Fancy Dress

  6. #4146
    Join Date
    Mar 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I tried to install version 2.9.6 on Zencart 1.3.8 with PHP4.
    Wenn I go to extas - bOX_SSU I get the following message:

    Parse error: parse error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /var/www/vhosts/centrumgaia.nl/httpdocs/shop/includes/classes/ssu/languages/default.php on line 5

    What goes wrong?

  7. #4147
    Join Date
    Mar 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Solved!

    In the folder with the default.php there is als a file named default.php4 and languages.php4.
    Renamed both these files to default.php and languages.php (old file renamed to .old.

    Do I also have to rename the file shop/includes/init_includes/init_ssu.php4?

  8. #4148
    Join Date
    Feb 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Well I have now tested ssu after trying to fix the previous problem....

    And it dont work?

    I am not sure if its a mod_rewrite problem or a php problem????

    My guess is it is problem with dereferencing pointer in the array breaking code for urls in php, maybe array splitting delimiter?..
    or a configuration problem in apache.??????


    I AM NOT A PHP PROGRAMMER SO THIS IS PROBABLY TOTALLY WRONG?

    The symptoms are that the links look wrong (compared with earlier working versions), example as follows.....:
    I have an initial category "parts" (id 67) and various products in it one example being "screws"

    without ssu the link to parts category would be:
    index.php?main_page=index&cPath=67

    when ssu is enabled the link becomes:
    cPath/67

    normally the link should become:
    parts-c-67

    The server details are as follows:

    absolutly stock version of XAMPP for Linux 1.7.3a, 2010/1/10
    running on dsl.
    (that is php5.3.1, apache2.2.14, mysql5.1.41)

    I think this problem also occurs on on stock installation of centos5.3.....

    But this problem does not occur on my hosting providers servers which run centos5.0 with php5.1.6


    Anyone have any suggestions??????

  9. #4149
    Join Date
    Nov 2009
    Posts
    3
    Plugin Contributions
    0

    Default SSU Manager Blank Page

    Just loaded SSU. Clicking on Extras/Simple SEO URL Manager in Admin brings up a blank page.

    Error logger shows that mydomain/admin/ssu.php is trying (on line 13) to call mydomain/includes/classes/ri_template.php. I checked, and ri_template.php doesn't exist in my implementation nor in SSU 3.7.5 download files (i.e. no ftp problem on my end).

    Was this supposed to be ytemplate.php (which is in that directory)?

    Zen Cart 1.38a
    SSU 3.7.5

    Please Help. Thanks in advance.

  10. #4150
    Join Date
    Feb 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: SSU Manager Blank Page

    Quote Originally Posted by twoabove View Post
    Just loaded SSU. Clicking on Extras/Simple SEO URL Manager in Admin brings up a blank page.

    Error logger shows that mydomain/admin/ssu.php is trying (on line 13) to call mydomain/includes/classes/ri_template.php. I checked, and ri_template.php doesn't exist in my implementation nor in SSU 3.7.5 download files (i.e. no ftp problem on my end).

    Was this supposed to be ytemplate.php (which is in that directory)?

    Zen Cart 1.38a
    SSU 3.7.5

    Please Help. Thanks in advance.


    I think you have a corrupted file there, as the line is totally different to my version of 3.7.5?


    That said I have not been able to get 3.7.5 working so maybe I have a corrupted harddrive?????????

    Or maybe the original server the source code is stored on has a corrupted hard drive???????????


    I am running my test system in a vmware image and the current install is not going well, I cannot workout what is going wrong and am wondering weather to just leave things as they were (previous installation was version 3.6.2beta on centos 5.2 and worked most of the time)

 

 

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