Show Posts


Messages - abolabo

Pages: 1 ... 131 132 [133] 134 135 ... 137
1981
Yes, I have corrected the second issue. So, the second issue has been solved. But, the first issue still arise although I have made the admin/system/ writable by change the chmod permission to 777. But, it still has not solved the problem yet.
parent folder (public_html or something like that) is also 777?
O yes, I forgot about something. After I uploaded all AbanteCart cart files into my hosting server, there is a @LongLink file.
And on my error log, I have found:
2012-09-17 14:14:17 - runtime notice:  Declaration of AMenu_Storefront::_buildMenu() should be compatible with that of AMenu::_buildMenu() in <b>/home/u935173008/public_html/core/lib/menu_control_storefront.php</b> on line <b>280</b>
2012-09-17 14:14:17 - runtime notice:  Declaration of AAttribute_Manager::getAttributes() should be compatible with that of AAttribute::getAttributes() in <b>/home/u935173008/public_html/core/lib/attribute_manager.php</b> on line <b>548</b>
I hope you can help me with this.
Thanks for your answer.
http://stackoverflow.com/questions/4017193/php-5-3-declaration-of-should-be-compatible-with-that-of-error

1982
General Extensions / Re: Placing Asynchronous scripts globally
« on: September 24, 2012, 09:27:28 AM »
No, I mean echo.  As in:

Code: [Select]
<?php echo $this->getHookVar('your_var_name'); ?>
<?php echo $your_var_name?>

with no resulting output.

And no errors related to the module found in the error.log
yes, i c.
Where did you placed this code? in controller or in tpl-file?

1983
General Extensions / Re: Placing Asynchronous scripts globally
« on: September 24, 2012, 06:11:24 AM »

I'm trying to apply the above suggested technique to CommonHead as follows:

Code: [Select]
  public function onControllerCommonHead_UpdateData() {
// $registry = Registry::getInstance();
//$registry->get('document')->addScript($this->view->templateResource('/javascript/global_scripts/myscript.js'))
   $this->baseObject->view->assign('your_var_name','<strong>Splat</strong>');
    }
 }

with this code located within a class in my extensions core/x.php file.

Its not working.

I do have the echo for your_var_name in the common/head.php view.

Any suggestions ??

David

may be you mean var_dump(your_var_name) inside common/head.TPL ?

1984
There are two sets of messages which may be related to this event in your log.  The first is:

Code: [Select]
2012-09-15 11:27:01 - warning:  simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: /home/u935173008/public_html/admin/system/updates.xml:3: parser error : Start tag expected, '&lt;' not found in <b>/home/u935173008/public_html/admin/model/tool/updater.php</b> on line <b>73</b>
2012-09-15 11:27:01 - warning:  simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]:  in <b>/home/u935173008/public_html/admin/model/tool/updater.php</b> on line <b>73</b>
2012-09-15 11:27:01 - warning:  simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: ^ in <b>/home/u935173008/public_html/admin/model/tool/updater.php</b> on line <b>73</b>

The second is:

Code: [Select]
2012-09-15 11:27:02 - warning:  curl_setopt_array() [<a href='function.curl-setopt-array'>function.curl-setopt-array</a>]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in <b>/home/u935173008/public_html/core/lib/connect.php</b> on line <b>339</b>
2012-09-15 11:27:02 - Error: Can't get data(file) by URL http://www.abantecart.com/mp_api2?store_id=64e44c0e625bccf4e601fd28b745365b&store_ip=31.170.167.195&store_url=http%3A%2F%2Fgoolysmart.co.cc%2F&store_version=1.0.4&language_code=en, HTTP status code : 301

The first one indicates a need to set your admin/system/ folder permissions to allow writing by the web user. 

The second one indicates first that the CURL_FOLLOWLOCATION  feature can not be set because either your server is using PHP's deprecated Safe Mode setup, or (more likely) quite correctly has an Open Basedir restriction kept in order to prevent the PHP installation from accessing files outside your user account.  It then reports a 301 (permanently moved) status on the HTTP connection to the abantecart website.

So, your installation is not reaching the extension store.   

David
we already fixed this bug. release will be soon:)
thank you

1985
check firewall on your localhost. Or.. where is your abantecart installed?

1986
check is apc php installed. try to disable it.

1987
General Discussion / Re: Hard coded folder paths?
« on: September 12, 2012, 04:35:17 PM »
Ok, changed permissions on admin/system/ folder - and I can now see the updates.xml file being created there.

But, still get an error about missing XML tags.

we already fixed this bug. Thanks.

1988
General Support / Re: cannot access admin area
« on: September 05, 2012, 05:04:54 PM »
The semi-mandatory obscurity is an interesting touch - I'm just not sure it is worth the effort.

I've seen a number of penetrations which occurred because of insecure protocol and insecure routers .  When the bad guys are reading your TCP stream obscurity is not going to help you....

David

David, we (i mean php:)) can't to check is webserver have correctly tuned ssl support.
ssl-connection works step-by-step: certificate exchange and checks of it by verifier, if all ok then data exchange.
Php does not afford to check is first check was valid. I remember troubles in firefox and chrome with ssl v2 certificates. Servers works fine but user have not access to pages.

1989
General Discussion / Re: Hard coded folder paths?
« on: September 05, 2012, 04:47:03 PM »
I tend to do manual updates on my sites.  For some reason I sometimes see references to attempts to access an update.xml file in our server wide tmp folder.  As we don't generally allow access to the tmp folder itself, this is not good.

I don't see where this location can be configured anywhere...

David

Hello.
we already changed this code. it was done this way to keep file with updated info in temporary folder and checking not often than once per 24 hours at admin login time.
We recommended to give write permission for admin/system folder for web-server system user (apache etc)  because it use for automatic upgrades and package installs too.

1990
Template Support / Re: Changing Colors
« on: August 08, 2012, 06:55:37 AM »
hello.
easiest way - to change css-file.
find that you need in firebug and change it

1991
Languages and Zones / Re: Backward compatible with the low version
« on: August 08, 2012, 06:52:43 AM »
try to
1. delete directory from extension.
2. open control panel ->all extensions and delete this extension from list
3. open menu->system-Localisations->languages  and delete chinese language

then install package again

1992
Languages and Zones / Re: Backward compatible with the low version
« on: August 07, 2012, 05:56:14 AM »
Well, I copy files to /extensions/ directory, then I can't vist Dashboard.

please post file system/logs/error.txt

1993
Support / Re: System->logs->Error Logs Produces an error
« on: August 06, 2012, 10:44:43 AM »
Will this file be migrated or will it keep increasing in size.

Can I rename the file and if I do will abantecart recreate a fresh one?

error.log? you can delete it. it will recreate again.

Files from system/cache too

1994
Support / Re: Bug in 1.0.2 System->Messages
« on: August 06, 2012, 10:41:01 AM »
it's bug. we fixed it.

but you can delete message from view popup by one

1995
Support / Re: System->logs->Error Logs Produces an error
« on: August 06, 2012, 09:47:47 AM »
Quote
Fatal error: Allowed memory size of 54525952 bytes exhausted (tried to allocate 70136576 bytes) in /home/randr/public_html/admin/controller/pages/tool/error_log.php on line 58
What does this mean?
Since there is a limitation where is this error log located so I can ssh and view it with vi

it's mean that 54Mb for abantecart is not enough. Please increase memory limit at least up to 64Mb. (more is better)
You can do that in php.ini file
memory_limit = 64M;

Pages: 1 ... 131 132 [133] 134 135 ... 137

Powered by SMFPacks Social Login Mod