Error Log File

Hey all.. My index.php file half the time shows page not found..

I checked for the error file and have three listings all the same but different times. It says:

"[13-Mar-2015 16:24:49 EST] PHP Warning:  array_merge(): Argument #2 is not an array in /home/xxxxxxx/public_html/templates/base/scripts/BxBaseProfileView.php on line 917"

Now I looked at that file and on line 917 is this:

$aProfileInfo = array_merge($aProfileStatus, $aProfileInfo);

Is this one of those cases that random errors will pop-up on the logs?

 

Thank for your help and input..

Quote · 13 Mar 2015

What that means is that at the time the error occurred something prevented the second array from being created; so that in turn tripped the php error flag.

Geeks, making the world a better place
Quote · 14 Mar 2015

That is why it just showed.. Ok.. Thank you..

Quote · 14 Mar 2015

So what would cause my page to pop-up page not found in the site? I checked the error logs on the server and the only thing that popped-up was:

[Sat Mar 14 03:18:51 2015] [error] [client 71.248.116.187] File does not exist: /home/xxxxxxxx/public_html/plugins/jquery/jquery-1.10.2.min.map
[Sat Mar 14 03:17:41 2015] [error] [client 71.248.116.187] File does not exist: /home/xxxxxxxxx/public_html/plugins/jquery/jquery-1.10.2.min.map

It is right that file is not there.. LOL..

I tried to do the Web Developer in FireFox and I guess I just do not understand how to use it because it does not show me anything as well or I do not have it set up right.. I have all cache off right now..

Sometimes the index.php show but most times it does not.. Just comes up with page not found.. We did not add anything at all to this site for a good while and all of a sudden I get page not found in the site. I am lost because this is our main page..

Website is at http://truckingspace.com if you would like to see and maybe see if you get an error that I can track down and fix..

 

Thanks all..

Quote · 14 Mar 2015

Well here is my update.. I took off most of the blocks on the homepage and now the index.php loads fine and fast.. So it is one of the module that was on the homepage.. Now to track that down and I will get to the bottom of it..

Quote · 14 Mar 2015

You can ignore the map not found error, you can read up on it to see what it is.

To find the module that is causing the trouble, or the block that is causing the trouble, just add them back, one at a time testing for the error.  When you find it, let us know if you need any help with trying to solve the issue.

Geeks, making the world a better place
Quote · 14 Mar 2015

I think I know what happen.. I bought a form maker to make an application form on the site.. I made a page and put the jav script code into it.. All worked out fine. Then the site was showing a page can not be found on homepage, profile, and account pages. So I removed the modules off the homepage and that was fixed.. So I went off and removed one at a time on the account page.. After I removed the coupon module the account page worked.. So I pulled off the coupon module off profiles and worked.. Then I put the coupon block back onto the homepage to see if it would stop working and still worked fine..

As of now all pages work fine still. and fast..

I think the java code messed up Modzzz coupon module but after I deleted the script from the page I had to maybe remove the block and put it back on for the script to reset? Don't know but all is working and fine now..

 

Thank GG for your help and input..

Quote · 14 Mar 2015

If you are caching js, then you have to clear the caches; so maybe it was related to js caching.  Plus, when working on a site, it is often best to clear your browser's cache as well when making changes.

Geeks, making the world a better place
Quote · 14 Mar 2015

I was but shut that all off when the page would not load.. Also cleaned all three folders out.. A few times. Only way I got the pages back were to remove the coupon block then added it back.. Still all is good and turned the cache back on.. Don't cache JS by the way.. Read all over the forums about that.. LOL..

But all is still good so far.. (Phew)

Quote · 14 Mar 2015

I would turn off js compression as well, the idea is to reduce the size of the js loads; sometimes using the js compression causes issues.

Geeks, making the world a better place
Quote · 14 Mar 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.