View Single Post
  #103  
Old 12-10-2013, 08:19 AM
 
dejital dejital is offline
 

Advanced Member
  
Join Date: Jul 2005
Posts: 28
 

Default Re: Pop-up Anywhere module released

After a few hours of going through the module trying to pinpoint the problem, I decided to look at my error log in the /xcartstore/var/log/ directory and found the FIX!

After seeing this line in there:

[09-Dec-2013 18:59:10] Warning: copy(/home/rootsite/public_html/xcartstore/include/common.php) [<a href='function.copy'>function.copy</a>]: failed to open stream: Permission denied in /home/rootsite/public_html/xcartstore/modules/Popup_Anywhere/install.php on line 548

It lead me to believe that since the install could not update the common.php file the module was not installed... mind you there were no visible errors during the install that told me this is what happened.
So I went to that file change the permissions to 777 reinstalled the module and boom it all worked.... I then changed the permissions back on the common.php file.
I hope this helps anyone else that comes across the issue.
__________________
Dee in the house
X-Cart 4.4.5
Apache 2.2.22 (Unix)
PHP 5.3.13
Reply With Quote