1. brainwarp
  2. RO CSVI
  3. Tuesday, 13 May 2014
  4.  Subscribe via email
Hello!

First of all the main informations of used components:
CSVI Pro 5.16
Joomla! 3.3.0
PHP-Version 5.3.28

We created a template to import users, manual starting of the template works fine.
Now we have to implement a cronjob to import the users daily - there's the problem :

If we start the cronjob we get an email with the following content:

Warning: require_once(/usr/www/users/cdsff/libraries/joomla/environment/request.php): failed to open stream: No such file or directory in /usr/www/users/cdsff/administrator/components/com_csvi/helpers/cron.php on line 37

So we took a look at the folder "environment" and there's no file named "request.php" !

In all our Joomla!-installations of version 3.3.0 there's no request.php - in J!-version 2.5 however it's there.

We copied the request.php of a 2.5-version in the folder "environment" and we got the following error message:
<script type="text/javascript">window.location = 'http://www.example.com/'</script>

You failed the spam check. Please try again!
?!

Do you have any ideas ?

Best regards
Nat
Accepted Answer Pending Moderation
Hello Nat,

Copying over the request.php from a 2.5 site to a 3.3 site will not work because they are 2 very different Joomla versions.

I will take a look at this and do some testing to see what is needed for Joomla 3.3. When I have it up and running, I will report back.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
Hi Roland,

Thanks for your rapid answer !

Do you have an idea when you would get a result ? Because we have to implement the import-procedure for going online in less than 2 weeks ...

Best regards
Nat
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hey Nat,

Well the fix is here, I was able to run an import and export via cron on Joomla 3.3. You can load the attached patch file and you should be good to go.

Let me know if anything else pops up.
Attachments (1)
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
Hi Roland,

This is an incredibly fast support, wow, respect !

I loaded the patch and the cronjob works fine. But I had to modify the PHP-File as described in this Post: http://www.csvimproved.com/forum?view=topic&catid=24&id=31188&start=12#36657">Topic

The cronjob starts by an user with Superadmin-rights ... Is there a way to fix it without editing the PHP-file ?

Another problem has surfaced: We protect our backend with the Plugin EasyCalcCheck PLUS - ECC+ which manipulate the URL of the backend. If the plugin is enabled we get the message:
<script type="text/javascript">window.location = 'http://www.example.com/'</script>
You failed the spam check. Please try again!

Do you have any experience with this plugin ? Or is it posssible to submit the token like the normal URL ?
I mean, for example: /usr/home/xsufg/public_html/administrator/?token=hereistthetokenplaced/components/com_csvi/helpers/cron.php

Thank you so much for your support !
Nat
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello Nat,

I know the plugin by name but that is about all. You can try to add the token="abc" to the cron job and see if it works. CSVI will put the token value in the registry of Joomla. So it may work.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!