Page 1 of 1

create a new profile

Posted: Thu Jan 13, 2022 12:21 pm
by elia2006
i am using CE ph 1.0.8.9 php 7.4
when i try to create a new profile , all required data are shown but the continue button to proceed donot appear on the screen , no registration can be completed.

Re: create a new profile

Posted: Thu Jan 13, 2022 12:31 pm
by Kofod95
Check your error-logs for errors (if you are unsure where to find it, you should ask your host).
Something is causing an error, which prevents the entire content from loading. Without knowing what that error is, it is very hard for anyone to help. :)
This does not happen on a clean version, so it is presumably related to either an addon or changes you have made (if any)

//Daniel

Re: create a new profile

Posted: Thu Jan 13, 2022 12:56 pm
by elia2006
i found these:
[13-Jan-2022 07:32:52 America/New_York] PHP Warning: require(/home/eltisgxq/opensooq-jo.com/includes/languages/english/hooks/shop/siteWide/MATC.php): failed to open stream: No such file or directory in /home/eltisgxq/opensooq-jo.com/templates/default/includes/hooks/shop/siteWide/MATC.php on line 58
[13-Jan-2022 07:32:52 America/New_York] PHP Fatal error: require(): Failed opening required '/home/eltisgxq/opensooq-jo.com/includes/languages/english/hooks/shop/siteWide/MATC.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/eltisgxq/opensooq-jo.com/templates/default/includes/hooks/shop/siteWide/MATC.php on line 58
[13-Jan-2022 07:32:54 America/New_York] PHP Warning: error_log(/var/log/www/tep/page_parse_time.log): failed to open stream: No such file or directory in /home/eltisgxq/opensooq-jo.com/includes/system/versioned/1.0.8.1/database_core.php on line 63

[13-Jan-2022 07:04:46 America/New_York] PHP Notice: Undefined index: manufacturers_seo_title in /home/eltisgxq/opensooq-jo.com/includes/classes/manufacturer.php on line 26
[13-Jan-2022 07:04:46 America/New_York] PHP Notice: Undefined index: manufacturers_name in /home/eltisgxq/opensooq-jo.com/includes/classes/manufacturer.php on line 26

any help?

Re: create a new profile

Posted: Thu Jan 13, 2022 1:05 pm
by raiwa
The error says that this language file is missing:
includes/languages/english/hooks/shop/siteWide/MATC.php

Re: create a new profile

Posted: Thu Jan 13, 2022 2:11 pm
by elia2006
should i reinstall it all or just to find MATC.php and upload it ? where i can find it?

Re: create a new profile

Posted: Thu Jan 13, 2022 2:16 pm
by raiwa
In the Phoenix installation package. Be sure to use the right file, see above path.

Re: create a new profile

Posted: Thu Jan 13, 2022 2:47 pm
by elia2006
i uploded it and it is ok now
thank you for help