Hi Dan,

FTP access is as follows.

ftp.erik-burggraaf.com <http://ftp.erik-burggraaf.com/>
port 21
username boltwire
password acCesS42

Thanks for looking.

> On May 27, 2016, at 10:31 AM, The Editor <fast4...@gmail.com> wrote:
> 
> Hi Erik,
> 
> I had a feeling it was something else just because there weren't any error 
> logs. In fact, I think the feature that was deprecated should have only 
> generated a warning. To think it was completely changed to fatal error 
> between 5.3 and 5.5 seems kind of abrupt for PHP, but I haven't researched it 
> out.
> 
> Anyway, I'm happy to help you get this going. If there's anyway you could 
> send me temporary ftp access off list I'll be happy to take a look and get 
> this debugged. I have not had anyone else mention problems, but you never 
> know. I downloaded the script, installed it, and set up a test site on my 
> server in literally 5 seconds. And everything worked perfectly. So I'm a bit 
> puzzled and want to make sure it works on every server possible. 
> 
> My guess is your boltwire installation is not in the right place or 
> something. It should look something like:
> 
> / (root)
> /boltwire
> /boltwire/scripts/
> /boltwire/scripts/engine.php
> /field
> /field/index.php
> etc.
> 
> And then index.php should include the following lines:
> 
> <?php
> $BOLTadmin = 'admin';
> $boltwire = '../boltwire';  // must be a relative path
> include_once("$boltwire/scripts/engine.php");
> 
> If you can't give me temp access to your server, I can give some debug 
> suggestions but I can probably find and fix it faster that it would take to 
> explain all that. :)
> 
> Thanks for your patience and for giving us a try. If we can get you past this 
> initial hiccup, I think you'll like the software.
> 
> Cheers,
> Dan
> 
> PS. Another possible issue is that there's some new function in 5.5.30 that 
> conflicts with BoltWire namespace. Probably lots of possibilities. No point 
> speculating without more information.
> 
> 
> 
> On Fri, May 27, 2016 at 11:32 AM erik burggraaf <burggraafe...@gmail.com 
> <mailto:burggraafe...@gmail.com>> wrote:
> Hi Dan,
> 
> Happy b-day and thanks for the upgrade.  It didn't fix the issue I'm having 
> with 500 internal server errors in my instalation.  
> 
> Thanks,
> 
> Erik
> 
>> On May 26, 2016, at 3:00 PM, The Editor <fast4...@gmail.com 
>> <mailto:fast4...@gmail.com>> wrote:
>> 
> 
>> Just released a new version of BoltWire--that marks a pretty important 
>> milestone. Namely, I've upgraded code throughout the entire script to bring 
>> BoltWire into line with PHP 5.5 and above. Unfortunately, this release will 
>> probably break sites relying on PHP versons below 5.3, but there just wasn't 
>> any other way around it. For geeks out there, I've replaced all the 
>> preg_replace functions using the deprecated /e parameter with 
>> preg_replace_callback functions which are more secure. I also created a 
>> custom BOLTpreg_replace function for the markup table.
>> 
>> Because this upgrade affected so many systems in such a foundational way, I 
>> can't guarantee there will not be glitches here and there. I've tried it on 
>> several of my sites, and everything looks good--but there is just no way to 
>> test every affected function. To be honest, I'm not going to upgrade my live 
>> sites for a bit, just to see if anyone report a bug. I'm reasonably 
>> confident about this upgrade, but I'm still flagging it as 
>> quasi-experimental. On mission critical sites, you might want to hold off 
>> till 5.12, just in case--esp if you have a lot of custom code.
>> 
>> Other than the big system upgrade, this release mostly adds a good number of 
>> advanced hooks for developers and some special features. I've been working 
>> on all kinds of complex development projects, and experimenting with 
>> alternate authentications systems, permissions systems, installation 
>> structures, and more. BoltWire has held up really well to all the 
>> challenges--just needed a few small hooks to expand its capabilities in 
>> various really fun ways.
>> 
>> I'm also deciding to change course on XPack program--and turn it into a 
>> shared library you can add on to BoltWire, rather than a parallel 
>> installation. It's easier for me to maintain a single code base. And I'm 
>> personally running at least 3 separate libraries for different kinds of 
>> projects. I suspect there are others out there running complex installations 
>> with libraries too. Releasing the XPack this way will keep it easier for you 
>> to manage those as well. Hope to have the revised XPack (possibly a couple 
>> versions) ready in the coming weeks. Just need to sort out and zip up!
>> 
>> Enjoy my annual birthday release... :)
>> 
>> Cheers,
>> Dan
>> 
> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "BoltWire" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to boltwire+unsubscr...@googlegroups.com 
>> <mailto:boltwire+unsubscr...@googlegroups.com>.
>> To post to this group, send email to boltwire@googlegroups.com 
>> <mailto:boltwire@googlegroups.com>.
>> Visit this group at https://groups.google.com/group/boltwire 
>> <https://groups.google.com/group/boltwire>.
>> For more options, visit https://groups.google.com/d/optout 
>> <https://groups.google.com/d/optout>.
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "BoltWire" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to boltwire+unsubscr...@googlegroups.com 
> <mailto:boltwire+unsubscr...@googlegroups.com>.
> To post to this group, send email to boltwire@googlegroups.com 
> <mailto:boltwire@googlegroups.com>.
> Visit this group at https://groups.google.com/group/boltwire 
> <https://groups.google.com/group/boltwire>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "BoltWire" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to boltwire+unsubscr...@googlegroups.com 
> <mailto:boltwire+unsubscr...@googlegroups.com>.
> To post to this group, send email to boltwire@googlegroups.com 
> <mailto:boltwire@googlegroups.com>.
> Visit this group at https://groups.google.com/group/boltwire 
> <https://groups.google.com/group/boltwire>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to boltwire+unsubscr...@googlegroups.com.
To post to this group, send email to boltwire@googlegroups.com.
Visit this group at https://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.

Reply via email to