Error 505 opening ultimate seo url and zipur language tool

Ask the community for help and support.
Locked
user57345930
Posts: 8
Joined: Sat Apr 22, 2023 11:18 am
Has thanked: 1 time

Error 505 opening ultimate seo url and zipur language tool

Post by user57345930 »

Hello, im having a problem opening the configuration page of Ultimate SEO url, i receive error 505 and with the module zipur language tool the same, 10 minutes ago they worked normally but editing a value with the language tool make everything stopped working. what should i do? Thanks
Error log says: PHP Warning: Use of undefined constant SID - assumed 'SID' (this will throw an Error in a future version of PHP) in /home/ilfornod/public_html/shop/includes/classes/usu_init.php on line 36
user57345930
Posts: 8
Joined: Sat Apr 22, 2023 11:18 am
Has thanked: 1 time

Re: Error 505 opening ultimate seo url and zipur language tool

Post by user57345930 »

Another error trying to create an account, whats happening? PHP Parse error: syntax error, unexpected 'account' (T_STRING), expecting ';' or ',' in /home/..../public_html/shop/includes/languages/italiano/modules/notifications/n_create_account.php on line 15

Thanks so much if someone can help @burt
user57345930
Posts: 8
Joined: Sat Apr 22, 2023 11:18 am
Has thanked: 1 time

Re: Error 505 opening ultimate seo url and zipur language tool

Post by user57345930 »

@zipurman
User avatar
zipurman
PhoenixCart Developer
PhoenixCart Developer
Posts: 470
Joined: Tue Oct 13, 2020 5:20 pm
Has thanked: 84 times
Been thanked: 147 times

Re: Error 505 opening ultimate seo url and zipur language tool

Post by zipurman »

If this happened after using the language tool, review what you last changed with the language tool. If it is a constant that is used by the areas with errors, that would make sense and you'll have to review how your change may have affected those areas.
zipurman
aka Preston Lord
-----------
Happy to help where I can ;)

https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
Image
user57345930
Posts: 8
Joined: Sat Apr 22, 2023 11:18 am
Has thanked: 1 time

Re: Error 505 opening ultimate seo url and zipur language tool

Post by user57345930 »

@zipurman I just changed the welcome message missing an ' but now is okay, but now i cant login the admin panel, it says error 500 after the login,
What should i do? Thanks
User avatar
zipurman
PhoenixCart Developer
PhoenixCart Developer
Posts: 470
Joined: Tue Oct 13, 2020 5:20 pm
Has thanked: 84 times
Been thanked: 147 times

Re: Error 505 opening ultimate seo url and zipur language tool

Post by zipurman »

If you type errors into language tool replacements, you’ll have to manually edit the language file to correct as a 500 error means you likely changed/broke that file’s syntax.
zipurman
aka Preston Lord
-----------
Happy to help where I can ;)

https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
Image
user57345930
Posts: 8
Joined: Sat Apr 22, 2023 11:18 am
Has thanked: 1 time

Re: Error 505 opening ultimate seo url and zipur language tool

Post by user57345930 »

zipurman wrote: Sun Apr 23, 2023 11:24 pm If you type errors into language tool replacements, you’ll have to manually edit the language file to correct as a 500 error means you likely changed/broke that file’s syntax.
Can i know which file is broken and causing the 500 error in admin page? i probabily have edited something but i dont remember the file
user57345930
Posts: 8
Joined: Sat Apr 22, 2023 11:18 am
Has thanked: 1 time

Re: Error 505 opening ultimate seo url and zipur language tool

Post by user57345930 »

zipurman wrote: Sun Apr 23, 2023 11:24 pm If you type errors into language tool replacements, you’ll have to manually edit the language file to correct as a 500 error means you likely changed/broke that file’s syntax.
idk if can help but in logs i find only a spam of this: PHP Warning: Use of undefined constant SID - assumed 'SID' (this will throw an Error in a future version of PHP) in /home//public_html/shop/includes/classes/usu_init.php on line 36

or this when i reload admin page:

[23-Apr-2023 17:13:37 America/Los_Angeles] PHP Warning: require(includes/languages/english.php): failed to open stream: No such file or directory in /home//public_html/shop/admin/includes/application_top.php on line 137
[23-Apr-2023 17:13:37 America/Los_Angeles] PHP Fatal error: require(): Failed opening required 'includes/languages/english.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home//public_html/shop/admin/includes/application_top.php on line 137
User avatar
zipurman
PhoenixCart Developer
PhoenixCart Developer
Posts: 470
Joined: Tue Oct 13, 2020 5:20 pm
Has thanked: 84 times
Been thanked: 147 times

Re: Error 505 opening ultimate seo url and zipur language tool

Post by zipurman »

If you are missing includes/languages/english.php that is an issue as that file should be present.

Also, SID should be defined by PHP. What version of PHP are you using? What version of Phoenix are you using?

If you have command line access, you can run this in the root of your store to find all files changed in the past 1 day:

find . -mtime -1 -ls
zipurman
aka Preston Lord
-----------
Happy to help where I can ;)

https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
Image
admin
Site Admin
Site Admin
Posts: 139
Joined: Wed Oct 30, 2019 1:34 pm
Has thanked: 20 times
Been thanked: 21 times

Re: Error 505 opening ultimate seo url and zipur language tool

Post by admin »

user57345930 wrote: Sun Apr 23, 2023 9:57 pm Hello, im having a problem opening the configuration page of Ultimate SEO url, i receive error 505 and with the module zipur language tool the same,
Post requests for support for Addons from the author where you downloaded the Addons in the Addons Library as specified in IMPORTANT - Read Me Before Posting pinned to the top of this forum as an Announcement.
Solutions may also have been already posted there.
https://phoenixcart.org/forum/app.php/addons/free_addon/ultimate_seo_urls
https://phoenixcart.org/forum/app.php/addons/free_addon/language_search_edit
Locked