Q2A Market - Support

We are here to provide you support for Q2A Market premium and free products. If you have any issue in installation, option settings or any bug you found. Please create a ticket. We would try to get back to you as soon as possible.

problem setting homepage with front page

I tried to set my home page to front page with modifying the qa-config.php file adding the following line
$QACONSTPATH_MAP=array('q2am-front-page' => '');
and i got error messages as in the pictures
have any idea why?

opened on Oct 24 in Front Page

I need to check the issue. This should not happen usually. Get back to you soon as I found the fix. Meantime if you can provide me some more details regarding the issue and please cross check the directory for the plugin.

Hi,
there isn't much to add. the problem happened when i tried to set my Q2A homepage to FRONT PAGE. as in this vidio >
I am using also max control theme.
if i insert in my qa-config.php the line: $QACONSTPATH_MAP=array('q2am-front-page' => '');
then i get all the error messages otherwise site is ok.

in pic 1 you can see the front page plugin files in the qa-plugin folder
in pic 2 you can see the front page plugin option in the admin interface
in pic 3 you can see front page in page menu


update: when i tried to install the plug in on another server (not local) with the same data and files, it work. so probably its something to do with server definition.

Yes this could be a problem. I would suggest you to try with the live server and see if things work fine than you don't have to worry about it.

Sometimes happen if your localhost settings are different or some features disable you may need to activate that. However it also hard to investigate others' localhost at our end. So if the plugin works on live server then everything is fine.

Is your site is working fine now?

thank your for asking.
At the moment i don't use the front page because i need to solve the problem of been able to present addsense adds.
i ask you about it here i will write there what i tried.

Did you refer my reply for home page fix below? Please revert to us and if the reply works than select it as a fixed.

where should i select fixed?
any way the answer worked, its ok now
thank you

1 Answer

 
Best answer

I have look into the details of your constant array map code and found wrong. You should use below to set Front Page as a home page

$QA_CONST_PATH_MAP=array('q2am-front-page' => '');

This should set the Front Page as a home page. Once this solution works than please select it as a fixed.

answered Oct 29
selected Nov 17